@charset 'UTF-8';
@charset "UTF-8";
@charset "UTF-8";

 *, *::after, *::before {
box-sizing: border-box;
}         .cd-dropdown-wrapper a {
color: #3f8654;
text-decoration: none;
}
.cd-dropdown-wrapper img {
max-width: 100%;
}
input {
font-family: sans-serif;
font-size: 1.6rem;
} input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
input[type=text]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type=text]::-ms-reveal {
display: none;
width: 0;
height: 0;
} .cd-dropdown-wrapper header {
height: 100px;
background: #ffffff;
}
.cd-dropdown-wrapper {
display: inline-block;
position: relative;
height: 40px;
margin: 30px 0 0 5%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cd-dropdown-trigger {
display: block;
position: relative;
padding: 0 36px 0 20px;
line-height: 40px;
background-color: #111433;
color: #ffffff;
border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after { content: '';
position: absolute;
top: 50%;
margin-top: -1px;
height: 2px;
width: 9px;
background: #ffffff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: width 0.3s, -webkit-transform 0.3s;
-moz-transition: width 0.3s, -moz-transform 0.3s;
transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
right: 22px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
right: 17px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (min-width: 1120px) {
.cd-dropdown-trigger {
font-size: 1.5rem;
}
.cd-dropdown-trigger.dropdown-is-active {
background-color: #3f8654;
}
.no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
background-color: #47975f;
}
.cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after { width: 14px;
}
.cd-dropdown-trigger.dropdown-is-active::before { -webkit-transform: translateX(5px) rotate(-45deg);
-moz-transform: translateX(5px) rotate(-45deg);
-ms-transform: translateX(5px) rotate(-45deg);
-o-transform: translateX(5px) rotate(-45deg);
transform: translateX(5px) rotate(-45deg);
}
.cd-dropdown-trigger.dropdown-is-active::after { -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
height: 50px;
line-height: 50px;
}
@media only screen and (min-width: 768px) {
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
height: 60px;
line-height: 60px;
}
}
@media only screen and (min-width: 1120px) {
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
height: 50px;
line-height: 50px;
}
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
padding: 0 20px;
}
.cd-dropdown {
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #111433;
color: #ffffff;
visibility: hidden; -webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 { position: relative;
z-index: 1;
color: #585a70;
background-color: #111433;
border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close { position: absolute;
z-index: 1;
right: 0;
top: 0;
height: 50px;
width: 50px; overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before { content: '';
position: absolute;
left: 50%;
top: 50%;
bottom: auto;
right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: 20px;
width: 2px;
background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
.cd-dropdown .cd-close {
top: 5px;
}
}
@media only screen and (min-width: 1120px) {
.cd-dropdown {
position: absolute;
top: calc(100% - 2px); height: auto;
width: auto;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
background-color: #ffffff;
color: #111433;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
opacity: 0;
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.open-to-left .cd-dropdown { right: 0;
left: auto;
}
.cd-dropdown h2, .cd-dropdown .cd-close { display: none;
}
.cd-dropdown.dropdown-is-active {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
}
}
.cd-dropdown-content, .cd-dropdown-content ul {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
display: block;
color: #ffffff; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-top-width: 1px;
border-color: #242643;
border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
padding-top: 10px;
padding-bottom: 10px;
background-color: #0b0e23;
font-size: 1.1rem;
font-weight: bold;
letter-spacing: 1px;
color: #585a70;
text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider { -webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
-moz-transition: opacity 0.3s, -moz-transform 0.3s;
transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden { -webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider { opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider { -webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
-webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
.cd-dropdown-content, .cd-dropdown-content ul {
padding-top: 60px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
font-size: 1.8rem;
}
}
@media only screen and (min-width: 1120px) {
.cd-dropdown-content, .cd-dropdown-content ul {
padding-top: 0;
overflow: visible;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
color: #111433;
height: 50px;
line-height: 50px;
font-size: 1.5rem;
border-color: #ebebeb;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
background-color: transparent;
color: #b3b3b3;
border-top: 1px solid #ebebeb;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
border-top-width: 1px;
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider { opacity: 1;
}
}
.cd-dropdown-content .see-all a { color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item { height: 80px;
line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 { overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
position: absolute;
display: block;
height: 40px;
width: auto;
left: 20px;
top: 50%;
margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
padding-left: 75px;
position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
color: #111433;
font-size: 1.3rem; display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before { content: '';
display: block;
position: absolute;
left: 20px;
top: 50%;
margin-top: -20px;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-position: center center;
background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-1.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-2.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-3.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-4.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-5.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-6.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-7.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-8.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-9.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-10.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-11.svg);
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/css/img/nucleo-icon-12.svg);
}
@media only screen and (min-width: 1120px) {
.cd-dropdown-content { position: static;
height: auto;
width: 280px;
}
.cd-dropdown-content > li:last-of-type a {
border-bottom: none;
}
.no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
color: #3f8654;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider { -webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
left: 100%;
height: auto;
background-color: #ffffff;
box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}
.cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
clear: both;
content: "";
display: table;
}
.open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons { left: auto;
right: 100%;
}
.cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden { -webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in { -webkit-animation: cd-fade-in 0.2s;
-moz-animation: cd-fade-in 0.2s;
animation: cd-fade-in 0.2s;
}
.cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out { -webkit-animation: cd-fade-out 0.2s;
-moz-animation: cd-fade-out 0.2s;
animation: cd-fade-out 0.2s;
}
.cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
display: none;
}
.cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
position: absolute;
bottom: 20px;
height: 45px;
text-align: center;
}
.cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
margin: 0;
height: 100%;
line-height: 45px;
background: #ebebeb;
pointer-events: auto;
-webkit-transition: color 0.2s, background-color 0.2s;
-moz-transition: color 0.2s, background-color 0.2s;
transition: color 0.2s, background-color 0.2s;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
color: #ffffff;
background-color: #111433;
}
.cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
border: none;
}
.cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
padding: 20px 30px 100px;
}
.cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
width: calc(100% - 60px);
}
.cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
width: 50%;
float: left;
}
.cd-dropdown-content .cd-secondary-dropdown {
overflow: hidden;
width: 550px;
padding-bottom: 65px;
}
.cd-dropdown-content .cd-secondary-dropdown::before { position: absolute;
content: '';
top: 290px;
left: 15px;
height: 1px;
width: 520px;
background-color: #ebebeb;
}
.cd-dropdown-content .cd-secondary-dropdown > li > a {
color: #3f8654;
font-size: 1.6rem;
margin-bottom: 10px;
line-height: 30px;
height: 30px;
pointer-events: none;
}
.cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before { display: none;
}
.cd-dropdown-content .cd-secondary-dropdown.move-out > li > a { -webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-dropdown-content .cd-secondary-dropdown > li {
margin: 20px 0;
border-right-width: 1px;
border-color: #ebebeb;
border-style: solid;
padding: 0 30px;
height: 250px;
}
.cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
border-right-width: 0;
}
.cd-dropdown-content .cd-secondary-dropdown > li > ul { -webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
position: relative;
height: auto;
}
.cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
display: none;
}
.cd-dropdown-content .cd-secondary-dropdown a {
line-height: 25px;
height: 25px;
font-size: 1.3rem;
padding-left: 0;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
color: #3f8654;
}
.cd-dropdown-content .cd-secondary-dropdown ul {
padding-bottom: 25px;
overflow: hidden;
height: auto;
}
.cd-dropdown-content .cd-secondary-dropdown .go-back a {
padding-left: 20px;
color: transparent;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
color: transparent;
}
.cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
left: 0;
}
.cd-dropdown-content .cd-secondary-dropdown .see-all {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.cd-dropdown-content .cd-dropdown-gallery {
width: 600px;
padding-bottom: 100px;
}
.cd-dropdown-content .cd-dropdown-gallery > li {
width: 48%;
float: left;
margin-right: 4%;
}
.cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
margin-right: 0;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
padding: 0;
height: auto;
line-height: normal;
color: #3f8654;
margin-bottom: 2em;
}
.cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
.cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
margin-bottom: 0;
}
.cd-dropdown-content .cd-dropdown-gallery img {
position: static;
height: auto;
width: 100%;
margin: 0 0 0.6em;
}
.cd-dropdown-content .cd-dropdown-icons {
width: 600px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
height: 80px;
line-height: 1.2;
padding: 24px 0 0 85px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
background: #ebebeb;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
color: #3f8654;
font-weight: bold;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
display: block;
font-size: 1.2rem;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
left: 25px;
}
.cd-dropdown-content > .has-children > ul {
visibility: hidden;
}
.cd-dropdown-content > .has-children > ul.is-active { visibility: visible;
}
.cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul { visibility: visible;
}
.cd-dropdown-content > .has-children > a.is-active { box-shadow: inset 2px 0 0 #3f8654;
color: #3f8654;
}
.cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
background: #3f8654;
}
.open-to-left .cd-dropdown-content > .has-children > a.is-active {
box-shadow: inset -2px 0 0 #3f8654;
}
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
visibility: visible;
}
100% {
opacity: 1;
visibility: visible;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
visibility: visible;
}
100% {
opacity: 1;
visibility: visible;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
visibility: visible;
}
100% {
opacity: 1;
visibility: visible;
}
}
@-webkit-keyframes cd-fade-out {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: visible;
}
}
@-moz-keyframes cd-fade-out {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: visible;
}
}
@keyframes cd-fade-out {
0% {
opacity: 1;
visibility: visible;
}
100% {
opacity: 0;
visibility: visible;
}
}
.cd-search input[type="search"] {
width: 100%;
height: 50px;
padding: 0 20px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #242643;
color: #ffffff;
border: none;
border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
color: #ffffff;
}
.cd-search input[type="search"]:focus {
background: #ffffff;
color: #111433;
outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1120px) {
.cd-search input[type="search"] {
background-color: #ebebeb;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
color: #b3b3b3;
}
.cd-search input[type="search"]::-moz-placeholder {
color: #b3b3b3;
}
.cd-search input[type="search"]:-moz-placeholder {
color: #b3b3b3;
}
.cd-search input[type="search"]:-ms-input-placeholder {
color: #b3b3b3;
}
}
.has-children > a, .go-back a {
position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after { content: '';
position: absolute;
top: 50%;
margin-top: -1px;
display: inline-block;
height: 2px;
width: 10px;
background: #ffffff;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (min-width: 1120px) {
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
background: #b3b3b3;
}
}
.has-children > a {
padding-right: 40px;
}
.has-children > a::before, .has-children > a::after { right: 20px;
-webkit-transform-origin: 9px 50%;
-moz-transform-origin: 9px 50%;
-ms-transform-origin: 9px 50%;
-o-transform-origin: 9px 50%;
transform-origin: 9px 50%;
}
@media only screen and (min-width: 1120px) {
.open-to-left .cd-dropdown-content > .has-children > a {
padding-left: 40px;
padding-right: 20px;
}
.open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
right: auto;
left: 20px;
-webkit-transform-origin: 1px 50%;
-moz-transform-origin: 1px 50%;
-ms-transform-origin: 1px 50%;
-o-transform-origin: 1px 50%;
transform-origin: 1px 50%;
}
}
.cd-dropdown-content .go-back a {
padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after { left: 20px;
-webkit-transform-origin: 1px 50%;
-moz-transform-origin: 1px 50%;
-ms-transform-origin: 1px 50%;
-o-transform-origin: 1px 50%;
transform-origin: 1px 50%;
}
.cd-main-content {
background-color: #e6e6e6;
min-height: calc(100vh - 100px);
padding: 2em 5%;
line-height: 2;
}
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.no-js .cd-dropdown-wrapper .cd-close {
display: none;
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.eot);src:url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//www.algosec.com/wp-content/themes/algosec/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;  -webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;  -webkit-transform: translate3d(0, 25%, 0);
transform: translate3d(0, 25%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.item-to-animate {
opacity: 0.01;
}
.ajax-container .item-to-animate,
.item-to-animate.animated {
opacity: 1;
}
@-webkit-keyframes fadeInDownSmall {
from {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownSmall {
from {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpSmall {
-webkit-animation-name: fadeInDownSmall;
animation-name: fadeInDownSmall;
}
.animatedFaster {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}.progress-button {
position: relative;
display: inline-block;
text-align: center;  margin: 40px 10px 10px 10px;
} .progress-button button {
display: block;
margin: 0 auto;
padding: 0;
width: 250px;
height: 70px;
border: 2px solid #1ECD97;
border-radius: 40px;
background: transparent;
color: #1ECD97;
letter-spacing: 1px;
font-size: 18px; -webkit-tap-highlight-color: transparent;
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
.progress-button button:hover {
background-color: #1ECD97;
color: #fff;
}
.progress-button button:focus {
outline: none;
} .progress-button button span {
-webkit-transition: opacity 0.3s 0.1s;
transition: opacity 0.3s 0.1s;
} .progress-button svg {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
-webkit-border-radius: 32px;
border-radius: 32px;
}
.progress-button svg path {
opacity: 0;
fill: none;
}
.progress-button svg.progress-circle path {
stroke: #fff;
stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
stroke: #fff;
stroke-linecap: round;
stroke-width: 4;
-webkit-transition: opacity 0.1s;
transition: opacity 0.1s;
} .loading.progress-button button {
width: 70px; border-width: 5px;
border-color: #ddd;
background-color: transparent;
color: #fff;
}
.loading.progress-button span {
-webkit-transition: opacity 0.15s;
transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
opacity: 0; }
.success.progress-button button,
.error.progress-button button {
-webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}
.success.progress-button button {
border-color: #1ECD97 !important;
background-color: #1ECD97 !important;
}
.error.progress-button button {
border-color: #FB797E !important;
background-color: #FB797E !important;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
opacity: 1;
-webkit-transition: stroke-dashoffset 0.3s;
transition: stroke-dashoffset 0.3s;
} .elastic.progress-button button {
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}
.loading.elastic.progress-button button {
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2);
font-weight: bold;
color: #fff;
font-size: 1.25em;
text-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.15);
}
.button {
padding: 1.5em 3em;
margin: 0;
position: relative;
min-width: 250px;
display: inline-block;
}
.button.styl-material {
-webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1);
background: #E91E63;
}
.button.styl-material:hover,
.button.styl-material:focus {
outline: none;
background: #EC407A;
}
.ripple-obj {
height: 100%;
pointer-events: none;
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
fill: #AD1457;
}
.ripple-obj use {
opacity: 0;
} .theme-2 .button.styl-material {
background: #2196F3;
}
.theme-2 .button.styl-material:hover,
.theme-2 .button.styl-material:focus {
background: #2b9bf4;
}
.theme-3 .button.styl-material {
background: #009688;
}
.theme-3 .button.styl-material:hover,
.theme-3 .button.styl-material:focus {
background: #26A69A;
}
.theme-3 .ripple-obj {
fill: #00695C;
}.slick-slider
{
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/fonts/slick.eot);
src: url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/fonts/slick.woff) format('woff'), url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/fonts/slick.ttf) format('truetype'), url(https://www.algosec.com/wp-content/themes/algosec/css/vendor/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
margin-top: -10px\9; -webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}html.remodal-is-locked {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
} .remodal,
[data-remodal-id] {
display: none;
} .remodal-overlay {
position: fixed;
z-index: 9999;
top: -5000px;
right: -5000px;
bottom: -5000px;
left: -5000px;
display: none;
} .remodal-wrapper {
position: fixed;
z-index: 10000;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
overflow: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
display: inline-block;
height: 100%;
margin-left: -0.05em;
content: "";
} .remodal-overlay,
.remodal-wrapper {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .remodal {
position: relative;
outline: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.remodal-is-initialized { display: inline-block;
}.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
-webkit-filter: blur(3px);
filter: blur(3px);
} .remodal-overlay {
background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
-webkit-animation-name: remodal-overlay-opening-keyframes;
animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
-webkit-animation-name: remodal-overlay-closing-keyframes;
animation-name: remodal-overlay-closing-keyframes;
} .remodal-wrapper {
padding: 10px 10px 0;
} .remodal {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin-bottom: 10px;
padding: 35px;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
color: #2b2e38;
background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
-webkit-animation-name: remodal-opening-keyframes;
animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
-webkit-animation-name: remodal-closing-keyframes;
animation-name: remodal-closing-keyframes;
} .remodal,
.remodal-wrapper:after {
vertical-align: middle;
} .remodal-close {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
color: #2b2e38;
}
.remodal-close:before {
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
font-size: 25px;
line-height: 35px;
position: absolute;
top: 0;
left: 0;
display: block;
width: 35px;
content: "\00d7";
text-align: center;
} .remodal-confirm,
.remodal-cancel {
font: inherit;
display: inline-block;
overflow: visible;
min-width: 110px;
margin: 0;
padding: 12px 0;
cursor: pointer;
-webkit-transition: background 0.2s;
transition: background 0.2s;
text-align: center;
vertical-align: middle;
text-decoration: none;
border: 0;
outline: 0;
}
.remodal-confirm {
color: #fff;
background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
background: #66bb6a;
}
.remodal-cancel {
color: #fff;
background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
background: #ef5350;
} .remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
padding: 0;
border: 0;
} @-webkit-keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes remodal-opening-keyframes {
from {
-webkit-transform: scale(1.05);
transform: scale(1.05);
opacity: 0;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@-webkit-keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@keyframes remodal-closing-keyframes {
from {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes remodal-overlay-opening-keyframes {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes remodal-overlay-closing-keyframes {
from {
opacity: 1;
}
to {
opacity: 0;
}
} @media only screen and (min-width: 641px) {
.remodal {
max-width: 700px;
}
} .lt-ie9 .remodal-overlay {
background: #2b2e38;
}
.lt-ie9 .remodal {
width: 700px;
}@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OX-hpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0370-03FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
unicode-range: U+0370-03FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0370-03FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0370-03FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: swap;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: swap;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'codropsicons';
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/codropsicons/codropsicons.eot);
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/codropsicons/codropsicons.eot?#iefix) format('embedded-opentype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/codropsicons/codropsicons.woff) format('woff'), url(//www.algosec.com/wp-content/themes/algosec/fonts/codropsicons/codropsicons.ttf) format('truetype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/codropsicons/codropsicons.svg#codropsicons) format('svg');
font-display: swap;
}
@font-face {
font-family: 'open_sanslight';
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/opensans_light/OpenSans-Light-webfont.eot);
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/opensans_light/OpenSans-Light-webfont.woff) format('woff'), url(//www.algosec.com/wp-content/themes/algosec/fonts/opensans_light/OpenSans-Light-webfont.ttf) format('truetype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.eot);
src: url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.algosec.com/wp-content/themes/algosec/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
font-display: swap;
} @-ms-viewport {
width: auto !important;
}
* {
margin: 0;
padding: 0;
}
html{ overflow-x:hidden}
body {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
overflow-x: hidden;
}
.rightMenu {
position: absolute;
float: right;
top: 0;
left: 100%;
}
h1, h2, h3, h4, h5 {
margin: 0;
line-height: 1.2;
}
h1 {
font-size: 40px;
}
h2 {
color: #44ade2;
}
h3 {
color: #3b3b3b;
font-size: 22px;
margin-bottom: 10px;
}
p {
word-wrap: break-word;
}
textarea {
resize: none;
}
section {
position: relative;
background-color: #eef1f5;
}
.collapse {
display: none;
}
.nav li:not(.has-children)>a {
cursor: pointer;
}
.header_top_bar a, .header_top_bar button {
color: white;
}
.home_page header {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/welcome-bg.jpg); -webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top;
}
.inner-page {
background-color: #eef1f5;
}
.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
.inner-page .title h2 {
padding: 10px 35%;
}
body#how-to-buy .inner-page .title h2 {
padding: 10px 0;
}
body:not(.landing-page) .container-fluid.header_top_nav_wrap.fixed {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 99;
background-color: rgba(255, 255, 255, 0.9);
box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.2); }
.navbar-collapse {
position: relative;
padding-top: 30px !important;
max-height: 270px;
}
.navbar-toggle {
border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #3b3b3b;
} .navbar-collapse form[role="search"] {
position: absolute;
top: 0;
right: 15px;
width: 100%;
padding: 0;
margin: 0;
z-index: 0;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
padding: 8px 12px;
border-radius: 0;
color: rgb(119, 119, 119);
background-color: rgb(248, 248, 248);
border: 0 rgb(231, 231, 231);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.navbar-collapse form[role="search"] button:hover {
border: 0;
}
.navbar-collapse form[role="search"] input {
padding: 16px 12px;
font-size: 14pt;
font-style: italic;
color: rgb(160, 160, 160);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.navbar-collapse form[role="search"] button.reset {
display: none;
}
.contact_us form {
max-width: 820px;
margin: 44px auto 0;
}
.contact_us h2 {
padding-bottom: 30px;
} .navbar-form .input-group .input-group-btn button.reset {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
.navbar-form .input-group .input-group-btn {
width: 40px;
height: 40px;
}
.navbar-form .input-group {
width: 100%;
}
.navbar .divider-vertical {
height: 100%;
display: inline-block;
vertical-align: middle;
line-height: 1;
padding: 15px 5px;
margin: 0;
}
li.divider-vertical>span {
vertical-align: middle;
display: inline-block;
width: 3px;
height: 3px;
background: #5d5c5c;
border-radius: 50%;
} a.btn {
border-radius: 33px;
font-size: 1em;
height: auto;
line-height: 1;
padding: 20px 35px;
display: inline-block;
}
a.btn.btn_green {
background: #A6CD39;
cursor: pointer !important;
}
a.btn.btn_light_blue {
background: #44ade2;
}
.nav>li>a.btn {
padding-top: 14px;
padding-bottom: 14px;
}
.btn.btn-success {
background-color: #A6CD39;
border: 0;
}
.btn.btn-success:hover {
background-color: #587f0d;
}
.btn.btn-default {
background-color: rgba(255, 255, 255, 0.3); border: 2px solid rgba(255, 255, 255, 0.46);
color: #ffffff;
}
.btn.btn-default:hover {
background-color: rgba(0, 0, 0, 0.29);
border: 2px solid rgba(0, 0, 0, 0.38);
color: #ffffff;
}
.btn.btn_hollow {
border: 1px solid #44ade2;
border-radius: 20px;
padding: 7px 18px;
line-height: 1.2;
color: #44ade2;
margin: 5px 0;
}
.btn.btn_hollow:hover {
background: #44ade2;
color: #fff;
} .header_main h1 {
text-transform: uppercase;
color: white;
line-height: 1;
margin: 0;
padding-top: 140px;
}
body.home .header_main h1 {
font-size: 4.5em;
}
body.home .header_main.container{min-height:600px}
.header_main h1 {
font-family: open_sanslight, sans-serif;
font-weight: 300;
}
.header_main p {
width: 100%;
font-family: open_sanslight, sans-serif;
font-weight: 300;
}
p.whiteboard-series-heading{
color:#fff;
margin-bottom:0;
font-size:80px; 
line-height:1;
}
.header_main font {
display: block;
line-height: 1.2; font-size: 45px;
}
@media (max-width: 575px) {
.header_main font {
font-size: 30px;
}
}
.header_main h1 span.pre-title { font-weight: 400;
}
.header_top_bar {
background-color: rgba(29, 42, 56, 0.75);
height: 55px;
position: relative;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
position: relative;
}
nav.navbar.navbar-default {
border: none;
background-color: transparent;
margin: 0;
max-width: 100%; overflow-y: visible;
z-index: 999;
}
.navbar-collapse form[role="search"] button {
background-color: transparent;
}
.header_top_bar .navbar-nav>li>a, .navbar-collapse form[role="search"].active span.glyphicon.glyphicon-remove { color: #fff;
}
.header_top_bar .navbar-nav>li>a:hover {
color: #44ade2;
}
.header_top_bar .navbar-nav.navbar-right>li>a, .header_top_bar .navbar-nav.navbar-right>li>a:hover {
cursor: pointer;
}
.glyphicon-search:before { color: #fff;
font-weight: 100;
font-size: 18px;
}
.collapse.navbar-collapse.in.header_top_nav {
height: 105px !important;
padding: 10px 0 !important;
padding-right: 15px!important;
padding-top: 30px !important;
z-index: 1;
overflow: visible;
}
.header_top_nav .navbar-nav li:not(.divider-vertical):not(.column-title), .header_top_nav .navbar-nav li:not(.divider-vertical) a {
cursor: pointer!important;
}
body:not(.landing-page) .fixed .collapse.navbar-collapse.in.header_top_nav {
height: 85px !important;
padding-top: 20px !important;
}
body:not(.landing-page) .fixed .navbar-header.logo {
top: 20px;
width: 122px;
height: 42px;
}
body:not(.landing-page) .fixed .navbar-header.logo .navbar-brand {
height: 42px;
}
ul.nav.navbar-nav.navbar-right {
margin-left: 0;
margin-right: 15px;
}
.navbar-header.logo {
z-index: 2;
position: absolute;
left: 0;
top: 25px;
float: none;
width: 159px;
height: 55px;
}
.navbar-header.logo img {
width: auto;
height: 100%;
}
.navbar-header.logo a.navbar-brand {
padding: 0;
padding-left: 15px;
margin: 0;
}
.container-fluid>.navbar-collapse {
max-width: 1200px;
margin: auto;
}
ul, li {
list-style-position: inside;
}   body.page-template-solution .main ul {
padding: 0 45px 0 15px;
}
ul.lang_choose {
display: inline-block;
position: relative;
}
ul.lang_choose>li {
display: inline;
padding: 0 10px;
}
ul.nav.navbar-nav.lang_wrap>li>a {
display: inline-block;
}
ul.nav.navbar-nav.lang_wrap>li>a:after {
content: '';
display: inline-block;
width: 5px;
height: 9px;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/arrow-right.png);
margin-left: 4px;
}
ul.products_wrap a, ul.products_wrap li {
cursor: pointer
}
ul.products_wrap a:hover, ul.products_wrap li:hover {
cursor: pointer
}
#collapse_lang {
display: inline-block;
padding-left: 0; }
#collapse_lang li:hover a {
color: #44ade2;
text-decoration: none;
}
div#collapse_lang.in {
display: inline-block;
}
.collapsing { }
#collapse_lang.collapse { }
.container-fluid.header_top_nav_wrap {
background-color: rgba(255, 255, 255, 0.9);
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.navbar-default .navbar-nav>li>a {
padding-left: 15px;
padding-right: 15px;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.navbar-default .header_top_nav .navbar-nav>li>a {
color: #5d5c5c;
}
.navbar-default .navbar-nav>li:last-child>a.btn_green:hover {
background-color: #587f0d;
color: #ffffff;
-webkit-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
.singlemenu .sub_menu_list a {
cursor: pointer;
}
.navbar-default .navbar-nav>li:hover>a {
cursor: default;
}
ul.sub_menu_list li {
cursor: default;
list-style: none !important;
}
ul.cd-dropdown-content li {
list-style: none !important;
}
ul.cd-dropdown-content li.column-title {
text-transform: uppercase;
font-size: 22px;
}
.header_top_bar img.header-search {
position: relative;
top: 1px;
}
.header_main.container .btn-toolbar {
margin: 0 0 160px 0;
}
.banner.header_banner {
min-height: 125px;
background-color: rgba(29, 42, 56, 0.6);
color: #fff;
padding: 40px 15px;
}
.banner.header_banner p {}    @media (min-width: 1121px) {
.cd-dropdown-wrapper {
display: none !important;
}
}
.cd-dropdown {
background-color: #eef1f5;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before { margin: 14px 0;
background-color: #3b3b3b;
}
.cd-dropdown-wrapper { float: right;
}
.cd-dropdown-wrapper {
margin: 29px 0 0 5%;
}
body:not(.landing-page) .header_top_nav_wrap.fixed .cd-dropdown-wrapper {
margin: 22px 0 0 5%;
}
.cd-dropdown-trigger {
padding: 0;
}
.cd-dropdown-trigger:before, .cd-dropdown-trigger:after {
display: none;
}
.cd-dropdown-content, .cd-dropdown-content .cd-secondary-dropdown {
padding-top: 70px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
color: #3b3b3b;
border-color: #d0d6da;
border-width: 1px 0 0;
}
.cd-dropdown-content a:hover, .cd-dropdown-content ul a:hover, .cd-dropdown-content a:focus, .cd-dropdown-content ul a:focus, .cd-dropdown-content a:link, .cd-dropdown-content ul a:link {
text-decoration: none;
}
.cd-dropdown h2.dropdown-menu-sub-header {
background-color: #dbe0e4;
color: #44ade2;
border: 0;
font-size: 18px;
}
.cd-dropdown li.go-back a {
border-bottom: 0;
}
.has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
background: #3b3b3b;
}
.mobile-menu-logo-bar {
border-bottom: #44ade2 2px solid;
height: 70px;
z-index: 12;
position: fixed;
width: 100%;
background-color: #eef1f5;
}
.mobile-menu-current-language {
font-size: 18px;
color: #44ade2;
background-color: #eef1f5;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 100%;
}
.mobile-menu-current-language::-ms-expand {
display: none;
}
.cd-search input[type="search"] {
background-color: #eef1f5;
color: #3b3b3b;
padding-left: 12%;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
color: #838282;
}
.cd-search input[type="search"]:-moz-placeholder {
color: #838282;
opacity: 1;
}
.cd-search input[type="search"]::-moz-placeholder {
color: #838282;
opacity: 1;
}
.cd-search input[type="search"]:-ms-input-placeholder {
color: #838282;
}
.cd-search input[type="search"]:placeholder-shown {
color: #838282;
}
form.cd-search .glyphicon.form-control-feedback {
right: auto;
left: 0;
padding: 1.5% 3%;
} .separator:before, .separator:after {
content: "";
display: block;
position: absolute;
bottom: 99%;
z-index: 199;
height: 0;
width: 50%;
border-bottom: 25px solid;
}
.separator:before {
border-right: 48px solid transparent;
left: 0;
}
.separator:after {
border-left: 48px solid transparent;
right: 0;
} .media .img-circle {
height: 136px;
width: 136px;
padding: 0;
background-color: #fff;
border: 1px solid #d1d4d7;
-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
display: block;
float: left;
}
.page-rtl .media .img-circle{
-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
.media .img-circle>img {
width: 106px;
height: 68px;
margin: 33px 15px;
}
.media {
overflow: visible;
margin-top: 30px;
height: 160px;
}
.media-body {
vertical-align: middle;
padding: 0 16px;
height: 136px;
}
.media-body p {
font-size: 1em;
color: #494949;
line-height: 1.3em;
letter-spacing: -0.5px;
}
.media-body h3 {
padding-bottom: 10px;
}    a .media .img-circle:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} .container {  padding: 0 15px;
}
.container .col-sm-6, .container .col-sm-12 {
padding: 0;
}
.container {
max-width: 1200px;
}
.cookies-notification {
display : none;
min-height: 50px;
font-size: 14px;
padding: 15px 0;
background: #e3f1f6; z-index: 1200;
width: 100%;
}
.cookies-notification .popup-close {
float: right;
padding: 0px 21px;
cursor: pointer;
}
section .title h2 {
color: #44ade2;
font-size: 2.2em;
line-height: 1.2;
padding: 50px 0;
}
section.blog_preview .col-sm-5 {
padding: 0;
}
section.blog_preview {
-webkit-background-size: 100% 1080px;
background-size: 100% 1080px;
padding-bottom: 70px;
background-repeat: no-repeat;
background-position: 0 0;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
}
#careers.careers-page-new section.blog_preview {    background-size: cover !important;}
section.blog_preview .col-sm-5:first-of-type {
text-align: right;
}
.left_side.col-sm-6 {
padding-right: 7px;
}
.right_side.col-sm-6 {
padding-left: 7px;
}
.form-group {
text-align: left;
}
.home_page section {
padding: 0 10px 50px 10px; }
.home_page section, .inner-page section {
padding: 0 20px 50px 20px;
}
.home_page section.blog_preview {
padding-top: 128px;
}
.home_page section.blog_preview h2 {
color: #44ade2;
font-size: 2.2em;
line-height: 1.2;
padding-bottom: 20px;
}
section.blog_preview h2+p.sub_title {
color: #6d6d6d;
}
.separator_blog_preview {
height: 360px;
background: url(//www.algosec.com/wp-content/themes/algosec/images/blog_divider.png) no-repeat center center;
}
.container .blog_preview_body .blog_short_info {
padding: 70px 0;
display: inline-block;
}
.container .blog_preview_body .blog_short_info em {
padding-bottom: 20px;
display: inline-block;
color: #6d6d6d;
}
.container .blog_preview_body .blog_short_info p {
color: #6d6d6d;
}
.home_page section h2 {
color: #44ade2;
font-size: 2.2em;
line-height: 1.2;
font-family: open_sanslight, sans-serif;
font-weight: 300;
}
section.featured_resources {
padding-top: 50px;
}
.home_page .featured_resources h2 {
padding-bottom: 50px;
padding-top: 50px;
}
.home_page section .home-title h2 {
padding: 50px 0;
}
.home_page.cookie-notify  section .home-title h2 {
padding: 185px 0 50px;
}
.featured_resources_img {
width: 100%;
height: 295px;
-webkit-background-size: contain;
background-size: contain;
background: url(//www.algosec.com/wp-content/themes/algosec/images/resources_bg.png) no-repeat;
}
.featured_resources_img img {
margin: 16px auto 0;
display: inline-block;
width: 356px;
}
h3.featured_resources_title {
color: #3b3b3b;
font-size: 1.4em;
padding-bottom: 16px;
}
p.featured_resources_text {
color: #6d6d6d;
padding: 0 40px;
}
body:not(.home) .arrow-down {
display: none;
}
#watch_in_action {
height: 75px;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 250;
display: none;
box-sizing: border-box;
background: rgba(68, 173, 226, 0.9);
}
#watch_in_action.stuck {
position: absolute;
bottom: auto;
top: -77px;
}
#watch_in_action_inner {
height: 100%;
width: 100%;
display: block;
text-align: center;
line-height: 75px;
font-size: 22px;
position: relative;
}
#watch_in_action a {
text-decoration: none;
width: 100%;
display: block;
height: 100%;
color: #fff;
}
#watch_in_action .arrow-down-blue {
z-index: 30;
border-top: 25px solid rgba(68, 173, 226, 0.9);
display: block;
bottom: -25px !important;
}
#watch_in_action #watch_in_action_icon {
margin-top: -5px;
margin-right: 2px;
}
#watch_in_action #watch_in_action_x {
position: absolute;
height: 100%;
width: 8%;
z-index: 260;
right: 0;
top: 0;
cursor: pointer;
}
section.connect_with {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_003.jpg); background-repeat: no-repeat; -webkit-background-size: 100% 1080px;
background-size: cover;
padding-bottom: 70px;
background-position: center center;
background-attachment: fixed;
position: relative;
}
body:not(.home) section.connect_with { }
section.connect_with .arrow-down-white {
top: 0;
bottom: auto;
z-index: 20;
display: block;
}
.home_page section.connect_with .arrow-down-white,
.customer-reviews-page section.connect_with .arrow-down-white {
border-top: 25px solid #e8e7ec;
}
.home_page section.connect_with h2 {
color: #fff;
padding-top: 70px;
padding-bottom: 14px;
}
ul.social_icons img {
width: 70px;
height: 70px;
}
ul.social_icons {
padding-top: 20px;
}
.contact_us .container {
padding-top: 50px;
}
.contact_us label {
color: #6d6d6d;
font-weight: 400;
padding: 0 2px;
line-height: 1;
margin-bottom: 0;
}
.contact_us select, .contact_us input.form-control {
height: 50px;
}
.contact_us input[type=submit] {
background-color: #44ade2;
width: 250px;
height: 55px;
margin: 0 auto;
position: relative;
display: block;
border-radius: 27px;
border: none;
font-size: 1.4em;
}
section.footer_menus, body.contact-page section.footer_menus {
padding-bottom: 0;
padding-top: 57px;
background: #005288 !important;
color: white;
}
section.footer_menus>.container {
max-width: 840px;
}
.footer_menu ul.footer_menu_ul {
padding: 0;
}
body li.footer_menu_item {
font-size: 16px;
list-style-type: none!important;
min-height: 32px;
text-align : left;
padding-bottom: 13px;
}
li.footer_menu_item a {
color: white;
text-decoration: none;
}
.footer-language-menu li.footer_menu_item {
display: inline-block;
padding: 9px;
}
.footer-language-menu {
padding-top: 17px;
text-align: center;
padding-bottom: 10px;
border-bottom: #0282aa solid 2px;
}
.bottom_logo:before {
content: "";
right: 0;
left: 0;
top: 37px;
height: 1px;
background-color: #c6ced7;
position: absolute;
margin: 0 190px;
}
.bottom_logo {
position: relative;
}
.bottom_logo img {
position: relative;
width: 100px;
height: 70px;
z-index: 2;
background-color: #EEF1F5;
padding: 0 15px;
}
.copyright {
font-style: italic;
padding: 62px 0;
float: right;
}
.copyright, a.privacy:link, a.privacy:hover, a.privacy:visited {
color: white;
text-decoration: none;
}
a.privacy {
border-left: white solid 1px;
padding-left: 10px;
margin-left: 10px;
}
img.footer-logo-white {
padding: 36px 0;
}
.form-privacy {
padding: 10px;
font-size: 16px;
color: #909ba8;
}
.form-privacy a, .form-privacy a:link {
font-style: normal;
padding: 0;
color: #909ba8;
text-decoration: underline;
}
.form-privacy span {
position: relative;
}
.form-privacy span:before {
content: '';
position: absolute;
background: #da5959;
border-radius: 100%;
width: 5px;
height: 5px;
left: -1em;
top: 0.5em;
cursor: default;
display: none;
}
section h2+p.sub_title {
color: #6d6d6d;
}
.video_play {
border-radius: 50%;
background-color: #A6CD39;
-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.12);
width: 60px;
height: 60px;
display: inline-block;
}
.video_play a {
display: block;
height: 100%;
cursor: pointer;
}
.video_play img {
margin-top: 20px;
margin-left: 3px;
}
.pdf_button a{padding:10px 20px; transition: all 0.5s;}
.pdf_button a:hover{text-decoration:none; box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2); background: #587f0d;}
section.connect_with p.sub_title {
color: #ffffff;
width: 60%;
margin: auto;
}
.header_main.container>p, .header_main.container>.item-to-animate>p {
color: #fff;
margin-bottom: 30px;
margin-top: 15px;
font-size: 25px;
}
.arrow-down {
width: 0;
height: 0;
border-left: 48px solid transparent;
border-right: 48px solid transparent;
border-top: 25px solid #EEF1F5;
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -48px;
z-index: 3;
}
.arrow-down.left {
left: 25%;
}
.arrow-down.left-third {
left: 33%;
}
.home_page .contact_us h2 {
padding-bottom: 30px;
}
#request-demo-container h2 {
padding-bottom: 50px;
}
#request-demo-container .submit-success {
display: none;
}
#request-demo-container h2.submit-success {
padding-bottom: 10px;
}
#request-demo-container .divider.submit-success {
height: 2px;
width: 50px;
background-color: #44ade2;
margin: 35px auto;
}
#request-demo-container p.submit-success {
padding: 0 30%;
}
#request-demo-container .form-step-1 { }
label.required:after {
content: attr(data-error);
position: relative;
font-size: 0.8em;
color: #d9534f;
border-radius: 100%;
width: auto;
display: inline-block;
margin-left: 10px;
vertical-align: baseline;
}
label.required>i {
position: relative;
background: #da5959;
border-radius: 100%;
width: 5px;
height: 5px;
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.navbar-default .navbar-nav>li>a.btn {
font-size: 1em;
color: #ffffff;
border: none;
padding: 10px 20px;
margin-top: 3px;
}
.navbar-default .navbar-nav>li>a.btn:hover {
background-color: #587f0d;
}
.featured_resources .list-inline li {
width: 385px;
margin-left: 10px;
padding: 0;
vertical-align: top;
}
.progress-button button.btn-primary {
color: #fff;
background-color: #44ade2;
border: none;
font-size: 1.4em;
letter-spacing: normal;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.progress-button button.btn-primary:hover {
background-color: #39668d;
}
.contact_us .form-group {
margin-bottom: 2px;
}
.submit-button {
position: relative;
width: 250px;
height: 55px;
margin: 15px auto auto;
overflow: hidden;
border-radius: 25px;
}
.submit-button svg {
fill: #fff;
}
.submit-button .btn:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.submit-button .btn-primary:hover {
background-color: #44ade2;
}
.btn_ripple_wrap {
position: relative;
display: inline-block;
border-radius: 20px;
overflow: hidden;
}
.btn_ripple_wrap .ripple-obj {
fill: #44ade2;
}
#playModal .modal-body {
padding: 0;
background-color: #000;
}
.modal-dialog {
margin: 14% auto;
-webkit-box-shadow: 0px 0px 10px 4px;
-moz-box-shadow: 0px 0px 10px 4px;
box-shadow: 0px 0px 10px 4px;
}
.modal-content {
position: relative;
}
.lightbox-close-button {
position: absolute;
top: -17px;
right: -13px;
cursor: pointer;
}
#playModal .modal-body iframe {
width: 100%;
}
span.separator_or {
color: #fff;
line-height: 3.5;
padding: 0 15px;
}
form.navbar-form.active .reset {
margin-top: 1px;
}
.navbar-collapse form[role="search"] input {
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 0;
}
.lang_choose a {
color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li:hover>a { }
.navbar-nav>li ul.sub_menu {
position: absolute;
left: 0;
width: auto;
background-color: #ffffff;
border-radius: 5px;
border-top: 4px solid #44ade2; height: 0; padding: 0;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.navbar-nav>li:hover .sub_menu_wrap {
height: auto;
display: table;
border-top: 4px solid #44ade2;
padding: 20px 10px;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.navbar-nav>li ul.sub_menu li>a {
white-space: nowrap;
color: #3b3b3b;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.navbar-nav>li ul.sub_menu li {
padding: 7px 30px;
display: none;
}
.navbar-nav .sub_menu li:not(.sub_menu_title):not(.column-title) a:hover {
color: #5e8cb5;
text-decoration: none; }
.navbar-nav>li ul.sub_menu.arrow_up:after {
content: "";
display: none;
position: absolute;
left: 25px;
top: -11px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 7px solid #44ade2;
}
.navbar-nav>li:hover ul.sub_menu li {
display: block;
}
.navbar-nav>li:hover ul.sub_menu.arrow_up:after {
display: block;
}
#bs-example-navbar-collapse-1 li.divider-vertical:last-child {
padding-right: 5px;
}
.header_main .btn-toolbar .btn-group:first-child {
margin-right: 20px;
}
.header_main a.btn {
font-size: 1.4em;
min-width: 242.4px;
}
.container-fluid.testimonials_wrapper {
background-color: #44ade2;
}
section.testimonials>.container-fluid.trusted_by {
position: absolute;
top: 0;
z-index: 1;
left: 0;
right: 0;
} section.testimonials h2 {
color: #fff;
}
section.testimonials>.trusted_by {
background-color: rgba(0, 0, 0, 0.6);
height: 160px;
}
section.testimonials>.trusted_by h2 {
padding-top: 50px;
color: #ffffff;
}
.testimonial .comment div.testimonial_owner {
color: #fff;
line-height: 1.2em;
margin-bottom: 35px;
font-weight: 400;
padding-top: 15px;
font-size:18px;
}
.testimonial .comment em {
color: #fff;
font-size: 2em;
}
.testimonial .comment p.testimonial_owner>span {
font-weight: 400;
padding: 0 5px;
}
.testimonials_preview_wrap .img-circle {
height: 80px;
width: 80px;
padding: 0;
background-color: #fff;
border: 1px solid #d1d4d7;
margin-right: 0;
margin-left: 0;
vertical-align: middle;
display: inline-block;
}
.testimonials_preview_wrap .img-circle img {
height: 41px; margin-top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.6;
}
.testimonials_preview_wrap .testimonial-name {
margin-top: 22px;
margin-bottom: 0;
color: #6d6d6d;
width: 100px;
position: absolute;
top: 72%;
left: 0;
display: none;
}
.container.testimonials_preview_wrap.text-center {
position: absolute;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
}
.home_page section.testimonials {
padding: 0;
overflow: visible;
z-index: 2;
position: relative;
}
.testimonials_preview_wrap :not(.active) .img-circle:hover, .testimonials_preview_wrap .active .img-circle {  -moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
cursor: pointer;
transform: scale(1.3);
}
.testimonials_preview_wrap .img-circle, .testimonials_preview_wrap .img-circle {
zoom: 1;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.testimonials_preview_wrap .img-circle:hover img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);  -moz-transition: all 1s;
-o-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s; }
.testimonials_preview_wrap .active .img-circle img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);  -moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.testimonials_preview_wrap .img-circle:hover img, .testimonials_preview_wrap .active .img-circle img {
vertical-align: middle;
display: inline-block;
position: relative;
margin: 50% 0 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
}       .testimonial .logo { margin-bottom: 56px;
}
.testimonial .logo>img {
max-height: 80px;
}
.testimonials_preview_wrap li:not(.active) .img-circle:hover p {
margin-top: 0; }
.testimonial {
padding-top: 282px;
padding-bottom: 124px;
display: none;
-webkit-background-size: auto 150%;
background-size: auto 150%;
background-repeat: no-repeat;
}
.testimonial .comment {
width: 50%;
margin: auto;
}
.testimonial.active {
display: block;
}
.container-fluid.testimonials_wrap {
min-height: 692px;
}
.testimonials_preview_wrap .list-inline>li {
padding: 0;
width: 100px;
height: 100px;
text-align: center;
position: relative;
}
.modal-backdrop {
background-color: black;
opacity: 0.8!important;
}
.testimonials .arrow-left, .testimonials .arrow-right {
position: absolute;
top: 50%;
margin-top: -120px;
left: 0;
z-index: 20;
padding: 150px 40px;
cursor: pointer;
}
.testimonials .arrow-right {
right: 0;
left: auto;
}
.testimonials .arrow-left::before, .testimonials .arrow-right::before {
content: '';
background: url(//www.algosec.com/wp-content/themes/algosec/images/slider_left_arrow.png) no-repeat;
width: 34px;
height: 66px;
display: block;
opacity: 0.6;
}
.testimonials .arrow-right::before {
background: url(//www.algosec.com/wp-content/themes/algosec/images/slider_right_arrow.png) no-repeat;
}
.testimonials .arrow-left:hover::before, .testimonials .arrow-left:hover::before {
opacity: 1;
} .navbar-collapse form[role="search"].active button.btn[type=submit] {
display: none;
}
.navbar-collapse form[role="search"].active button {
padding: 0 !important;
background: none;
}
.navbar-collapse form[role="search"].active span.glyphicon.glyphicon-remove {
width: 45px;
height: 45px;
}
.navbar-collapse form[role="search"].active .glyphicon-remove:before {
content: '';
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/search_close.png);
width: 45px;
height: 45px;
-webkit-background-size: 16px 16px;
background-size: 16px 16px;
position: absolute;
background-repeat: no-repeat;
background-position: center;
display: block;
}
input#header_search_input {
padding: 0 45px 0 0;
height: 50px;
background: none;
color: #ffffff;
font-size: 1em;
text-transform: none;
font-style: normal;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
max-width: 250px;
float: right !important;
}
.header_top_bar.search_on>div>ul {
display: none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
background: none;
}
.testimonials_preview_wrap .list-inline li:hover .img-circle p { }
.anchor {
position: relative;
height: 1px !important;
}
.anchor>* {
position: absolute;
top: -100px;
left: 0;
} .careers-page .header_main h1 {
font-weight: 600 !important;
font-size: 90px;
}
#careers .description p {
max-width: 750px;
margin: 0 auto;
}
#careers header {
background: none;
height: 905px;
background-repeat: no-repeat;
-webkit-background-size: 100% 1080px;
background-size: cover;
background-position: 0 0;
background-attachment: fixed;
}
#careers.careers-page-new header{
height:auto !important; padding-bottom:0px;
}
#careers .-blog:after{width:50%;right:0}
#careers .-blog:before{width:50%; left:0}
.banner-slider .slide {text-align:center; padding-top:50px; padding-bottom:160px;display: none;} .banner-slider .slide.slick-slide{display:block}
#careers.careers-page-new .header_plus {
position: absolute;
width: 16px;
height: 16px;
background: #4d6a7a;
top: 0;
right: 25px;
border-radius: 0 0 2px 2px;
cursor: pointer;
}
#careers.careers-page-new .slick-dots{bottom:20px !important}
#careers.careers-page-new .header_plus:before {
position: absolute;
display: block;
content: '';
width: 10px;
height: 10px;
top: 50%;
left: 50%;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/blog/plus_ico.png);
transform: translate(-50%, -50%);
}
#careers.careers-page-new  .header_top_bar{display:none}
#careers.careers-page-new .banner-slider{ padding-bottom:0px;}
#careers #section-1 .separator {display:none}
#careers.careers-page-new header .slide p{padding:0 !important; margin:0; line-height: 45px }
#careers.careers-page-new .banner-slider .slide p.slide-sub-title{color:#fff; padding-bottom:0px !important; font-weight: 600; font-size: 24px;}
#careers.careers-page-new  .slick-slide{height:auto;}
.friendly .section-text{padding-bottom:50px;}
.friendly .box-row{overflow: hidden;}
.careers-page-new  a.btn-find-job {
color: #fff;
text-decoration: none; padding: 10px 0;
border-radius: 40px;
position: absolute;
bottom: 70px;
left: calc(50% - 100px);
background: #A6CD39;
font-size: 1.4em;
width: 200px;
text-align: center;
transition: all 0.3s
}
.banner-slider +  a.btn-find-job:hover{    
background-color: #587f0d;
color: #ffffff;
-webkit-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
}                
#careers.careers-page-new section h2{
color: #44ade2;
font-size: 2.2em;
line-height: 1.2;
padding-bottom: 20px;                    
text-align:center;
}
#careers.careers-page-new .glassdoor-rating-block{padding-bottom:0px; padding-top:20px;}
#careers.careers-page-new .glassdoor-rating-block-title{color:#464646}
#careers.careers-page-new .slick-dots li{width:12px; height:12px;}
#careers.careers-page-new .slick-dots li button{    
border-radius: 6px;
width: 12px !important;
height: 12px !important;
}
#careers.careers-page-new .friendly-box {
padding: 0;
text-align: center;
display:table;
margin-bottom:-5px;
height:100%;
}
#careers.careers-page-new .values-item{}
#careers.careers-page-new .our-value{padding-bottom:50px;}
#careers.careers-page-new .values-item img{transition: 0.3s all}
#careers.careers-page-new .values-item:hover img{transform:scale(1.2); transition: 0.3s transform}
#careers.careers-page-new  .values-item-img-wrap,#careers.careers-page-new  .values-item-img-wrap img{width:120px; height:120px;}
#careers.careers-page-new .friendly-box .text-box{display:table-cell; vertical-align:middle}
#careers.careers-page-new .friendly-box .text-box .title{font-size:48px; color:#fff}
#careers.careers-page-new .friendly-box .text-box .text{font-size:32px; color:#fff; font-weight: 200; padding:0 10px;}
#careers.careers-page-new  .small-screen{display: none}
#careers.careers-page-new .friendly-box .image-box{height:100%}
#careers.careers-page-new .friendly-box .image-box img{ width:100%}
#careers.careers-page-new .btn-find-a-job{
color: #fff;
text-decoration: none;
padding: 10px 0;
border-radius: 40px;
background:rgb(68, 173, 226);
font-size: 1.4em;
width: 200px;
text-align: center;
transition: all 0.3s;
display:inline-block;
}
#careers.careers-page-new .btn-find-a-job:hover{
background-color:#39668d;
color: #ffffff;
-webkit-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
#careers.careers-page-new .life-in-alogsec{padding-bottom:50px;}
#careers.careers-page-new .life-in-alogsec .land-video-item{display: inline-block; max-width:500px}
#careers.careers-page-new .land-video-slider_wrap{padding-top:50px;}
#careers.careers-page-new .land-video-item-descr{line-height: 20px;}
#careers.careers-page-new .land-video-item img{width:100%}
#careers.careers-page-new h6{padding-top: 10px;    font-size: 14px;letter-spacing: 1px;}
#careers.careers-page-new section.friendly{padding: 50px 0 100px 0 !important;}
#careers.careers-page-new section.join-us{padding:55px 0 50px 0 !important; height:490px;}
#careers.careers-page-new section.join-us h2{padding-bottom:235px;}
#careers.careers-page-new .connect_with h2{color:#fff}
#careers.careers-page-new  .modal-dialog{background:#ccc;}
#careers.careers-page-new  .slider-wrapper{position: relative;}
.careers-share-buttons{
position: absolute; 
bottom: calc(50% - 35px);
left: 25px;
}
.careers-share-buttons a {
width: 40px;
height: 40px;
background: #fff;
display: block;
text-align: center;
border-radius: 50%;
padding-top: 3px;
font-size: 22px;
margin-bottom: 18px;
}
#open-positions .positions .careers-share-buttons,
#position-inner-page .positions .careers-share-buttons {
top: 50px;
right: 15px;
bottom:unset;
left:unset;
}
#open-positions header{position: relative; background-size:cover}
#open-positions  .careers-share-buttons{bottom:75px;}
#open-positions .positions .careers-share-buttons a,
#position-inner-page .positions .careers-share-buttons a{
width:40px; height:40px; font-size:18px; color:#fff; padding-top:8px;
}
#open-positions .positions  .careers-share-buttons a .fa-whatsapp,
#position-inner-page .positions  .careers-share-buttons a .fa-whatsapp{
font-size: 50px;
margin-top: -13px;
margin-left: -1px;
}
a#open-position {
width: 180px;
}
.description .btn_ripple_wrap.open-position {
margin-bottom: 25px;
margin-top: 25px;
}
#careers h2.first-title {
padding-bottom: 25px;
}
#cubs-3 .cub {
height: 230px;
padding: 15px;
}
.cub {
height: 230px;
padding: 15px;
}
.image {
background: gray;
width: 100%;
height: 100%;
border-radius: 10px;
}
#cubs-1 .cub:nth-child(2) {
height: 460px;
float: right;
}
#cubs-2 .cub:nth-child(3), #cubs-1 .cub:last-child {
height: 460px;
}
div#cubs-1, div#cubs-2 {
padding: 0;
}
#careers section#section-1 { }
#careers .img-circle {
height: 215px;
width: 215px;
padding: 0;
background-color: #fff;
border: 1px solid #d1d4d7;
-webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
margin: 0 auto;
}
#careers .img-circle.circle-left {
margin-right: 0;
}
#careers .img-circle.circle-right {
margin-left: 0;
}
#careers .img-circle {
text-align: center;
padding-top: 30px;
}
#careers .img-circle h3 {
margin-bottom: 15px;
display: inline-block;
border-bottom: 1px solid #44ade2;
padding-bottom: 10px;
}
#careers .img-circle p {
margin: 0 15px;
color: #6d6d6d;
}
#careers .arrow-down {
bottom: -25px;
}
section .title h2.two-title {
padding: 70px 0;
}
div#wrapp-circle { }
#cubs-3 .inner-cub {
background: #44ade2;
width: 280px;
height: 100%;
border-radius: 10px;
padding: 16px;
}
div#cubs-3 {
max-width: 930px;
margin-bottom: 70px;
}
.inner-page header {
height: 382px;
}
.inner-page .header_main h1 {
font-weight: 300;
font-family: open_sanslight, sans-serif;
padding-top: 80px;
text-transform: none;
width: 100%;
margin-left: 0px;
padding-left: 0px;  }
.inner-page section.connect_with h2 {
color: #fff;
padding-top: 70px;
padding-bottom: 14px;
}
.inner-page section h2{
color: #44ade2;
font-size: 30px;
line-height: 1.2;
font-family: open_sanslight, sans-serif;
}
#whiteboard-video-series.inner-page section h1 {
color:#44ade2;
font-weight: 300;
}
#careers ul.nav.navbar-nav.lang_wrap>li>a:after {
margin-left: 5px;
}
#careers.home_page section.blog_preview {
padding-top: 0;
}
#careers .modal-dialog {
background-color: #edf1f5;
box-shadow: 0px 0px 15px 0px;
-webkit-box-shadow: 0px 0px 15px 0px;
width: 564px;
max-width: 90%;
margin: 12% auto;
padding: 34px 32px 19px;
}
#careers .modal-backdrop {
opacity: 0.2!important;
}
#careers .modal-body {
text-align: center;
}
#careers #open-positions-section a.no-link:hover {
cursor: pointer;
}
#careers #open-positions-section a.no-link:hover {
cursor: pointer;
}
#careers #open-positions-section .inner-cub.cub-left.no-position {
cursor: pointer;
}
ul.social_icons img:hover {
opacity: .9;
-webkit-transform: scale(1.17, 1.17);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 550ms;
-moz-transform: scale(1.17, 1.17);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 550ms;
}
ul.social_icons img {
width: 70px;
height: 70px;
display: block;
opacity: 1;
-webkit-transform: scale(1, 1);
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 550ms;
-moz-transform: scale(1, 1);
-moz-transition-timing-function: ease-out;
-moz-transition-duration: 550ms;
}
div.icon-position {
width: 70px;
height: 70px;
background: url(//www.algosec.com/wp-content/themes/algosec/images/position_team_sprite.png) no-repeat;
position: absolute;
top: 50%;
margin-top: -34px;
left: 50%;
margin-left: -34px;
}
div#icob-1 {
background-position: 0 0;
}
.wrapp-icon-position {
width: 105px;
height: 105px;
background: #ffffff;
border-radius: 50%;
position: relative;
margin: 0 auto; -webkit-box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2);
box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2);
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.inner-cub h3 {
margin-top: 5px;
color: #ffffff;
}
div#icob-2 {
background-position: -74px 0;
}
div#icob-3 {
background-position: -150px 0;
}
div#icob-4 {
background-position: -227px 0;
}
div#icob-5 {
background-position: -302px 0;
}
div#icob-6 {
background-position: -378px 0;
}
#cubs-3 .inner-cub.no-position div.icon-position {
opacity: 0.6;
}
.inner-cub span {
color: #ffffff;
}
#cubs-3 .inner-cub:hover {
background: #ffffff;
}
#cubs-3 .inner-cub:hover .wrapp-icon-position {
background: #44ade2;
}
#cubs-3 .inner-cub:hover h3 {
color: #44ade2;
}
#cubs-3 .inner-cub:hover div#icob-1 {
background-position: 0 -75px;
}
#cubs-3 .inner-cub:hover div#icob-2 {
background-position: -74px -75px;
}
#cubs-3 .inner-cub:hover div#icob-3 {
background-position: -150px -75px;
}
#cubs-3 .inner-cub:hover div#icob-4 {
background-position: -227px -75px;
}
#cubs-3 .inner-cub:hover div#icob-5 {
background-position: -302px -75px;
}
#cubs-3 .inner-cub:hover div#icob-6 {
background-position: -378px -75px;
}
.cub a {
text-decoration: inherit;
}
#cubs-1 .cub .image, #cubs-2 .cub .image {
background-position: center !important;
background-size: cover !important;
border-radius: 10px;
overflow: hidden;
height: 100%;
display: table;
}
#cubs-1 .cub:nth-child(2) .image {
background-position: right bottom !important;
position: relative;
}
#cubs-1 .cub:nth-child(4) .image {
position: relative;
}
#cubs-2 .cub:nth-child(2) .image {
background-position: top !important;
}
#cubs-2 .cub:nth-child(3) .image {
background-position: top !important;
}
#cubs-2 .cub:nth-child(4) .image {
background-position: top !important;
}
#cubs-2 .cub:nth-child(5) .image {
background-position: left bottom !important;
}
.people-video.text-center {     width: 92%;
margin: 21% auto 0%;
}
.people-video.text-center.second {
margin: 0 auto;
}
.video-title h3 {
font-size: 2.0em;
color: #ffffff;
padding: 20px 0;
text-transform: uppercase;
}
.people-video.text-center.second .video-title h3 {
padding: 20px 0 5px;
}
.join-facebook {
background: url(//www.algosec.com/wp-content/themes/algosec/images/facebook_icon.png) no-repeat;
background-size: cover;
width: 53px;
height: 53px;
margin: 0 auto;
}
.people-facebook.text-center {
top: 100px;
position: relative;
}
.image-hover {
display: none;
background: #44ade2;
opacity: 0.9;
width: 100%;
height: 100%;
color: #ffffff;
font-size: 18px;
padding-top: 5%;
}
.cub:hover .image-hover {
display: table-cell;
overflow: hidden;
font-weight: 300;
vertical-align: middle;
padding: 15px;
}  body.position-page {
background-color: #eef1f5;
}
.position-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_006.jpg) no-repeat;
}
.position-page .header_main h1 {
font-size: 40px;
font-family: open_sanslight, sans-serif;
font-weight: 300;
padding-top: 80px;
}
.position-page header {
height: 382px;
}
.position-page .separator:before {
width: 25.8%;
}
.position-page .separator:after {
width: 74.2%;
}
.position-page .position {
border-bottom: 1px solid #ced0d2;
margin-top:10px;
}
.position-page .position .position-header a:hover{text-decoration: none;}
.position-page .position-header h3{    margin-bottom: 0;padding: 10px 0 25px 0;}
.position-page .position.open {
background: white;
padding: 0 0px;
}
.position-page .position-details {
display: none;
padding: 18px 25px;
}
.position-page .position .position-intro {
color: #3b3b3b;
font-size: 16px;
padding: 25px 0 35px 10px;
position: relative;
margin-bottom: 0;
}
.position-page .position.open .position-intro {
padding: 26px 25px;
}
.position-page .position .position-intro:hover {
cursor: pointer;
}
.position-page .position:not(.open) .position-intro:hover {
background-color: #e1e4e7; }
.position-page .position .position-intro p {
padding-right: 45px;
}
.position-page .position .position-title {
font-size: 22px;
}
.position-page .position.open .position-title {
color: #44ade2;
}
.accordion-icon {
position: absolute;
right: 24px;
top: 36px;
}
.accordion-close-icon {
display: none;
}
.position-page .position.open .accordion-close-icon {
display: inline-block;
}
.position-page .position.open .accordion-open-icon {
display: none;
}
.accordion- .position-page .position-details {
width: 95%;
}
.position-page .position .position-details h3 {
font-size: 22px;
color: #44ade2;
}
.position-page .position .position-details .position-subheader {
font-weight: bold;
}
.position-page .position .position-details p {
font-size: 16px;
color: #494949;
padding-right: 45px;
}
.position-social {
height: 102px;
padding: 31px 0;
} .position-social>a.share-id>span {
color: #333;
}
.position-social img {
height: 40px;
padding-left: 9px;
}
.position-social .social-hover-image {
height: 40px;
width: 40px;
display: inline-block;
margin: 0px 0px -13px 5px;
}
.position-social .social-hover-image.facebook:hover {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/facebook-sprite_hover.png) !important;
}
.position-social .social-hover-image.twitter:hover {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/twitter-sprite_hover.png) !important;
}
.position-social .social-hover-image.linkedin:hover {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/linkedin-sprite_hover.png) !important;
}
.apply-position {
float: right;
color: white;
margin: -14px 30px;
}
a.btn.apply-position:focus, a.btn.apply-position:link, a.btn.apply-position:hover, a.btn.apply-position:visited {
text-decoration: none;
color: white;
}
#lightbox-apply #position-submit {
margin: auto;
display: block;
width: 180px;
height: 58px;
border: 0;
background: #44ade2;
color: white;
border-radius: 33px;
}
.position-page .featherlight .featherlight-content {
padding: 0;
border-bottom: 0;
}
.position-page .modal-dialog {
margin: 4% auto;
}
.position-page .modal-content {
font-size: 16px;
color: #494949;
background-color: #eef1f5;
}
.position-page .position-inner-form {
padding: 0 20px;
}
.position-page .modal-content h3 {
color: #7fabdd;
height: 82px;
background: white;
padding: 25px;
}
.position-page .position-lightbox p, .position-page .position-lightbox label {
font-size: 16px;
font-weight: normal;
}
.position-page .modal-content p {
padding-top: 20px;
}
.position-page .modal-content p.intro {
padding: 20px 25px;
}
.position-page .modal-content form {
width: 830px;
margin: auto;
}
.position-page .modal-content label {
margin-bottom: 0;
margin-top: 5px;
}
.position-page .position-lightbox .form-control {
width: 403px;
height: 50px;
}
.position-page .position-lightbox .form-control.textarea {
width: 830px;
height: 113px;
}
.position-page .position-lightbox .form-left {
margin-right: 17px;
}
.position-page .position-lightbox input[type=file] {
display: block;
height: 0;
width: 0;
}
.position-page .position-lightbox input[type=text]#cv {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/paper_clip.png);
background-repeat: no-repeat;
background-position: 97% 50%;
}
.position-page .position-lightbox a.btn {
margin: 2% 40%;
}
.position-page .position-lightbox .wpcf7-response-output {
display: none;
}
.lightbox-footer a:link, .lightbox-footer a:hover, .lightbox-footer a:focus {
text-decoration: none !important;
}
.position-page .position-lightbox .form_msg {
color: red;
font-size: 13px;
}
.position-page .position-inner-form {
min-height: 300px; background-image: url(//www.algosec.com/wp-content/themes/algosec/images/ajax-loader.gif);
background-repeat: no-repeat;
background-position: center center;
margin: 0 15px;
overflow: hidden;
}
.position-page .position-lightbox body.iframe {
background-color: #eef1f5;
} .slick-slider {
margin-bottom: 0 !important;
}
.slick-slide {
height: 800px;
}
.slick-dots {
bottom: 5px !important;
}
.slick-dots li button {
background-color: white !important;
color: white !important;
border-radius: 8px;
width: 16px !important;
height: 16px !important;
}
.slick-dots li button:before {
color: transparent !important;
}
.slick-dots li.slick-active button {
background-color: #9ebe33 !important;
color: #9ebe33 !important;
}
.slick-dots li.slick-active button:before {
color: transparent !important;
}
body:not(.overview-page) .slick-next {
display: none!important;
} .breadcrumbs {
padding-top: 92px;
text-align: right;
color: white;
}
.breadcrumbs-item {
display: inline-block;
}
.breadcrumbs-item a:link, .breadcrumbs-item a:visited {
color: white;
}
.breadcrumbs-separator {
padding: 0 4px;
} body.management-page {
background-color: #EEF2F5;
}
.management-page .header_main h1 {
font-size: 40px;
font-family: open_sanslight, sans-serif;
font-weight: 300;
padding-top: 80px;
}
.management-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.management-page header {
height: 382px;
}
.management-page .separator:before {
width: 25.8%;
width: 50%;
}
.management-page .separator:after {
width: 74.2%;
width: 50%;
}
.management-page section.container {
padding-bottom: 0;
}
.management-short {
padding-bottom: 53px !important;
position: relative;
}
.management-short p {
color: #3b3b3b;
font-size: 22px;
margin-top: 22px;
margin-bottom: 0;
}
.management-short span {
color: #6d6d6d;
font-size: 16px;
}
@media (min-width: 1200px) {
.custom-tac .management-short .cover {
width: 215px;
height: 215px;
border-radius: 50%;
left: -4px;
}
.custom-tac .management-short img.plus {
margin: 98px;
}
}
.management-short .cover {
position: absolute;
top: 0;
left: 0;
width: 266px;
margin-left: 12px;
height: 266px;
background-color: rgba(68, 173, 226, 0.7);
border-radius: 133px;
display: none;
cursor: pointer;
}
.management-short img.plus {
margin: 121px;
}
#manageModal .modal-dialog {
margin: 4% auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#manageModal .modal-content {
width: 576px;
-webkit-box-shadow: 0px 0px 10px 4px;
-moz-box-shadow: 0px 0px 10px 4px;
box-shadow: 0px 0px 10px 4px;
}
.management-page .modal-content .lightbox-toppic {
height: 315px;
width: 100%;
}
.management-page .modal-content .text-content {
padding: 10px 30px;
}
.management-page .modal-content .lightbox-header {
width: 80%;
display: inline-block;
}
.management-page .modal-content .linkedin-ref {
float: right;
}
.management-page .modal-content .linkedin-ref img.linkedin {
margin-top: 10px;
}
.management-page .modal-content .linkedin-ref img.linkedin.hover {
display: none;
}
.management-page .modal-content .linkedin-ref:hover img.linkedin:not(.hover) {
display: none;
}
.management-page .modal-content .linkedin-ref:hover img.linkedin.hover {
display: inline;
}
.management-page .modal-content .lightbox-header h2 {
font-size: 35px;
color: #44ade2;
font-family: open_sanslight, sans-serif;
}
.management-page .modal-content .lightbox-header a {
text-decoration: none;
cursor: default;
}
.management-page .modal-content .lightbox-header h3 {
font-size: 16px;
color: #494949;
}
.management-page .modal-content p {
padding-top: 20px;
color: #6d6d6d;
overflow: auto;
}
.management-page .modal-content hr.divider {
border-top: 2px solid #eee;
margin: auto;
}
.management-page .modal-content .play {
padding: 5px;
margin-top: 10px;
}
.management-page .modal-content .lightbox-footer p {
width: 90%;
display: inline-block;
color: #44ade2;
vertical-align: middle;
} .inner-page .left-separator.under-header {
background-color: #f4f6f9;
}
.inner-page .left-separator.under-header {
background-color: #eef1f5;
}
.inner-page .left-separator .separator:before {
width: 25%;
}
.inner-page .left-separator .separator:after {
width: 75%;
}
.inner-page .left-third-separator .separator:before {
width: 33.33%;
}
.inner-page .left-third-separator .separator:after {
width: 66.67%;
} .inner-page.press-release-single-page .header_main p {
font-weight: 300;
font-family: open_sanslight, sans-serif;
padding-top: 80px;
text-transform: none;
width: 100%;
margin-left: 0px;
padding-left: 0px;
font-size: 40px;
margin: 0;
line-height: 1;
color:#fff;
}
body.press-releases-page {
background-color: #eef1f5;
}
.press-releases-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
body.press-releases-page h3 {
margin: 10px 0;
}
.press-releases-page .left-separator.under-header .separator:after, .press-releases-page .left-separator.under-header .separator:before {
border-bottom: 25px solid #f4f6f9;
}
.press-releases-page .left-separator.under-header {
background-color: #f4f6f9;
}
.press-release-single-page .left-separator.under-header .separator:after, .press-release-single-page .left-separator.under-header .separator:before {
border-bottom: 25px solid #eef1f5;
}
.press-release-single-page .left-separator.under-header {
background-color: #eef1f5;
}
.press-releases-page section.filter, .resources-page section.filter, .list-of-customers-page section.filter, .events-page section.filter {
background-color: #f4f6f9;
}
.press-releases-page section.filter select::-ms-expand, .resources-page section.filter select::-ms-expand, .resource-item select::-ms-expand, .list-of-customers-page section.filter select::-ms-expand, .locate-partner-page section.filter select::-ms-expand, .events-page section.filter select::-ms-expand {
display: none;
}
.press-releases-page section.filter select, .resources-page section.filter select, .list-of-customers-page section.filter select, .locate-partner-page section.filter select, .events-page section.filter select, 
.locate-partner-page section.filter .select,.locate-partner-page section.filter input{
width: 291px;
max-width: 100%;
height: 53px;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//www.algosec.com/wp-content/themes/algosec/images/dropdown_icon.svg) no-repeat;
background-size: 16px 16px;
background-position: 96% center;
text-indent: 0.01px;
text-overflow: '';
border: #cbd1d9 1px solid;
border-radius: 3px;
background-color: white;
padding: 0 30px 0 5px;
}
.locate-partner-page section.filter .select{width:330px;}
.locate-partner-page section.filter select{width:330px;}
.locate-partner-page section.filter input{background: #fff; width:330px;}
body.press-releases-page .press-release h1 {
color: #44ade2;
font-size: 30px;
line-height: 1.2;
font-family: open_sanslight, sans-serif;
}
.press-releases a, .press-releases a:hover, .press-releases a:link {
text-decoration: none;
}
.press-releases .date {
width: 124px;
display: inline-block;
vertical-align: top;
}
.press-releases-page section .headlines {
color: #3b3b3b;
display: inline-block;
width: 80%;
border-left: #ced0d2 solid 1px;
padding-left: 29px;
margin: 30px 0 25px;
vertical-align: top;
min-height: 78px;
}
.press-release-short {
border-bottom: #ced0d2 1px solid;
}
.press-release-short a:link, .press-release-short a:visited {
text-decoration: none;
}
.press-release-short:hover {
background-color: #e1e4e7; }
.press-release-short img.goto {
display: none;
float: right;
margin-top: 5px;
}
.press-releases-page section .headlines h3 {
color: #44ade2;
}
.press-releases-page .date {
padding: 30px 10px 36px;
font-size: 18px;
color: #44ade2;
width: 100px;
}
.press-releases-page .date .year {
font-size: 30px;
}
.press-releases-page .press-releases h3 {
font-size: 22px;
}
.press-releases-page .press-releases h4, .press-releases-page .press-releases h4 p {
color: #3b3b3b;
font-size: 16px;
} body.supported-devices-page {
background-color: #eef1f5;
}
.supported-devices-page hr {
border-top: 1px solid #ced0d4;
margin-top: 0;
}
.device-group h2 {
padding: 12px 0;
}
.device-group>div {
height: 290px;
padding-top: 23px !important;
max-width: 280px;
margin-right: 10px;
overflow: hidden;
}
.device-group>div img {
background: white;
border-radius: 4px;
border: 1px solid #d1d4d7;
max-width: 100%;
width: 100%;
}
.device-group .readmore {
position: relative;
width: 289px;
height: 39px;
line-height: 2.4;
text-align: center;
background-color: #44ade2;
color: white;
max-width: 100%;
margin-top: -39px;
display: none;
}
.device-group .device:hover .readmore {
display: block;
transition: 0.4s;
}
.device-group>div p {
color: #6d6d6d;
text-align: center;
padding: 15px 5px 0;
} body.events-page {
background-color: #eef1f5;
}
.events-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.event .event-content {
float: left;
width: 70%;
}
.event .event-image {
width: 289px;
float: left;
margin-right: 22px;
text-align: center;
height: 158px;
}
.event .event-image img {
height: 100%;
}
.webinars-page .event .event-image img {
width: 101px;
height: 101px;
border-radius: 51px;
margin-bottom: 7px;
}
.inner-page section .event {
color: #3b3b3b;
}
.inner-page section .event h3 {
display: inline-block;
font-size: 22px;
color: #3b3b3b;
padding-bottom: 5px;
}
body.events-page .no-events {
color: #494949;
font-style: italic;
font-size: 20px;
}
body.events-page h2 {
color: #6fabdf;
font-size: 30px;
font-weight: bold;
margin-bottom: 20px;
}
body.events-page h2.upcoming-events {
margin-top: 70px;
}
.event {
border-bottom: #ced0d2 1px solid;
min-height: 158px;
padding: 18px 0;
}
.event img {
background-color: white;
}
.event .date, .event .position-title {
font-weight: bold;
}
.event .readmore {
color: #44ade2;
}
.event a:link, .event a:visited {
color: #44ade2;
text-decoration: none;
} .inner-page.events-page .left-separator.under-header {
background-color: #f4f6f9;
}
.events-page section.filter select {
padding-left: 10px;
width: 95%;
}
.event-item {
margin-top: 42px;
margin-bottom: 8px;
}
.event-item .inner {
position: relative;
margin: 0 12px;
background: white;
height: 428px;
border: #d0d4d7 1px solid;
overflow: hidden;
}
.event-item .image-holder-wrapper {
height: 183px;
border-width: 8px;
border-style: solid;
position: relative;
padding: 10px;
top: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.event-item .image-holder {
background-size: contain;
background-position: center;
background-color: white;
background-repeat: no-repeat;
height: 147px;
}
.event-item.type-event .image-holder-wrapper {
border-color: #43ade3;
}
.event-item.type-exhibition .image-holder-wrapper {
border-color: #bbbdc0;
}
.event-icon {
position: absolute;
width: 96px;
top: 90%;
top: calc(100% - 20px);
left: 36%;
left: calc(50% - 48px);
}
.event-item .text {
padding: 48px 20px 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.event-item .text p {
font-size: 16px;
}
.event-item .event-type {
color: #494949;
}
.event-item .text .title {
font-size: 20px;
margin-bottom: 5px;
}
.event-item .date {
font-weight: bold;
margin-bottom: 2px;
}
.event-item .description {
-webkit-transition: all 0.5s;
transition: all 0.5s;
padding: 18px 0 5px;
height: 0;
overflow: hidden;
}
.event-item .readmore {
font-size: 16px;
color: #42ade2;
font-weight: bold;
text-align: center;
position: absolute;
bottom: 0;
line-height: 51px;
width: 89.2%;
width: calc(100% - 40px);
border-top: #d0d4d7 1px solid;
background: white;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.event-item:hover {
cursor: pointer;
}
.event-item:hover .image-holder-wrapper {
top: -215px;
}
.event-item:hover .text {
margin-top: -255px;
}
.event-item:hover .description {
border-top: 3px solid #44ace1;
height: auto;
}
.event-item:hover .readmore.default {
opacity: 0;
}
.event-item .readmore.open {
opacity: 0;
}
.event-item:hover .readmore.open {
opacity: 1;
} body.technology-partners-page {
background-color: #eef1f5;
}
.technology-partners-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.tech-partner-group>p {
padding-bottom: 22px;
}
.tech-partner-group>div {
height: 160px;
margin-bottom: 14px;
max-width: 265px;
margin-right: 10px;
overflow: hidden;
border: #d1d4d7 1px solid;
border-radius: 4px;
}
.tech-partner-group>div img {
background: white;
width: 100%;
height: 100%;
}
.tech-partner-group>div p {
color: #6d6d6d;
text-align: center;
padding-top: 15px;
}
.tech-partner-group .readmore {
display: none;
position: absolute;
bottom: 0;
width: 289px;
height: 39px;
line-height: 2.4;
text-align: center;
background-color: #44ade2;
color: white;
transition: 0.4s;
max-width: 100%;
}
.tech-partner-group .partner:hover .readmore {
display: block;
} body.awards-page {
background-color: #eef1f5;
}
.awards-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.awards-group>div {
height: 160px;
margin-bottom: 14px;
}
.awards-group>div img {
background: white;
width: 95%;
}
.awards-group>div p {
color: #6d6d6d;
text-align: center;
padding-top: 15px;
}
.awards-group .readmore {
opacity: 0;
position: absolute;
bottom: 8px;
width: 275px;
height: 39px;
line-height: 2.4;
text-align: center;
background-color: #44ade2;
color: white;
transition: 0.4s;
left: 0px;
} body.news-page {
background-color: #eef1f5;
}
.news-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.news-item .news-image {
background-color: white;
border: #ced0d2 1px solid;
float: left;
text-align: center;
width: 20%;
height: 120px;
line-height: 120px;
}
.news-item img {}
.news-item .news-content {
float: left;
width: 80%;
padding-left: 20px;
}
.inner-page section .news-item {
color: #3b3b3b;
}
.inner-page section .news-item h3 {
display: inline-block;
font-size: 22px;
color: #3b3b3b;
padding-bottom: 5px;
font-family: open_sanslight, sans-serif;
}
.news-item {
border-bottom: #ced0d2 1px solid;
padding-top: 18px;
}
.news-item img {
background-color: white;
}
.news-item .readmore {
color: #44ade2;
}
.news-item a:link, .news-item a:visited {
color: #44ade2;
text-decoration: none;
}
.news-item a.news-logo:link {
background-color: white;
border: #ced0d2 1px solid; text-align: center; height: 120px;
line-height: 120px;
display: block;
} .training-services-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.course-options .media {
margin-top: 0;
text-align: center;
height: auto;
}
.course-options .media-body {
padding: 25px 16px 0;
}
.course-options .media .img-circle {
height: 213px;
width: 213px;
margin: auto;
float: none;
}
.course-options .media .img-circle.free-course {
background: linear-gradient(180deg, white 75%, #aacd37 25%);
position: relative;
}
.course-options .media .img-circle.free-course span {
position: absolute;
bottom: 4%;
left: 30%;
color: white;
}
.course-options .media .img-circle>img {
width: 100px;
height: 100px;
margin: 56px;
}
.training-services-page .delivery-options {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
padding-top: 55px;
}
.delivery-options .media .img-circle>img {
width: 67px;
height: 67px;
margin: 33px;
}
.delivery-options .media-body {
height: auto;
}
.training-services-page .media a:link, .training-services-page .media a:hover, .training-services-page .media a:focus, .training-services-page .media a:visited {
text-decoration: none;
color: #44ade2;
}
.training-services-page.inner-page .title h2 {
padding: 10px;
}
.training-services-page.inner-page .title p {
padding: 0 27%;
}
.training-services-page .title {
padding-bottom: 50px;
} body.resources-page {
background-color: #eef1f5;
}
.resources-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.resources-page .container .col-sm-6, .resources-page .container .col-sm-12, .webinars-page .container .col-sm-6, .webinars-page .container .col-sm-12 {
padding-right: 5px;
padding-left: 5px;
}
.resources-page .resource-item .resources-container, .webinars-page .resource-item .resources-container {
border-radius: 4px;
border: 1px solid #d1d4d7;
background-color: white;
position: relative;
height: 386px;
}
.resources-page section.under-header {
background-color: #f4f6f9;
}
.resources-page section.under-header .separator:before, .resources-page section.under-header .separator:after {
color: #f4f6f9;
}
.resources-page input { border: #cbd1d9 1px solid;
border-radius: 3px;
background-color: white;
max-width: 100%;
height: 53px;
}
.resources-page input.search-by-name{padding-right:30px;}
.resources-page .total-resources {
font-style: italic;
padding: 0px 0;
float: left;
font-size: 13px;
color: #000;
margin-top: 3px;
margin-right: 10px;
}
.total-resources span{font-weight: 600}
.resources-page .selected-filters{}
.resources-page .selected-filters span{
background: #fff;
border: 1px solid #ccc;
font-size: 12px;
padding: 2px 8px;
border-radius: 5px 0 0 5px;
display: inline-block;
margin-right: 30px;
position: relative;
height: 25px;
cursor: pointer;
border-right:0;
color:#000;
margin-bottom:5px;
}
.resources-page .selected-filters span:after{
content: 'x';
position: absolute;
top: -1px;
right: -24px;
background: #fff;
height: 25px;
padding: 1px 8px;
border: 1px solid #ccc;
border-radius: 0 5px 5px 0;
font-size: 12px;
}
.resources-page .selected-filters span:hover,
.resources-page .selected-filters span:hover:after{
background: #eceef3;
}
.resources-page .selected-filters span strong{font-weight: 600}
.resources-page .promotion-banner, .events-page .promotion-banner {
height: 140px;
background-repeat: no-repeat;
background-size: 100%;
}
.resource-item {
height: 386px;
text-align: center;
position: relative;
margin-top: 15px;
overflow: hidden;
}
.resource-item .image-container {
position: relative;
top: 0;
transition: top 0.5s;
background: white;
width: 278px;
width: 100%;
height: 200px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
border-radius: 3px 3px 0 0;
}
.resource-item .inner p{overflow: hidden;}
.resource-item .image-container img {
max-width: 100%;
}
.resource-item .resource-icon {
position: absolute;
bottom: -60px;
left: calc(50% - 56px);
width: 112px;
border-radius: 56px;
background-color: white;
}
.resource-item .resource-icon img {
margin: 22px auto 40px;
}
.resource-item.open .image-container {
}
.resource-item .new {
position: absolute;
top: 0px;
left: 0;
z-index: 200;
opacity: 1;
transition: opacity 0.5s;
border-radius: 3px 0 0 0;
}
.resource-item.open .new{
opacity:0;
transition: opacity 0.5s;
}
.resource-item img.play {
position: absolute;
top: 18%;
left: 41%;
}
.resource-item .mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 209px;
}
.resource-item .inner {
background: white;
height: 376px;
padding: 15px 20px;
color: #6d6d6d;
position: relative;
top: 0;
transition: all 0.5s;
border-radius: 0;
}
.resource-item.open .inner {
height: 320px !important;
top: -200px;
transition: all 0.5s;
background: rgba(23, 182, 231,0.91);
padding: 20px 15px 0px 15px;
border-radius: 3px 3px 0 0;
}
.resource-item.open .inner:after{
content: '';
transition: all 0.5s;
background: rgba(23, 182, 231,0.91);
width: 100%;
height: 64px;
position: absolute;
bottom: -64px;
left: 0;
border-radius: 0 0 3px 3px;
}
.resource-item h4 {
font-size: 16px;
padding: 15px 0 11px;
color: #494949;
}
.resource-item p {
font-size: 18px;
line-height: 26px;
color: #383838;
font-weight: 300;
height:105px;
}
.resource-item.open .resource-box-text p{
height:185px; 
overflow: hidden;
}
.resource-item.open .inner > p{
text-align: center;
font-weight: 400;
color: #fff;
font-size: 20px;
height: auto;    
}
.resource-item .resource-box-text p {
color: #FFF;
text-align: center;
}
.resource-item p {
text-align: left;
}
.resource-item .resource-action {
position: absolute;
bottom: -1px;
height: 52px;
width: 100%;
padding: 0 20px;
border-bottom: 1px solid #d1d4d7;
border-radius: 0 0 4px 4px;
transition: height 0.5s;
}
.resource-item.open .resource-action{
height:70px;
transition: height 0.5s;
}
.resource-item.open .resource-action>div{
transition: all 0.5s;
background:none;    
}
.resource-item.open .resource-action a{
display: block;
background: #fff;
border-radius: 25px;
padding: 6px 0;    
}
.resource-item .resource-action>div {
height: 100%;
}
.resource-item .resource-action hr {
margin: 0 0 0 0%;
width: 100%;
border-top: 1px solid #d7d7d7;
padding-bottom: 6px;
}
.resource-item.open .resource-action hr{
padding-bottom: 10px;
border-top: 1px solid #fff;
}
.resource-item hr.full-text, .resource-item hr.after-title {
margin: 0 0 0 40%;
width: 20%;
border-top: 2px solid #7cacdf;
padding-bottom: 3px;
}
.resource-item .resource-action a:link, .resource-item .resource-action a:hover, .resource-item .resource-action a:focus, .resource-item .resource-action a:visited {
text-decoration: none!important;
color: #44ade2!important;
line-height: 2.2;
}
.resource-action a img{
width: 18px;
margin-top: -3px;
}
.resource-item select {
width: 210px;
height: 25px;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//www.algosec.com/wp-content/themes/algosec/images/resources/dropdown_arrow.png) no-repeat;
background-position: 96% center;
text-indent: 0.01px;
text-overflow: '';
border: 0;
background-color: white;
color: #44ade2;
}
.resource-item.open select {
height: 40px;
padding:0 10px;
border-radius: 25px;
}
.resource-item select.open {
background: url(//www.algosec.com/wp-content/themes/algosec/images/resources/dropdown_up_arrow.png) no-repeat;
background-position: 96% center;
}
.resource-item option {
color: #494949;
}
.resource-item option.title {
color: black;
}
.resource-item .full-text {
display: none;
}
.resource-item .new-resource {
position: absolute;
top: 0;
left: 5px;
}
#video_lightbox {
background: black;
}
.infinate-scroller {
margin: auto;
display: block;
margin-top: 40px;
} .social-media-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_001.jpg) no-repeat;
}
a.blue-link:link, a.blue-link:focus, a.blue-link:hover, a.blue-link:visited {
text-decoration: none;
color: #44ade2;
}
a.white-link:link, a.white-link:focus, a.white-link:hover, a.white-link:visited {
text-decoration: none;
color: white;
}
.blue-link a:link, .blue-link a:focus, .blue-link a:hover, .blue-link a:visited {
text-decoration: none;
color: #44ade2;
}
.white-link a:link, .white-link a:focus, .white-link a:hover, .white-link a:visited {
text-decoration: none;
color: white;
}
.container .social-block {
margin-top: 30px;
}
.container .social-block.col-sm-12 {
padding-right: 15px;
padding-left: 15px;
}
.social-block .social-header {
height: 82px;
background: #84aebc;
/ background: -webkit-linear-gradient(left, #44ade2, #A6CD39);
background: -o-linear-gradient(right, #44ade2, #A6CD39);
background: -moz-linear-gradient(right, #44ade2, #A6CD39);
background: linear-gradient(to right, #44ade2, #44ade2 50%, #A6CD39);
}
.social-block .social-header {
color: white;
font-size: 30px;
line-height: 82px;
}
.social-block * {
outline-style: none!important;
}
.social-block .social-header h2 {
font-size: 30px;
display: inline-block;
width: calc(100% - 50px);
white-space: normal;
vertical-align: middle;
color: white;
}
.social-block .social-header span {
float: right;
padding-right: 20px;
}
.social-block .social-inner {
background: white;
height: 372px;
padding: 30px 29px;
}
.social-block .blog-item h3 {
color: #3b3b3b;
font-family: open_sanslight, sans-serif;
}
.social-block .blog-item .author-time {
font-style: oblique;
}
.social-block .blog-item .main-text {
font-style: oblique;
}
.social-container {
position: relative;
}
.social-container .blog-footer {
position: absolute;
top: 404px;
left: 15px;
height: 40px;
width: 570px;
}
.social-container .slick-dots {
width: 90% !important;
margin-bottom: 0;
}
.social-container .blog-footer h4 {
color: #44ade2;
font-size: 16px;
padding-top: 16px;
margin-left: 20px;
}
.social-container .blog-footer:before {
content: '';
left: 15px;
border-top: 1px gray solid;
width: 95%;
position: absolute;
}
.social-block .linkedin-sm, .social-block .linkedin-xs {
display: none;
}
.social-block .facebook-md, .social-block .facebook-sm, .social-block .facebook-xs {
display: none;
}
.social-block .social-inner.linkedin-inner {
overflow-y: auto;
overflow-x: hidden;
}
.linked-update-container img {
max-width: 100%;
}
ul.linked-update-container>h2 {
display: none
}
.linkedin-update-item {
font-size: 12px;
line-height: 14px;
padding: 10px;
background: white;
box-shadow: 0px 0px 6px 3px grey;
margin-bottom: 14px;
}
.inner-page section li.linkedin-update-item:before {
content: none;
}
.linkedin-update-item img.linkedin-update-logo {
padding: 14px;
float: right;
}
.social-block .facebook-lg {
display: block;
width: 312px;
margin: auto;
} body.solutions-page {
background-color: #eef1f5;
overflow-x: hidden;
}
.solutions-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.solutions-page.inner-page header {
height: 475px;
}
.solutions-page .main-section {
padding-bottom: 0;
}
.solutions-page .main-section:after {
content: "";
position: absolute;
display: block;
left: 98%;
top: -75px;
bottom: 0;
width: 2000px;
background-color: #f4f6f9;
z-index: 200;
}
.solutions-page .main {
background-color: #eef1f5;
padding: 0 51px 50px 0;
}
.solutions-page .sidebar {
background-color: #f4f6f9;
margin-top: -75px;
z-index: 200;
padding-top: 75px;
padding-left: 30px;
border-left: 1px #d6d8db solid;
}
.solutions-page .key-benefits {
background-color: #dde1e6;
padding: 29px;
margin: 24px 0;
border-top: #d1d2d4 1px solid;
border-bottom: #d1d2d4 1px solid;
}
.solutions-page .key-benefits h3 {
padding-bottom: 8px;
}   .solutions-page .key-benefits ul {
padding: 0 45px 0 15px;
}
.solutions-page .key-benefits li {
min-height: 35px;
}
.solutions-page .key-benefits img {
border-radius: 50%;
width: 6px;
height: 6px;
color: green;
background: #7fabdc;
margin-top: 24px;
vertical-align: top;
}
.solutions-page hr {
margin-bottom: 31px;
border-top: 1px solid #ced0d2;
}
.resource-item {
padding-left: 5px !important;
padding-right:5px !important;
}
.roi-calculator {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/calculator_icon.png), linear-gradient(to right, #91b52d 56px, #a6cd39 0);
background-repeat: no-repeat;
background-position: 22px center, 0px center;
padding: 20px 34px 20px 64px!important; 
margin: 30px 0;
border: 0;min-width:234px;
}
div.flexable {
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.solutions-page .sidebar h3, .solutions-page .sidebar .readmore {
padding-bottom: 10px
}
.solutions-page .sidebar img {
margin-left: 22px;
margin-top: 4px;
} body.list-of-customers-page {
background-color: #eef1f5;
}
#list-of-customers header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/List_of_Customers_bg.jpg) no-repeat;
height: auto;
min-height:382px;
background-repeat: no-repeat;
-webkit-background-size: 100% 1080px;
background-size: 100% 100%;
background-position: 0 0;
background-attachment: fixed;
}
.list-of-customers-page .header_main p {
font-size: 18px !important;
padding-bottom: 40px;
color:#fff;
}
.list-of-customers-page section.under-header {
padding-bottom: 0;
}
.list-of-customers-page.inner-page .header_main h1 {
font-size: 38px;
padding-top: 40px;
padding-bottom: 20px;
}
.customer-category {
position: relative;
padding: 50px 0 30px;
}
.customer-category .intro {
padding-right: 275px;
}
.customer-category:before {
position: absolute;
content: '';
width: calc(100% - 15px);
height: 1px;
bottom: 0;
right: 0;
left: 15px;
background-color: #ced0d2;
}
.customer-category:nth-child(9) {
border-bottom: 0;
}
.customer-item {
margin-top: 13px;
}
.customer-item .inner {
position: relative;
border: #d1d4d7 1px solid;
border-radius: 3px;
background-color: white;
width: 289px;
margin: auto;
height: 130px;
text-align: center;
line-height: 113px;
}
.customer-item .inner img {
max-width: 100%;
max-height: 100%;
}
.customer-category .more-companies {
padding-top: 30px;
}
.customer-item .customer-footer {
position: absolute;
bottom: 0;
left: 0;
height: 40px;
line-height: 40px;
width: 100%;
background: #44ade2;
color: white;
transition: opacity 0.5s;
}
.customer-item .customer-footer img {
margin-right: 4px;
}
.list-of-customers-page #customerModal {}
.list-of-customers-page #customerModal .modal-dialog {
width: 560px;
margin: 4% auto;
max-width:100%;
}
@media (max-width:767px){
.list-of-customers-page #customerModal .modal-dialog .header iframe{
max-width:100%;
height:auto;
}
}
.list-of-customers-page #customerModal .inner,.list-of-customers-page #caseStudyModal .inner {
padding: 20px 28px;
background: #eef1f5;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.list-of-customers-page #customerModal .header img {
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-of-customers-page #customerModal h1 {
color: #44ade2;
font-size: 35px;
}
.list-of-customers-page #customerModal h4 {
font-weight: bold;
}
.list-of-customers-page #customerModal p {
color: #6d6d6d;
}
.list-of-customers-page #customerModal hr {
border-top: 1px solid #ced0d2;
}
.more-companies-container {
display: none;
}
.more-companies a {
display: none;
}
.more-companies a.active {
display: inline-block;
}
.customer-category.full .customer-item {
display: block!important;
} body.money-back-page {
background-color: #eef1f5;
}
.money-back-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.money-back-page.inner-page header {
height: 430px;
}
.money-back-page section.container.first {
padding: 0 20px 15px;
font-size: 18px;
}
.money-back-page section.container.first img {
float: right;
margin-left: 40px;
}
.money-back-page section.container.first hr {
border-bottom: #ced0d2 1px solid;
}
.guarantee-table {
background: white;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}
.guarantee-table * {
font-size: 16px;
font-weight: normal;
}
.guarantee-table table {
table-layout: fixed;
}
.guarantee-table th {
color: #42ade2;
padding-top: 23px;
padding-bottom: 20px;
}
.guarantee-table tr {
border-bottom: #dbdbdb 1px solid;
height: 54px;
}
.guarantee-table tr:first-child, .guarantee-table tr:last-child {
border-bottom: 0;
}
.guarantee-table tr:nth-child(even) {
background-color: #f3f3f3;
}
.guarantee-table td {
color: #3b3b3b;
}
.guarantee-table td:nth-child(1) {
width: 35.6%;
}
.guarantee-table td:nth-child(1), .guarantee-table th:nth-child(1) {
padding-left: 30px;
}
.guarantee-table td:nth-child(2) {
width: 36.36%;
}
.guarantee-terms {
padding: 0 30px!important;
}
.money-back-page section.third {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
background-size: 100% 100%;
background-repeat: no-repeat
}
.money-back-page section.third h2 {
padding: 54px 0 30px;
}
.money-back-page section.third h3 {
font-size: 22px;
}
.money-back-page section.third p {
font-size: 20px;
font-style: italic;
margin: 30px 16% 50px;
}
.money-back-page section.third img {
margin: 16px;
;
}
.money-back-page section.third div.quote-image {
height: 192px;
width: 192px;
border-radius: 96px;
background-position: 50% 50%;
margin: auto;
background-size: cover;
margin-bottom: 10px;
} body.contact-page, body.contact-page section {
background-color: #f4f6f9;
background-color: #eef1f5;
}
.contact-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.contact-page section.first {
padding: 48px 20px 50px 20px;
}
.contact-page section.container.first .open-close-map, .contact-page section.container.first .address-item {
margin-bottom: 20px;
}
.contact-page section.map {
padding-bottom: 0;
}
.contact-page .open-close-container {
padding: 48px 0 40px;
}
.contact-page .open-close-map a {
display: none;
}
.contact-page .open-close-map a.active {
display: initial;
}
.contact-page #googleMap {
display: none;
}
.contact-page #googleMap.active {
display: block;
}
.contact-page #googleMap {
width: 100%;
height: 676px;
}
.contact-page .gm-style-iw+div {
display: none;
} body.how-to-buy-page {
background-color: #eef1f5
}
.how-to-buy-page .title {
padding-bottom: 50px;
}
.how-to-buy-page.inner-page .title h2 {
padding: 10px 10%;
}
.how-to-buy-page .media {
margin-top: 0;
text-align: center;
height: auto;
}
.how-to-buy-page .media-body {
padding: 5px 16px 0;
}
.how-to-buy-page .media .img-circle {
height: 213px;
width: 213px;
margin: auto;
float: none;
}
.how-to-buy-page .media-body {
height: 70px;
}
.how-to-buy-page .media .img-circle.free-course span {
position: absolute;
bottom: 4%;
left: 30%;
color: white;
}
.how-to-buy-page .media .img-circle>img {
width: 100px;
height: 100px;
margin: 56px;
} body.customer-videos-page {
background-color: #eef1f5;
}
.customer-videos-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.customer-videos-page section.main.container {
padding-top: 80px;
}
.customer-video-item {
height: 162px;
background-size: cover;
position: relative;
height: 291px;
width: 280px;
margin-bottom: 8px;
margin-right: 16px;
text-align: center;
}
.video-image-container {
width: 100%;
height: 162px;
cursor: pointer;
background-size: cover;
background-size: 100% 100%;
}
.customer-video-item .blue-mask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 162px;
opacity: 0;
background-color: #44ade2;
transition: opacity 0.3s;
border-radius: 4px;
}
.customer-video-item .blue-mask:hover {
opacity: 0.8;
transition: opacity 0.3s;
}
.customer-video-item .play {
position: absolute;
left: 29%;
top: 47%;
}
.customer-video-item .play-text {
position: absolute;
left: 40%;
top: 47%;
color: white;
font-size: 14px;
}
.customer-videos-page h3 {
font-size: 22px;
}
.customer-videos-page .customer-video-item h3 {
padding-top: 13px;
}
.customer-videos-page h3, .customer-videos-page h4 {
color: #6d6d6d;
}
.customer-videos-page .featherlight iframe {
height: 315px;
width: 560px;
} body.professional-services-page {
background-color: #eef1f5;
}
.professional-services-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.professional-services-page section.container {
padding: 0px 0 138px;
}
.professional-services-page .intro {
border-bottom: #ced0d4 1px solid;
}
.professional-services-page .intro p {
padding: 22px 0 32px;
}
.prof-service-item .prof-service-img {
display: inline-block;
}
.prof-service-item .prof-service-img .media .img-circle {
width: 113px;
height: 113px;
margin: 19px 0 17px;
}
.prof-service-item .prof-service-img .media .img-circle>img {
width: 67px;
height: 67px;
margin: 23px;
}
.prof-service-item .prof-service-text {
border-bottom: #ced0d4 1px solid;
padding: 18px 0;
}
.prof-service-item .prof-service-text .inner-text {
height: 124px;
display: table-cell;
vertical-align: middle;
}
.page-rtl .prof-service-item .prof-service-text .inner-text{
text-align: right; 
direction: rtl;
} .customer-support-page {
background-color: #eef1f5;
}   .customer-support-page.inner-page .title h2 {
padding: 10px 30% 80px;
}
.customer-support-page div.main {
width: 877px;
text-align: center;
}
.customer-support-page .media {
margin-top: 0;
height: 350px;
}
.customer-support-page .media .img-circle {
width: 217px;
height: 217px;
margin: 0 auto 20px;
float: none;
}
.customer-support-page .media .img-circle>img {
margin: 60px 60px;
height: 97px;
width: auto;
}
.customer-support-page .media .img-circle>img.second {
margin: 60px 48px 60px 72px;
}
.customer-support-page .contact-text {
padding-top: 60px;
padding-bottom: 66px;
}
.customer-support-page .contact-text span {
font-weight: bold;
} .become-partner-page {
background-color: #eef1f5;
}
.become-partner-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.become-partner-page h4 {
font-size: 20px;
color: #494949;
padding: 59px 120px 10px;
}
.become-partner-page h5 {
font-size: 16px;
color: #5288c5;
}
.become-partner-page section.connect_with {
margin-bottom: 50px;
}
.become-partner-page .partner-form-headers {
text-align: left;
max-width: 800px;
margin: auto;
}
.become-partner-page .partner-form-headers h2 {
margin-bottom: 12px;
} body.locate-partner-page {
background-color: #eef1f5;
}
.locate-partner-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.locate-partner-page.inner-page section.map {
padding: 0;
}
.locate-partner-page #googleMap {
width: 100%;
height: 476px;
}
.locate-partner-page .gm-style-iw {
top: 0!important;
width: 100%!important;
left: 0!important;
}
.locate-partner-page .info-inner {
width: 550px;
}
.locate-partner-page .gm-style-iw+div {
display: none;
}
.locate-partner-page .gm-style-iw img {
width: 185px;
vertical-align: top;
padding-left: 9px;
padding-top: 9px;
float: left;
}
.locate-partner-page .gm-style-iw .details {
display: inline-block;
padding: 10px 42px 5px 9px!important;
float: left;
}
.locate-partner-page p {
word-wrap: initial;
}
.locate-partner-page .level {
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 99px 99px 0;
text-transform: uppercase;
color: white;
}
.locate-partner-page .level1 {
border-color: transparent #cfb53b transparent transparent;
}
.locate-partner-page .level2 {
border-color: transparent #636363 transparent transparent; 
}
.locate-partner-page .level3 {
border-color: transparent #b0714c transparent transparent; 
}
.locate-partner-page .level4 {
border-color: transparent #94b331 transparent transparent;
}
.locate-partner-page .level5 {
border-color: transparent #44ade2 transparent transparent; 
}
.locate-partner-page .level6 {
border-color: transparent #7196C2 transparent transparent; 
}
.locate-partner-page .level p {
font-size: 14px;
}
.locate-partner-page .level2 span {
margin-left: 4px;
}
.locate-partner-page .level3 span {
margin-left: 13px;
}
.locate-partner-page .level4 span {
white-space: nowrap;
}
.locate-partner-page .level1 p {
transform: translateX(24px) rotate(45deg);
padding:15px;
}
.locate-partner-page .level2 p {
transform: translateX(41px) translateY(-6px) rotate(45deg);
padding-top: 20px;
padding-left: 6px;
}
.locate-partner-page .level3 p {
transform: translateX(22px) rotate(45deg);
padding: 15px;
}
.locate-partner-page .level4 p {
text-align: center;
width: 90px;
transform: translateX(13px) translateY(35px) rotate(45deg);
}
.locate-partner-page .level5 p {
text-align: center;
width: 90px;
transform: translateX(13px) translateY(35px) rotate(45deg);
}
.locate-partner-page .level6 p {
text-align: center;
width: 90px;
transform: translateX(13px) translateY(35px) rotate(45deg);
}
.locate-partner-page section.filter {
padding: 35px 0 60px;
background-color: #f4f6f9;
color: #6d6d6d;
line-height: 25px;            
}
.locate-partner-page section.filter .filter.first {
padding-left: 0;
}
.locate-partner-page section.filter .filter-area{
margin-top:50px;
}
.locate-partner-page section.filter .filter-area span{
font-size:14px;
}
.gm-ui-hover-effect img{    
width: 25px !important;
height: 32px !important;
margin: -4px !important;
}
.partner-area {
border-top: #ced0d2 1px solid;
padding: 15px 0 35px 0;
}
.partner-area:first-child {
border-top: 0;
}
.partner-area h2 {
margin-top: 15px;
}
.partner-item {
margin: 15px 0;
background:#edf1f5;
}
.partner-item .partner-box {
width: 236px;
height: 121px;
position: relative;
border-radius: 3px;
background-color: white;
border: #d1d4d7 1px solid;
}
.partner-item .partner-box, .partner-item .partner-info {
display: inline-block;
vertical-align: top;
}
.partner-item .partner-box img {
height: calc(100% - 30px);
margin: auto;
display: block;
max-width: 100%;
}
.partner-item .partner-box .bar {
position: absolute;
bottom: 0;
left: 0;
height: 30px;
color: white;
width: 100%;
text-align: center;
text-transform: uppercase;
line-height: 30px;
}
.partner-item .partner-box .bar1 {
background-color: #636363;
}
.partner-item .partner-box .bar2 {
background-color: #94b331;
}
.partner-item .partner-box .bar3 {
background-color: #cfb53b;
}
.partner-item .partner-box .bar4 {
background-color: #7196C2;
}
.partner-item .partner-box .bar5 {
background-color: #5B799D;
}
.partner-item .partner-box .bar6 {
background-color: #b0714c;
}
.partner-item .partner-info {
padding: 20px;
width:100%;
} .webinar-page.inner-page, .webinar-page.inner-page section {
background-color: white;
}
.webinar-page.inner-page section .separator{
color: white !important;
}
.webinar-page.inner-page header {
min-height: 382px;
height: auto;
padding-bottom: 70px;
}
.webinar-page.inner-page .header_main h1 {
width: 100%;
}    .webinar-page iframe {
margin: auto;
}
.webinar-page iframe.mobile {
display: none;
}
.webinar-page .social-strip-inner {
float: right;
}
.webinar-page .social-strip a {
text-decoration: none;
}
.webinar-page .social-strip img {
margin-left: 5px;
margin-bottom: 15px;
} body.overview-page {
overflow-x: hidden;
}
body.overview-page .arrow-down {
display: block;
}
.overview-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007.jpg) no-repeat;
}
.overview-page.inner-page header {
height: 930px;
overflow: hidden;
}
.overview-page .header_main h1 {
display: none;
}
.overview-page .header_main.container>p {
padding-top: 185px;
font-size: 70px;
width: 100%;
line-height: 75px;
}
.overview-page .header_main p{
font-size: 80px;
text-transform: uppercase;
width: 100%;
padding-top: 210px;
color: #fff;
line-height: 1;
}
.overview-page.page-rtl .header_main p{
text-align: right; 
direction: rtl;
}
.overview-page section.intro {
padding-bottom: 32px;
}
.overview-page div.intro {
width: 820px;
margin: auto;
max-width: 100%;
}
.overview-page div.intro p {
padding: 12px 30px 0;
}
.overview-page .mission-point {
padding: 0 5px;
margin-bottom: 25px;
}
.overview-page .mission-point h3 {
min-height: 50px;
padding: 0 40px;
}
.overview-page .mission-point:nth-child(3) h3 { }
.overview-page .mission-point hr {
width: 139px;
height: 2px;
background-color: #42ade2;
margin: 15px auto 12px;
}
.overview-page .mission-point p {
padding: 0 20px;
line-height: 20px;
}
.overview-page.page-rtl .mission-point p{
direction: rtl;
}
.overview-page section.media-circle, .overview-page section.join-team {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg);
background-repeat: no-repeat;
-webkit-background-size: 100% 1080px;
background-size: 100% 100%;
padding-bottom: 70px;
background-position: 0 0;
background-attachment: fixed;
}
.overview-page section.media-circle {
height: 600px;
position: relative;
}
.overview-page .media-circle .media {
margin-top: 49px;
height: auto;
}
.overview-page .media-circle h2 {
color: white;
padding-top: 80px;
font-weight: normal;
}
.overview-page .media-circle .media .img-circle {
height: 140px;
width: 140px;
margin: auto;
float: none;
}
.overview-page .prof-service-item .prof-service-img .media .img-circle {
margin: 19px auto 17px;
float: none;
}
.overview-page .media-circle .media .img-circle>img {
width: 77px;
height: 77px;
margin: 31px;
}
.overview-page .media-circle .media .media-body {
padding: 10px 5px 0;
vertical-align: top;
width: 200px;
}
.overview-page .media-circle .media .media-body p {
color: white;
font-size: 20px;
line-height: 24px;
}
.overview-page.page-rtl .media-circle .media .media-body p{
direction: rtl;
}
.overview-page .logo-bar {
position: absolute;
height: 124px;
bottom: -24px;
background-color: #1d2a38;
opacity: 0.8;
width: 100%;
left: 0px;
}
.overview-page .logo-group {
margin: 20px auto;
max-width: 960px;
}
.overview-page .logo-group img {
width: 185px;
margin: auto;
}
.overview-page section ul.slick-dots {
margin-left: -15px;
padding: 0;
}
.overview-page .media-circle .arrow-down {
border-top: 25px solid #244251;
}
.overview-page section.join-team {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
}
.overview-page section.main>.container {
margin-top: 30px;
}
.overview-page .main-intro {
padding-bottom: 50px;
padding-top: 50px;
width: 720px;
margin: auto;
}
.overview-page div.main h2 {
padding: 0 145px 10px;
}
.overview-page .prof-service-item .prof-service-text .inner-text h3 {
padding-right: 50px;
}
.overview-page.page-rtl .prof-service-item .prof-service-text .inner-text h3{padding-right:0}
.overview-page .prof-service-item .prof-service-text.last {
border-bottom: 0;
}
.overview-page section.join-team {
height: 325px;
}
.overview-page section.join-team>div {
padding-top: 77px;
}
.overview-page section.join-team h2 {
padding-bottom: 29px;
}
.overview-page section.join-team a.btn {  background-color: transparent;
border: 2px solid rgba(68, 173, 226, 0.52);
width: 278px;
height: 55px;
font-size: 22px;
line-height: 11.3px;
font-family: open_sanslight, sans-serif;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.overview-page section.join-team a.btn:hover {
background: #44ade2;
color: #fff;
}
.overview-page section.join-team h2 { }
.overview-page section.join-team:before, section.join-team:after {
content: "";
display: block;
position: absolute;
bottom: 1px;
z-index: 199;
height: 0;
width: 50%;
border-bottom: 25px solid;
border-color: #d3d3d3;
z-index: 198;
}
.overview-page section.join-team:before {
border-right: 48px solid transparent;
left: 0;
}
.overview-page section.join-team:after {
border-left: 48px solid transparent;
right: 0;
}
.overview-page .overview-circle-slickslider .slick-prev, .overview-page .overview-circle-slickslider .slick-next {
width: 30px;
height: 58px;
top: 45%;
}
.overview-page .overview-circle-slickslider .slick-prev {
left: 10px;
z-index: 20;
}
.overview-page .overview-circle-slickslider .slick-next {
right: 10px;
}
.overview-page .slick-dots li button {
background-color: #9ab7d4 !important;
color: #9ab7d4 !important;
}
.overview-page .slick-dots li.slick-active button {
background-color: white !important;
color: white !important;
}
.divider-triangle-top {
width: 50%;
display: inline-block;
border-bottom: 21px solid transparent;
}
.divider-triangle-top-right {
border-left: 48px solid #25373D;
}
.divider-triangle-top-left {
border-right: 48px solid #25373D;
} .support-programs-page .intro {
border-bottom: #ced0d2 1px solid;
padding-bottom: 38px;
}
.support-programs-page .text-after-table {
padding-top: 38px;
padding-bottom: 38px;
}
.support-programs-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_004.jpg) no-repeat;
}
.support-programs-page h3 {
padding: 38px 0 10px;
}
.support-programs-page table.mobile {
display: none;
}
.support-programs-page table.support-offers {
width: 100%;
-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.11);
-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.11);
box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.11);
}
.support-programs-page table.support-offers td.offer {
width: 50%;
padding-left: 31px;
}
.support-programs-page table.support-offers td.elementary {
padding-right: 30px;
}
.support-programs-page table.support-offers td.standard {
width: 16.6%;
}
.support-programs-page table.support-offers td.twenty-four-seven {
width: 16.6%;
}
.support-programs-page table.support-offers td.premium {
width: 16.6%;
}
.support-programs-page table.support-offers tr {
height: 56px;
}
.support-programs-page table.support-offers tr:first-child {
color: #6b9bd2;
}
.support-programs-page table.support-offers tr:nth-child(odd) {
background-color: white;
}
.support-programs-page table.support-offers tr:nth-child(even) {
background-color: #f3f3f3;
}
.support-programs-page table.support-offers td:not(.offer) {
text-align: center;
}
.support-programs-page table.mobile.support-offers {
margin-bottom: 10px;
}
.support-programs-page table.mobile.support-offers td {
width: 50%;
text-align: left;
}
.support-programs-page table.mobile.support-offers tr {
width: 100%;
}
.support-programs-page table.mobile.support-offers td {
color: #3b3b3b;
}
.support-programs-page table.mobile.support-offers td:first-child {
padding-left: 31px;
}
.support-programs-page table.mobile.support-offers td.plan {
color: #6b9bd2;
}
.support-programs-page table.mobile.support-offers tr:nth-child(odd) {
background-color: white;
}
.support-programs-page table.mobile.support-offers tr:nth-child(even) {
background-color: #f3f3f3;
}
.support-programs-page table.mobile.support-offers img {
padding-left: 20px;
} .products-page .header_main h1 {
font-size: 80px;
text-transform: uppercase;
width: 100%;
padding-top: 210px;
}
.products-page.page-rtl .header_main h1{text-align:right !important;direction: rtl;}
.products-languages-page.products-page .header_main h1 {
text-transform: none !important;
}
.products-page header {
height: 750px;
}
.products-languages-page.products-page .flexable>div {
padding: 0;
}
.products-languages-page.products-page .flexable>div.col-md-3 {
margin-top: -75px;
z-index: 200;
position: relative;
}
.products-page .main {  }
.products-page .sidebar {
background-color: #f4f6f9;
border-left: 1px #d6d8db solid;
height: 100%;
position: relative;
}
.products-page .sidebar-inner {
max-width: 300px;
padding: 70px 30px 30px;
}
.products-page.page-rtl .sidebar-inner {position: sticky;top: 44px;}
.products-page .sidebar-inner.fixed {
position: fixed;
top: 75px;
}
.products-page .sidebar-inner.foot {
position: absolute;
bottom: 0px;
}
.products-page .container-900 {
max-width: 867px;
float: right;
}
.products-page.page-rtl .container-900{
text-align: right;
direction: rtl;
}
.products-page .arrow-down.left-third {
display: block;
}
.products-page div.intro h2 {
padding-bottom: 38px;
}
.products-page div.intro {
margin: auto;
font-size: 18px;
}
*[data-remodal-target] {
cursor: pointer;
}
.large-screenshot {
max-width: 100%;
}
@media (min-width:1200px) {
.remodal[data-remodal-id="large_screenshot"] {
max-width: 1000px;
}
}
section.lifecycle h2 {
padding: 91px 0 61px;
color: white;
text-align: left;
}
.products-languages-page section.lifecycle h2 {
padding: 91px 270px 45px 0;
color: white;
text-align: left;
}
.products-languages-page.page-rtl section.lifecycle h2 {
text-align: right;
direction: rtl;
padding: 91px 0px 45px 270px;
}
section.lifecycle .text {
color: white;
text-align: left;
font-size: 18px;
line-height: 25.7px;
margin: auto;
}
.products-page section.lifecycle>*:first-child {
padding: 0 20px;
}
.products-page.products-languages-page section.lifecycle>*:first-child {
padding: 0 15px 0 0px;
}
section.lifecycle .text>*:first-child {
padding: 0;
}
.products-languages-page section.lifecycle .text>div {
padding: 0;
}
section.lifecycle .text p {
padding-right: 40px;
}
.page-rtl section.lifecycle .text p {text-align: right; direction: rtl; padding-right:0; padding-left:40px;}
section.lifecycle .text img {
margin-top: -20px;
}
.page-rtl .product-options .media{display:flex; align-items: center;}
.products-languages-page.products-page.page-rtl .media-body{height:auto;}
.products-languages-page.products-page.page-rtl .media-body p{text-align: right; direction: rtl;}
.products-languages-page section.lifecycle .text img {
margin-top: -65px;
width: 350px;
}
.products-page section.lifecycle {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_009.jpg);
background-repeat: no-repeat;
-webkit-background-size: 100% 1080px;
background-size: 100% 100%;
padding-bottom: 70px;
background-position: 0 0;
background-attachment: fixed;
}
.products-page section.lifecycle {
height: auto;
}
.products-page .lifecycle .cycle {
color: #fff;
}
.products-page .lifecycle .hover-image {
display: block;
opacity: 0;
position: absolute;
width: 369px;
height: 369px;
top: 0;
left: 15px;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.products-languages-page.products-page .lifecycle .hover-image {
width: 350px;
height: 350px;
left: 0px;
}
.products-page .lifecycle .plus {
background: url(//www.algosec.com/wp-content/themes/algosec/images/management/plus.png) no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
.products-page .lifecycle .cycle:hover .hover-image {
opacity: 1;
}
.products-page .lifecycle .hover-text {
position: absolute;
top: -15px;
left: 15px;
width: 369px;
height: 369px;
text-align: center;
opacity: 0;
display: table;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.products-languages-page.products-page .lifecycle .hover-text {
top: -52px;
left: 0px;
width: 350px;
height: 350px;
}
.products-page .lifecycle .cycle:hover .hover-text {
opacity: 1;
}
.products-page .lifecycle .hover-text>div {
display: table-row;
}
.products-page .lifecycle .hover-text>div>div {
display: table-cell;
vertical-align: middle;
}
.products-languages-page.products-page .col-sm-6.left_side_solution, .products-languages-page.products-page .col-sm-6.right_side_solution {
padding-left: 0;
}
.products-languages-page.products-page .col-sm-6.left_side_solution .col-sm-12, .products-languages-page.products-page .col-sm-6.right_side_solution .col-sm-12 {
padding-left: 0;
}
.products-page .product-options h2 {
padding-bottom: 38px;
}
.products-page.page-rtl .product-options h2{text-align: right; direction: rtl}
.products-page .media .img-circle>img {
width: 67px;
height: 67px;
margin: 35px 35px;
}
.products-page .media-body {
padding: 0 52px 0 16px;
}
.products-languages-page.products-page .media-body {
padding: 0 12px 0 12px
}
.products-page .media-body p {
font-size: 20px;
margin-bottom: 0;
}
.products-languages-page.products-page .media-body p {
font-size: 16px;
}
.products-page section.suite {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_009.jpg);
background-size: 100% 590px;
background-repeat: no-repeat;
}
.products-page section.suite .single-desc {
color: #fff;
cursor: pointer;
}
@media(min-width:768px){
.products-page section.suite .single-desc:hover a.suite-image-link{transform:scale(1.3);  z-index:2;}    
}
.products-page section.suite .single-desc:hover h3,.products-page section.suite .single-desc:hover p{ font-weight: 600;}
.products-page section.suite .single-desc:hover a.suite-image-link{transform:scale(1.3); margin-bottom:15px;  z-index:2;}
.products-languages-page.products-page section.suite .single-desc p {
padding: 0 15px;
}
.products-page section.suite h2 {
padding: 50px 0 38px;
color: #fff;
}
.products-page.page-rtl section.suite h2 {text-align: right; direction: rtl}
.products-page section.suite p.suite-subtitle {
width: 600px;
margin: auto;
padding-bottom: 38px;
color: #fff;
}
.products-languages-page.products-page section.suite p.suite-subtitle {
width: auto;
padding-right: 70px;
}
.products-languages-page.page-rtl section.suite p.suite-subtitle {
padding-left: 70px; padding-right:0; text-align:right; direction:rtl;
}
.suite-descriptions h3 a:link, .suite-descriptions h3 a:visited {
color: #fff;
}
.products-page .single-desc {
width: 23%;
display: inline-block;
position: relative;
vertical-align: top;
margin:0 5px;
}
.products-page .single-desc.first, .products-page .single-desc.last {
margin-top: 22px;
}
.products-languages-page.products-page .single-desc {
width: 31%;
z-index:1;
}
.products-page .single-desc .top {
width: 100%;
padding-bottom: 0;
padding-top:50px;
height: 250px;
}
.products-page .single-desc .top h3{margin-top:10px;}
.products-page .single-desc .top img.tablet {
display: none;
height: 58px;
width: 58px;
}
.products-languages-page.products-page .single-desc .top {
width: 85%;
margin-bottom: 30px;
}
.products-languages-page.page-rtl .single-desc .top{
width:100%
}
.products-page .single-desc.first {
margin-right: -10%;
margin-left: 10%;
}
.products-languages-page.products-page .single-desc.first {
margin-left: -3%;
margin-right: auto;
}
.products-page .single-desc.last {
margin-right: 10%;
margin-left: -10%;
}
.products-languages-page.products-page .single-desc.last {
margin-left: auto;
margin-right: auto;
}
.products-page .single-desc.last .top {
float: right;
}
.products-page .single-desc.center {
z-index: 3;
}
.products-languages-page.products-page .single-desc.center {
width: 30%;
margin-left: -5%;
}
.products-page .single-desc.center .top {
width: 100%;
}
.products-page .single-desc a{display: block;transition: transform 0.3s}
.products-page .single-desc img.suite-image {
width: 386px;
max-width:100%;
box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, .25);
transition-duration: 0.4s;
}
.products-languages-page.products-page .single-desc img.suite-image {
width: 347px;
}
.products-page .single-desc.center img.suite-image {
width: 480px;
margin-left: -10%;
}
.products-languages-page.products-page .single-desc.center img.suite-image {
width: 430px;
margin-left: -30%;
}
.products-languages-page.products-page .single-desc.last img.suite-image {
margin-left: -30%;
margin-top: -25px;
}
.products-page .single-desc.first img.suite-image:hover {
margin-left: -40px;
transition-duration: 0.4s;
}
.products-page .single-desc.center img.suite-image:hover {
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
transition-duration: 0.4s;
}
.products-page .single-desc.last img.suite-image:hover {
margin-right: -40px;
transition-duration: 0.4s;
}
.products-page .abstraction_box {
width: 872px;
height: 77px;
border: #42ade2 solid 2px;
border-radius: 8px;
margin: 85px auto 0;
position: relative;
color: #42ade2;
font-size: 22px;
padding: 20px;
display: none;
}
.products-languages-page.products-page .abstraction_box {
width: 832px;
margin: 85px 0 0;
}
.products-page .abstraction_box:before {
content: '';
position: absolute;
left: 50%;
top: -72px;
height: 70px;
border-left: #afafaf 2px solid;
}
.products-page .bottom-images {
border: #a6cd39 2px solid;
border-radius: 8px;
width: 872px;
height: 181px;
margin: 20px auto 0;
position: relative;
}
.products-languages-page.products-page .bottom-images {
width: 832px;
margin: 20px 0 0;
}
.products-page .bottom-images:before, .products-page .bottom-images-2:before {
content: '';
position: absolute;
left: 50%;
top: -22px;
height: 20px;
border-left: #afafaf 2px solid;
}
.products-page .bottom-images-2:before {
height: 69px;
top: -71px;
}
.products-page .bottom-images img {
padding: 27px 0 10px;
}
.products-page .bottom-images-2 {
border: #145388 2px solid;
border-radius: 8px;
width: 872px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
margin: 70px auto 20px;
position: relative;
}
.products-languages-page.products-page .bottom-images-2 {
width: 832px;
margin: 70px auto 20px;
}
.products-page .bottom-images-2 img {
padding: 27px 0 8px;
}
.products-page img.back-lines {
display: none;
}
.products-page .sidebar .buttons {
border-bottom: 1px #afafaf solid;
}
.products-page.page-rtl .sidebar .buttons{text-align: right; direction: rtl;}
.products-page .sidebar .roi-calculator {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/calculator_icon.png), linear-gradient(to right, #91b52d 56px, #a6cd39 56px);
padding: 20px 64px!important;
margin: 5px 0;
}
.products-page .roi-calculator.brochure {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/brochure_icon.png), linear-gradient(to right, #0096c2 56px, #00afe5 56px);
margin-top: 10px;
margin-bottom: 20px;
padding: 20px 36px 20px 64px!important;
}
.products-page.page-rtl .sidebar .roi-calculator{
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/calculator_icon.png), linear-gradient(to left, #91b52d 56px, #a6cd39 56px);
background-position: right 20px center,0 center;
text-align:right;
direction: rtl;
padding-right:70px !important;
padding-left:30px !important;
display:block; max-width:220px;
}
.products-page.page-rtl .roi-calculator.brochure {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/brochure_icon.png), linear-gradient(to left, #0096c2 56px, #00afe5 56px);
margin-top: 10px;
margin-bottom: 20px;
}
.products-page .sidebar .contact {
border-bottom: 1px #afafaf solid;
padding: 20px 0;
line-height: 24px;
}
.products-page.page-rtl .sidebar .contact{
direction: rtl;
text-align: right;
}
.products-page .sidebar .contact span.name {
font-weight: 600;
}
.products-page .sidebar .relevant {
padding-top: 20px;
} body.product-page {
overflow-x: hidden;
}
.product-page.inner-page header {
height: 400px;
}
.product-page .intro h2 {
padding-bottom: 21px;
}
.product-page .intro p {
font-size: 18px;
}
.product-page section.first {
border-bottom: 1px #ced0d4 solid;
}
.product-page .top {
padding-top: 21px;
line-height: 28px;
font-size: 18px;
}
.product-page .top .col-md-8 {
padding-left: 0;
}
.product-page .top h4 {
padding-bottom: 5px;
}
.product-page .top img {
width: 100%;
max-width: 504px;
}
.product-page ul, .product-page li {
line-height: 1.8;
}    .inner-page section ul, .modal-content ul {
padding-left: 10px;
}    .inner-page section li, .modal-content li {
list-style-type: none!important;
line-height: 1.8;
padding-left: 8px;
position: relative;
min-height: 32px;
text-align: left;
}    .inner-page section li:before, .modal-content li:before {
content: " ";
position: absolute;
top: 0.8em;
left: -9px;
width: 6px;
height: 6px;
background-color: #44ade2;
border-radius: 3px;
}
.inner-page footer section li:before, .home_page section .slick-slider li:before, .inner-page section .slick-slider li:before {
content: none;
}
.product-page section.second {
padding-bottom: 0;
}
.product-page .main {
padding-bottom: 50px;
padding-right: 51px;
}
.product-page .sidebar {
background-color: white;
position: relative;
padding-bottom: 50px;
padding-left: 30px;
}
.product-page .main:after {
content: '';
background-color: white;
height: 100%;
width: 6000px;
position: absolute;
top: 0;
left: 100%;
}
.product-page .prof-service-item .prof-service-text {
padding: 39px 0 18px;
}
.product-page .prof-service-item .prof-service-img .media .img-circle {
width: 140px;
height: 140px;
margin: 39px 0 17px;
}
.product-page .prof-service-item .prof-service-img .media .img-circle.right {
float: right
}
.product-page .prof-service-item .prof-service-img .media .img-circle>img {
width: 76px;
height: 76px;
margin: 32px;
}
.product-page .prof-service-item:nth-last-child(2) .prof-service-text {
border-bottom: 0;
}
.product-page .roi-calculator {
padding: 20px 30px 20px 70px !important;
margin: 30px 0 0;
}
.product-page .roi-calculator.brochure {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/brochure_icon.png), linear-gradient(to right, #3b97cf 56px, #44ade2 0);
margin-top: 10px;
margin-bottom: 20px;
}
.product-page .sidebar h3 {
padding: 18px 0 10px;
border-top: 1px #afafaf solid;
}
.product-page .sidebar img {
margin-bottom: 29px;
}
.product-page .sidebar a.readmore img {
margin-bottom: 0;
}
.product-page .arrow-down.left {
display: none;
}
br.mobile, br.tablet {
display: none;
}
@media (min-width: 1200px) {
.items-per-row-5 .col-lg-3 {
width: 20%;
}
.items-per-row-4 .col-lg-3 {
width: 20.005%;
}
.items-per-row-4.container {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
place-content: center;
flex-wrap: wrap;
}
.items-per-row-4.container:before,
.items-per-row-4.container:after {
display: none;
}
.custom-tac .management_thumb {
width: 215px;
height: 215px;
border-radius: 50%;
}
}
.management_thumb {
width: 266px;
margin: auto;
height: 266px;
background-color: rgba(123, 173, 217, 0.7);
border-radius: 133px;
-webkit-box-shadow: 0 3px 2px 0 #8E8E8E;
box-shadow: 0 3px 2px 0 #8E8E8E;
background-size: cover !important;
}
input.gsc-search-button.gsc-search-button-v2 {
height: 30px;
background: url(https://www.google.com/uds/css/v2/search_box_icon.png) #8AB5E0 center;
background-repeat: no-repeat;
}
.search-page-page .gsc-adBlock {
display: none!important;
}
td#gs_tti50 {
padding: 0px;
}
.gsc-selected-option-container.gsc-inline-block {
width: 100px!important;
}
.animatedFast {
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
div#cse-results {
margin: 0 18px;
}
.gs-image-box {
display: none!important;
} .marketo_embedded_form .mktoForm {
width: auto !important;
max-width: 820px !important;
font-size: inherit !important;
font-family: inherit !important;
}
.marketo_embedded_form .mktoForm .mktoFormRow {
width: 100% !important;
float: none !important;
padding: 0 !important;
}
.marketo_embedded_form .mktoForm .mktoFormRow:nth-child(8) {
float: left !important;
width: 100% !important;
}
.marketo_embedded_form .mktoForm label.mktoLabel {
position: relative !important;
width: auto !important;
display: inline-block;
color: #6d6d6d !important;
font-weight: 400 !important;
padding: 0 2px !important;
line-height: 1 !important;
margin-bottom: 3px !important;
font-size: 16px !important; }
.marketo_embedded_form .mktoForm .mktoFieldWrap {
width: 100% !important;
padding: 0 7px;
text-align: left;
}
.marketo_embedded_form .mktoForm .mktoFormCol {
width: 50% !important;
float: left !important;
padding: 0 !important;
}
.marketo_embedded_form .mktoForm fieldset.mktoFormCol {
width: 100% !important;
float: none !important;
margin-bottom: 0 !important;
}
.marketo_embedded_form .mktoForm .mktoFormCol:not(fieldset) {
margin-top: 10px;
}
.marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(2), .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(3) { width: 100% !important;
float: left !important;
}
.marketo_embedded_form .mktoForm .mktoFormCol legend {
display: none !important;
}
.marketo_embedded_form .mktoForm input[type=text], .marketo_embedded_form .mktoForm input[type=url], .marketo_embedded_form .mktoForm input[type=email], .marketo_embedded_form .mktoForm input[type=tel], .marketo_embedded_form .mktoForm input[type=number], .marketo_embedded_form .mktoForm input[type=date], .marketo_embedded_form .mktoForm textarea.mktoField, .marketo_embedded_form .mktoForm select.mktoField {
width: 100% !important;
display: block;
width: 100% !important;
height: 34px !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.42857143 !important;
color: #555 !important;
background-color: #fff !important;
background-image: none !important;
border: 1px solid #ccc !important;
border-radius: 4px !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
height: 50px !important;
}
.marketo_embedded_form .mktoForm textarea.mktoField {
height: auto !important;
}
.marketo_embedded_form .mktoError {
top: 0 !important;
right: 0 !important;
bottom: auto !important;
left: auto !important;
}
.marketo_embedded_form .mktoErrorArrowWrap {
display: none !important;
}
.marketo_embedded_form .mktoOffset {
display: none !important;
}
.marketo_embedded_form .mktoErrorMsg {
background: none !important;
color: #d9534f !important;
font-size: 13px !important;
text-shadow: none !important;
;
padding: 0 !important;
max-width: none !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
border-radius: 0 !important;
-webkit-box-shadow: 0 !important;
border: 0 none !important;
margin: 0 !important;
}
.marketo_embedded_form .mktoErrorDetail {
display: none !important;
}
.marketo_embedded_form .mktoGutter {
display: none !important;
}
.marketo_embedded_form .mktoForm .mktoAsterix {
display: none !important;
}
.marketo_embedded_form .mktoRequiredField .mktoLabel::after {
content: '' !important;
position: relative !important;
background: #da5959 !important;
border-radius: 100% !important;
width: 5px !important;
height: 5px !important;
display: inline-block !important;
margin-left: 10px !important;
vertical-align: middle !important;
}
.marketo_embedded_form .mktoButton,
.marketo_embedded_form .marketoButton {
color: #fff !important;
background-color: #44ade2 !important;
border-color: #2e6da4 !important;
border: none !important;
font-size: 22px !important;
letter-spacing: normal !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
display: inline-block !important;
margin: 0 auto !important;
padding: 0 !important;
width: 250px !important;
height: 70px !important;
border-radius: 40px !important;
letter-spacing: 1px !important;
font-size: 18px !important;
-webkit-tap-highlight-color: transparent !important;
-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s !important;
transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s !important;
-webkit-animation-name: fadeInUp !important;
animation-name: fadeInUp !important;
text-shadow: none !important;
font-weight: normal !important;
background-image: none !important;
}
.marketo_embedded_form .mktoButton:hover,
.marketo_embedded_form .marketoButton:hover  {
background-color: #286090 !important;
border-color: #204d74 !important;
}
.marketo_embedded_form .mktoButtonWrap {
margin: 0 !important;
}
.marketo_embedded_form .mktoButtonRow {
width: 100% !important;
text-align: center !important;
margin-top: 40px !important;
display: none !important; }
.case-study-modal .marketo_embedded_form .mktoButtonRow{
display: block !important;
}
.case-study-modal .marketo_embedded_form .marketoButton{
width:200px !important; height:55px !important;
}
.clear {
clear: both;
}
.resource-item li {
list-style-type: disc !important;
margin: 0px 40px;
padding: 0px;
}
.award.item-to-animate {
background-color: white; overflow: hidden;
margin-right: 10px;
width: 280px;
}
.featherlight-content {
-webkit-overflow-scrolling: touch !important;
}
iframe#iFrameResizer1 {
width: 1px !important;
min-width: 100% !important;
}
.inner-cub.cub-left.no-position {
cursor: default;
}
.inner-cub.cub-left.no-position span {
position: absolute;
bottom: 14px;
left: 0px;
display: block;
width: 100%;
text-align: center;
} .select2 {
width: 100% !important;
}
.select2-selection {
height: 50px !important;
box-sizing: border-box !important;
background-image: none !important;
border: 1px solid #ccc !important;
font-size: inherit !important;
font-family: inherit !important;
border-radius: 4px !important;
}
.select2-selection .select2-selection__arrow {
background: url(//www.algosec.com/wp-content/themes/algosec/images/select-arrow.png) no-repeat !important;
width: 38px !important;
}
.select2-selection .select2-selection__arrow b {
display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
right: auto;
left: 1px;
}
@media (max-width:449px) { .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(n+2) {
width: 100% !important;
float: left !important;
}
}
@media (min-width:496px) and (max-width:700px) {
.marketo_embedded_form .mktoError {
top: auto !important;
right: auto !important;
bottom: -18px !important;
left: 7px !important;
}
.marketo_embedded_form .mktoForm .mktoFormCol:not(fieldset) {
margin-bottom: 15px !important;
}
.marketo_embedded_demo_form2 .mktoForm .mktoFormRow .mktoFormCol {
width: 100% !important;
}
}
@media (max-width:425px) {
.marketo_embedded_form .mktoError {
top: auto !important;
right: auto !important;
bottom: -18px !important;
left: 7px !important;
}
.marketo_embedded_form .mktoForm .mktoFormCol:not(fieldset) {
margin-bottom: 25px !important;
}
.marketo_embedded_form .mktoForm fieldset.mktoFormCol {
margin-bottom: 0 !important;
}
}
.mktoForm>.mktoFormRow>.mktoFieldDescriptor {
width: 100% !important;
}
.event .mktoLayoutLeft>.mktoFormRow>.mktoFieldDescriptor {
width: 100% !important;
}
.with_rightbar_wysiwyg .mktoLayoutLeft>.mktoFormRow>.mktoFieldDescriptor,
.webinar2 .mktoLayoutLeft>.mktoFormRow>.mktoFieldDescriptor {
width: 50% !important;
}
@media (max-width: 480px) {
.mktoForm .mktoFormRow .mktoFormCol {
clear: none !important;
}
}
@media (max-width: 495px) {
.mktoForm .mktoFormRow .mktoFormCol {
width: 100% !important;
}
}
@media (max-width: 528px) {
.mktoForm .mktoFormRow .mktoFormCol {
clear: none;
}
}
@media (max-width:385px) {
.marketo_embedded_form .mktoForm .mktoFormCol {
width: 100% !important;
}
}
@media (max-width:350px) {
.marketo_embedded_form .mktoForm .mktoFormCol {
width: 100% !important;
}
}
.header_top_nav li:not(.has-children):not(.divider-vertical):not(.column-title):hover, .header_top_nav li:not(.has-children) a:hover {
cursor: pointer;
}
@media (min-width: 1120px) {
.header_top_nav .has-children>a::before, .header_top_nav .has-children>a::after {
display: none;
}
}
@media (max-width: 1400px) {
#watch_in_action #watch_in_action_x {
width: 10%;
}
}
@media (max-width: 800px) {
#watch_in_action #watch_in_action_x {
width: 15%;
}
}
@media (max-width: 400px) {
#watch_in_action_inner {
font-size: 16px;
}
}
.marketo_embedded_form select.mktoField:not([multiple]) {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/dropdown_icon.svg)!important;
background-size: 16px 16px;
background-position: 96% center;
background-repeat: no-repeat;
text-indent: 0.01px;
text-overflow: '';
}
.marketo_embedded_form select.mktoField::-ms-expand {
display: none;
}
.marketo_embedded_form.marketo_embedded_demo_form2 select.mktoField[multiple] {
height: auto!important;
} #roi_body.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/roi_header_bg.jpg) no-repeat;
background-attachment: fixed;
}
#roi_body .header_top_nav_wrap {
background-color: rgba(255, 255, 255, 0.9);
}
.roi_iframe {
width: 100%;
border: none;
height: 430px;
overflow: hidden;
}
#roi_body #algosec_footer {
display: none;
}
#roi_body form>.mktoFormRow>.mktoFieldDescriptor.mktoFormCol {
display: none;
}
@media (max-width: 395px) {
.roi_iframe {
height: 450px;
}
}  .lifecycle-page .header_main h1 {
font-size: 80px;
width: 75%;
padding-top: 195px;
}
.lifecycle-page header {
height: 750px;
}
.lifecycle-page section.intro {
padding-top: 15px;
padding-bottom: 118px;
}
.lifecycle-page section.lifecycle {
padding-bottom: 120px;
}
section.footer-paragraph { }
.lifecycle-page area {
outline: none;
}
.lifecycle-page .left-points, .lifecycle-page .right-points, .lifecycle-page .cycle-container {
width: 33.33%;
display: inline-block;
}
.lifecycle-page .left-points {
float: left;
}
.lifecycle-page .right-points {
float: right;
}
.lifecycle-page .left-points .points-group {
padding-right: 23px;
}
.lifecycle-page .right-points .points-group {
padding-left: 22px;
}
.lifecycle-page .right-points .points-group.discover {
padding-left: 123px;
}
.lifecycle-page section.lifecycle img.main-image {
width: 382px;
height: 382px;
}
.lifecycle-page .points-group img {
height: 46px;
width: 46px;
padding: 0;
}
.lifecycle-page .media {
margin: 3px 0;
}
.lifecycle-page .media-body, .lifecycle-page .media {
height: auto;
padding: 0;
}
.lifecycle-page .media-body p {
margin-bottom: 0;
font-size: 17px;
line-height: 20px;
}
.lifecycle-page .left-points p {
text-align: right;
}
.lifecycle-page .right-points p {
text-align: left;
}
.points-group.decommission {
margin-top: 37px;
margin-bottom: 68px;
}
.points-group.discover {
margin-bottom: 22px;
}
.points-group.plan {
margin-bottom: 27px;
}
.points-group.discover {
margin-top: -41px;
margin-left: -101px;
}
.points-group {
position: relative;
}
.lifecycle-page .line {
position: absolute;
background-color: #44ace2;
height: 1px;
}
.lifecycle-page .line.straight {
width: 99px;
}
.lifecycle-page .left-points .line {
left: 96%;
}
.lifecycle-page .right-points .line {
right: 96%;
}
.points-group.decommission .line.straight {
top: 20px;
width: 29px;
}
.points-group.maintain .line.straight {
bottom: 24px;
width: 42px;
}
.points-group.discover .line.straight {
top: 22px;
width: 156px;
right: 76%;
}
.points-group.plan .line.straight {
top: 25px;
width: 41px;
}
.points-group.deploy .line.straight {
bottom: 26px;
width: 41px;
}
.points-group.decommission .line.diagonal {
top: 30px;
left: 397px;
width: 33px;
transform: rotate(39deg);
}
.points-group.maintain .line.diagonal {
bottom: 52px;
left: 403px;
width: 95px;
transform: rotate(-37deg);
}
.points-group.discover .line.diagonal {
top: 31px;
right: 523px;
width: 31px;
transform: rotate(-36deg);
}
.points-group.plan .line.diagonal {
top: 32px;
right: 361px;
width: 38px;
transform: rotate(-19deg);
}
.points-group.deploy .line.diagonal {
bottom: 55px;
right: 403px;
width: 96px;
transform: rotate(37deg);
}
.lifecycle-page .modal-dialog {
background-color: #edf1f5;
box-shadow: 0px 0px 15px 0px;
-webkit-box-shadow: 0px 0px 15px 0px;
width: 564px;
max-width: 90%;
margin: 12% auto;
padding: 34px 32px 19px;
}
.lifecycle-page .modal-backdrop {
opacity: 0.2!important;
}
.lifecycle-page section.lifecycle h2 {
color: #44ade2;
padding: 0 0 10px;
display: none;
} .customer-reviews-page .main>h2 {
margin: 9px 0 35px;
}
.customer-reviews-page .container .col-sm-6, .resources-page .container .col-sm-12 {
padding-right: 5px;
padding-left: 5px;
}
.customer-reviews-page .resource-item .resources-container {
border-radius: 4px;
border: 1px solid #d1d4d7;
background-color: white;
position: relative;
height: 386px;
}
body.customer-reviews-page .arrow-down {
display: block;
}
.customer-reviews-page section.second {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
background-repeat:  no-repeat;
background-size: cover;
}
.customer-reviews-page section.second img.it-logo {
margin: 99px 0 52px;
max-width: 100%;
}
.customer-reviews-page section.second p {
font-size: 18px;
color: #656565;
max-width: 780px;
margin: auto;
padding-bottom: 36px;
}
.customer-reviews-page section.second .readmore {} body.solutions-v2-page .arrow-down {
display: block;
}
.solutions-v2-page .impacts {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_009.jpg);
}
.solutions-v2-page .impacts>.container {
padding-bottom: 35px;
}
.solutions-v2-page .impacts h2 {
color: white;
padding: 82px 0 79px;
font-size: 35px;
}
.solutions-v2-page .impact {
width: 19%;
min-width: 230px;
min-height: 110px;
display: inline-block;
vertical-align: top;
color: white;
margin-bottom: 30px;
padding: 22px;
border-right: rgba(255, 255, 255, 0.5) 1px solid;
word-wrap: break-word;
}
.solutions-v2-page section.impacts .container>div:last-child {
border-right: none;
}
.solutions-v2-page section.under-header.white {
background: white;
}
.solutions-v2-page section.quote {
background-color: white;
}
.solutions-v2-page section.quote .open-quote {
width: 84px;
margin-top: -51px;
}
.solutions-v2-page section.quote .row {
margin-top: 25px;
padding-bottom: 47px;
}
.solutions-v2-page section.quote .quote-logo {
width: 276px;
margin-top: 51px;
}
.solutions-v2-page section.quote .quote-text {
padding: 0 30px 0 75px;
color: #494949;
}
.solutions-v2-page section.quote h3 {
font-size;
30px;
line-height: 40px;
font-style: italic;
font-weight: 300;
font-size: 30px;
}
.solutions-v2-page section.quote .quote-source {
font-size: 18px;
line-height: 40px;
}
.solutions-v2-page section.quote .quote-source span {
font-weight: bold;
}
.solutions-v2-page section.quote .arrow-down {
border-top: 25px solid white;
}
.solutions-v2-page .resource-item {
padding-left: 10px;
}
.solutions-v2-page .resource-item .resource-action {
width: 96.9%;
}
.solutions-v2-page section.quote:before, .solutions-v2-page section.quote:after {
content: "";
display: block;
position: absolute;
bottom: 1px;
z-index: 199;
height: 0;
width: 50%;
border-bottom: 25px solid;
border-color: #d3d3d3;
z-index: 198;
}
.solutions-v2-page section.quote:before {
border-right: 48px solid transparent;
left: 0;
}
.solutions-v2-page section.quote:after {
border-left: 48px solid transparent;
right: 0;
}
.solutions-v2-page section.relevant h2 {
margin-bottom: 20px;
} .media-center-page.inner-page header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_007-short.jpg) no-repeat;
}
.media-center-page .main-section {
position: relative;
padding: 0 20px;
}
.media-center-page .main-section:before {
content: "";
position: absolute;
display: block;
right: calc(100% - 20px);
top: -74px;
bottom: 0;
width: 2000px;
background-color: #f4f6f9;
z-index: 200;
height: calc(100% - -22px);
}
.media-center-page .flexable>div:first-child {
padding-left: 0;
margin-top: -50px;
width: 23%;
}
.media-center-page .sidebar {
background-color: #f4f6f9; position: relative;
border-right: 1px solid rgba(177, 177, 177, 0.5);
}
.media-center-page .sidebar>section {
padding: 0;
position: relative;
}
.media-center-page .sidebar>section:after {
content: ' ';
position: absolute;
height: 25px;
width: 1px;
left: 100%;
top: -25px;
background-color: rgba(177, 177, 177, 0.5);
z-index: 200;
}
.media-center-page .sidebar-inner {
padding: 48px 0 30px;
}
.media-center-page .sidebar-inner.fixed {
position: fixed;
top: 75px;
}
.media-center-page .sidebar-inner.foot {
position: absolute;
bottom: 0px;
}
.media-center-page .sidebar ul {
padding: 0;
}
.media-center-page .sidebar li:before, .media-center .sidebar li:before {
content: none;
}
.media-center-page .sidebar li {
padding-bottom: 17px;
font-size: 22px;
padding-left: 0;
}
.media-center-page .sidebar li a {
color: #383838;
text-decoration: none;
}
.media-center-page .sidebar li a:hover {
color: #44ade2;
}
.media-center-page .main {
padding-left: 35px;
width: 77%;
}
.media-center-page .main section {
border-bottom: 1px solid rgba(177, 177, 177, 0.5);
padding: 50px 0 45px;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.media-center-page .main section.highlight {
background-color: white;
border: 1px solid #72c3ea;
padding-left: 35px;
margin-left: -36px;
margin-right: -20px;
padding-right: 20px;
padding-top: 49px;
-webkit-transition: all 0s;
transition: all 0s;
}
.media-center-page .main section:first-child {
padding-top: 0;
}
.media-center-page .main section:last-child {
border-bottom: 0;
}
.media-center-page .main section>h2 {
font-weight: normal;
margin-bottom: 20px;
}
.media-center-page .readmore {
display: inline-block;
margin-top: 20px;
}
.media-center-page .press-release a {
text-decoration: none;
}
.media-center-page #press-releases h6, .media-center-page #press-releases p {
color: #474747;
font-size: 16px;
}
.media-center-page #press-releases h4 {
color: #383838;
font-size: 22px;
}
.media-center-page #press-releases .title {
margin-bottom: 15px;
}
.media-center-page #press-releases .row {
padding-bottom: 25px;
margin-left: -36px;
margin-right: -36px;
}
.media-center-page #press-releases .row>div {
padding: 0 36px;
border-left: 1px solid rgba(177, 177, 177, 0.5);
}
.media-center-page #press-releases .row>div:first-child {
border-left: 0;
}
.media-center-page #news .row {
margin-left: -36px;
margin-right: -36px;
}
.media-center-page #news .row>div {
padding: 0 36px;
border-left: 1px solid rgba(177, 177, 177, 0.5);
}
.media-center-page #news .row>div:first-child {
border-left: 0;
}
.media-center-page #news .news-item img {  border-radius: 3px;
}
.media-center-page #news h6 {
color: #474747;
font-size: 16px;
}
.media-center-page #news h4 {
color: #383838;
font-size: 22px;
}
.media-center-page #news .news-item {
border-bottom: 0;
padding-top: 0;
}
.media-center-page #news .row {
padding-bottom: 25px;
padding-top: 18px;
}
.media-center-page #media-images .row img {
width: 100%;
border: 1px solid rgba(177, 177, 177, 0.5);
border-radius: 3px;
}
.media-center-page #media-images .row {
margin-left: 0;
margin-right: 0;
}
.media-center-page #media-images .inner_row {
padding-top: 39px;
padding-bottom: 27px;
border-bottom: 1px solid rgba(177, 177, 177, 0.5);
}
.media-center-page #media-images .row>div:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.media-center-page #media-images .row>div:first-of-type {
padding-top: 21px;
}
.media-center-page #media-images .inner_row>div {
padding: 0 36px;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(1) {
padding-left: 0;
border-left: 0;
width: 32%;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(2) {
width: 36%;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(3) {
padding-right: 0;
width: 32%;
}
.media-center-page #media-images .media-image {
position: relative;
}
.media-center-page #media-images .media-image:before {
content: ' ';
position: absolute;
background-color: rgba(177, 177, 177, 0.5);
height: calc(100% - 34px);
width: 1px;
top: 0;
left: -36px;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(1) .media-image:before {
content: none;
}
.media-center-page #media-images p {
margin-top: 12px;
}
.media-center-page #algosec-logo .logo-holder {
width: 235px;
height: 132px;
background-color: white;
padding: 35px 0;
border: 1px solid rgba(177, 177, 177, 0.5);
border-radius: 3px;
}
.media-center-page #algosec-logo .logo-holder img {
max-width: 100%;
margin: auto;
display: block;
max-height: 100%;
}
.media-center-page .main section#media-contacts {
border-bottom: 0;
padding-bottom: 120px;
}
.media-center-page .main section#media-contacts .row>div {
border-left: 1px solid rgba(177, 177, 177, 0.5);
}
.media-center-page .main section#media-contacts .row>div:nth-child(1), .media-center-page .main section#media-contacts .row>div:nth-child(4){
border-left: 0;
}
.media-center-page .main section#media-contacts .contact {
padding-left: 24px;
}
.media-center-page .main section#media-contacts .row>div:nth-child(1) .contact, .media-center-page .main section#media-contacts .row>div:nth-child(3) .contact {
padding-left: 0;
}
.media-center-page .main section#media-contacts .row>div:nth-child(n+4){
margin-top: 10px;
}
nth-child .whiteboard-page header {
height: 563px;
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/prof-wool-bg.jpg) no-repeat;
background-position: 50% top!important;
}
.whiteboard-page .header_main h1 {
padding-top: 10px;
font-size: 80px;
}
.whiteboard-page .header_main .pre-header {
font-size: 37px;
}
.whiteboard-page section.main {
padding-bottom: 110px;
}
.whiteboard-video-series-page .main>.container h2 {
font-size: 35px;
}
.whiteboard-page #lesson-count {
font-size: 20px;
}
.whiteboard-series-item {
height: 377px;
text-align: center;
position: relative;
margin-top: 15px;
overflow: hidden;
}
.whiteboard-series-item>div {
border: 1px solid #d0d4d7;
}
.whiteboard-series-item .whiteboard-series-container {
border-radius: 4px;
border: 1px solid #d1d4d7;
background-color: white;
position: relative;
height: 386px;
}
.whiteboard-video-series-page .container .col-sm-6, .whiteboard-video-series-page .container .col-sm-12 {
padding-right: 5px;
padding-left: 5px;
}
.whiteboard-series-item .image-container {
position: relative;
top: 0;
transition: top 0.5s;
background: white;
width: 100%;
height: 175px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
border: #bbbdc0 solid 20px;
}
.whiteboard-series-item .inner {
background: white;
height: 202px;
padding: 0 10px;
color: #6d6d6d;
position: relative;
top: 0;
transition: all 0.5s;
}
.whiteboard-series-item h4 {
font-size: 16px;
padding: 15px 0 11px;
color: #494949;
}
.whiteboard-series-item p {
text-align: left;
font-size: 20px;
line-height: 26px;
color: #383838;
min-height: 92px;
}
.whiteboard-series-item .whiteboard-series-box-text p {
font-size: 16px;
color: #494949;
}
.whiteboard-series-item .whiteboard-series-action {
position: absolute;
bottom: 0px;
height: 52px;
width: 96%;
padding: 0 10px;
border-bottom: 1px solid #d1d4d7;
border-radius: 4px;
}
.whiteboard-series-item .whiteboard-series-action>div {
background: white;
height: 100%;
}
.whiteboard-series-item .whiteboard-series-action hr {
margin: 0 0 0 10%;
width: 80%;
border-top: 1px solid #d7d7d7;
padding-bottom: 6px;
}
.whiteboard-series-item .whiteboard-series-action a:link, .whiteboard-series-item .whiteboard-series-action a:hover, .whiteboard-series-item .whiteboard-series-action a:focus, .whiteboard-series-item .whiteboard-series-action a:visited {
text-decoration: none!important;
color: #44ade2!important;
line-height: 2.2;
outline: none;
}
.whiteboard-series-item.open .image-container {
top: -175px;
transition: top 0.5s;
}
.whiteboard-series-item.open .inner {
height: 406px !important;
top: -175px;
transition: top 0.5s;
}
#contact-wool {
width: 100%;
text-align: center;
height: 75px;
background: rgba(71, 172, 223, 0.9);
color: white;
font-size: 20px;
line-height: 28px;
position: fixed;
bottom: 0;
left: 0;
}
#contact-wool.static {
position: absolute;
bottom: 2px;
}
#contact-wool-inner {
padding: 14px;
}
#contact-wool button {
width: 190px;
height: 46px;
border: 1px white solid;
background-color: transparent;
font-weight: normal;
border-radius: 23px;
box-shadow: none;
margin: 0 12px;
font-size: 20px;
outline: none;
}
#contact-wool .arrow-down-blue {
z-index: 30;
border-top: 25px solid rgba(71, 172, 223, 0.9);
display: block;
bottom: -25px;
}
#contact-wool .arrow-down{display:none}
.single-whiteboard_series #watch_in_action {
display: none!important;
}
.single-whiteboard_series .connect_with {
margin-top: 0!important;
}
.whiteboards-series-item {
height: 480px;
margin: 10px 0;
}
.whiteboards-series-item .inner {
padding: 20px;
background: white;
border: 1px solid #d0d4d7;
height: 100%;
overflow: hidden;
}
.whiteboards-series-item .image-container {
background-size: cover;
background-position: center 25%;
background-repeat: no-repeat;
width: 100%;
height: 200px;
}
.whiteboards-series-item h3 {
font-size: 22px;
line-height: 35px;
color: #43ade3;
}
.whiteboards-series-item p {
font-size: 16px;
line-height: 22px;
color: #494949;
}
.navbar-header .navbar-nav>.has-children .sub_menu>.sub_menu_list>li>a {
display: block;
}
.jumbo-menu {
transition: none!important;
padding-left: 0!important;
padding-right: 10px!important;
}
.jumbo-menu-img img {
border-radius: 5px;
height: 170px;
}
a.menu-widget-wrapper {
display: block;
min-width: 312px;
background-size: cover !important;
text-align: center;
padding: 35px 15px;
color: #fff!important;
width: 312px;
min-height: 242px;
border-radius: 5px;
}
.menu-widget-wrapper .title {
font-size: 27px;
padding-bottom: 2px;
}
.menu-widget-wrapper .text {
font-size: 15px;
line-height: 1.6;
padding-bottom: 23px;
}
.menu-widget-wrapper button {
color: #009ede;
font-weight: normal;
font-size: 18px;
background: #fff;
box-shadow: none;
padding: 6px 30px;
border: none;
border-radius: 32px;
}
.a2a_follow,.single-whiteboard_series .addtoany_share_save_container {
margin: 8px 0;
display: inline-block;
vertical-align: top;
}
@media (min-width: 768px) {
header>nav>div>div.container-fluid.header_top_nav_wrap>div>ul>li:nth-child(3)>div {
left: -130px;
}
header>nav>div>div.container-fluid.header_top_nav_wrap>div>ul>li:nth-child(3)>div:after {
left: 159px;
}
header>nav>div>div.container-fluid.header_top_nav_wrap>div>ul>li:nth-child(3)>div>div:nth-child(3)>ul>li {
-moz-transition: none;
-o-transition: none;
-webkit-transition: none;
transition: nones;
}
header>nav>div>div.container-fluid.header_top_nav_wrap>div>ul>li:nth-child(3)>div>div:nth-child(3)>ul>li:hover {
padding-left: 0;
}
} .inner-page.page404-page {
background-color: white;
}
.page404-page .main {
padding: 0;
margin-top: -48px;
background-color: white; }
.page404-page .arrow-down {
border-top-color: white;
}
.video-holder-404, .video-holder-404 video {
width: 100%;
height: auto;
}
.video-holder-404 {
margin-bottom: -5px;
position: relative;
}
.text404 {
width: 100%;
text-align: center;
padding: 15px;
position: absolute;
top: 0;
}
.inner-page section .text404 h2 {
text-transform: uppercase;
font-size: 60px;
line-height: 70px;
color: black;
}
.inner-page section .text404 h2:first-of-type {
font-weight: 700;
}
.inner-page section .text404 h3 {
font-size: 30px;
line-height: 35px;
text-transform: uppercase;
margin-top: 30px;
color: black;
}
.search-box-404 {
text-align: center;
padding: 20px;
}
.search-box-404 form>div {
display: inline-block; }
.search-box-404 input {  background-color: transparent;
height: 35px;
font-size: 22px;
padding: 0 5px;
border-width: 0;
outline: none; }
.search-box-404 input::-webkit-input-placeholder {
color: #00afe5;
}
.search-box-404 input::-moz-placeholder {
color: #00afe5;
}
.search-box-404 input:-ms-input-placeholder {
color: #00afe5;
}
.search-box-404 input:-moz-placeholder {
color: #00afe5;
}
.search-box-404 label {
font-size: 22px;
font-weight: normal;
}
.search-box-404 .glyphicon-search:before {
color: #757575;
}
.search-box-404 button {
display: none;
} @media (max-width: 991px) {
.video-holder-404, video#puppyVideo {
display: none;
}
.search-box-404 input { }
.text404 {
position: static;
}
.products-page .single-desc{display: block; width:100%;}
.products-page .single-desc .top{padding-bottom: 25px;padding-top: 25px; height: auto; }
.products-languages-page.products-page .single-desc{width:100%; margin-top:20px;}
.overview-page section.media-circle{height:unset;}
}
@media (max-width: 767px) {
.inner-page section .text404 h2 {
font-size: 30px;
line-height: 35px;
}
.page404-page .header_main h1 {
font-size: 45px;
}
.inner-page section .text404 h3 {
font-size: 23px;
line-height: 25px;
margin-top: 25px;
}
.search-box-404 button {
margin-top: 15px;
}
video::-webkit-media-controls {
display: none !important;
}
video::-webkit-media-controls-start-playback-button {
display: none!important;
-webkit-appearance: none;
}
#careers.careers-page-new .banner-slider{padding:0;}
#careers.careers-page-new .values-item{flex-basis: 50%}
#careers.careers-page-new .friendly-box .text-box .title{font-size:30px;}
#careers.careers-page-new .friendly-box .text-box .text{font-size:18px;}
#careers.careers-page-new  .slick-dots{left:0}
}
@media (max-width: 599px) {
#careers.careers-page-new  .large-screen{display:none;}
#careers.careers-page-new  .small-screen{display:block;}
#careers.careers-page-new  .small-screen .box-row:nth-last-child(1){height:unset !important; }
#careers.careers-page-new  .small-screen .box-row:nth-last-child(1) .friendly-box{height:unset !important; width:100% }
.careers-share-buttons{top:15px; left:15px;}
.careers-share-buttons a{display: inline-block; margin:0 10px 0 0;}
#careers .slide-content{padding:15px;}
#careers .slide-content .slide-title *{font-size:30px !important}
#careers.careers-page-new .slick-slide{padding:70px 20px 20px !important;}
#careers.careers-page-new .slick-slide{min-height:430px !important}
#careers.careers-page-new .slick-dots {bottom: 20px !important;}         
.careers-page-new a.btn-find-job{bottom:60px;}
#careers.careers-page-new .slide-content{padding-bottom:130px !important;}
#careers.careers-page-new .friendly-box .text-box{padding:100px 0;}
#careers.careers-page-new .friendly-box{height: unset;}
#careers.careers-page-new section.friendly{padding-bottom:0 !important}
#careers.careers-page-new section.join-us h2{padding-bottom:100px;}
#careers.careers-page-new section.join-us{height:unset}
}  body.home .header_main h1 {
font-size: 3.15em;
font-weight: 700;
white-space: nowrap;
}
@media screen and (max-width: 1120px){
.header_plus {
display: none;
}
}
@media (max-width: 1350px) {
body.home .header_main h1 {
white-space: inherit;
}
}
@media (max-width: 991px) {
body.home .header_main h1 {
font-size: 2.7em;
line-height: 1.2;
}
}
@media (max-width: 768px) {
body.home .header_main p {
font-size: 20px;
}
}
@media (max-width: 450px) {
body.home .header_main h1 {
font-size: 2em;
}
}
.home .header_main h1 {
padding-top: 40px;
}
.home .header_main.container .btn-toolbar {
margin: 0 0 25px 0;
}
.home_page section .home-title h2 {
padding: 95px 0 50px;
}
.header_main.container>p, .header_main.container>.item-to-animate>p {
margin-bottom: 20px;
margin-top: 10px;
font-size: 24px;
}
.home .hotspots {
margin-bottom: 25px;
margin-top: 25px;
}
.home .banner-hotspot {
margin-bottom: -85px;
z-index: 250;
}
.home .banner-hotspot .inner {
background-color: white;
height: 260px;
margin: 0 3px;
position: relative;
overflow: hidden;
}
.hotspot-text {
padding: 27px;
}
.home .banner-hotspot .inner img {
position: absolute;
bottom: 0;
left: 0;
width: 99%;
width: calc(100% - 4px);
margin: 0 2px 5px;
height: 80px;
}
.home .banner-hotspot h3 {
color: #00afe5;
font-size: 21px;
line-height: 25px;
margin-bottom: 5px;
width: 100%;
}
.home .header_main.container .banner-hotspot p {
font-size: 16px;
line-height: 20px;
color: #494949;
width: 100%;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
}
.banner-hotspot a {
text-decoration: none;
}
@media (max-width: 1199px) {
.home .banner-hotspot {
margin-bottom: -66px;
}
.home .banner-hotspot .inner img {
height: 61px;
}
}
@media (max-width: 991px) {
.home .hotspots {
max-width: 100%;
}
.home .banner-hotspot {
margin-bottom: 20px;
}
.home .banner-hotspot .inner {
height: auto;
}
.home .banner-hotspot .inner img {
height: auto;
position: static;
}
}
.toggle-switch {
position: relative;
display: inline-block;
width: 110px;
height: 50px;
max-width: 100%;
margin: 12px 8px -18px 0;
}
.toggle-switch input {
display: none;
}
.toggle-switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #54b4e4;
-webkit-transition: .4s;
transition: .4s;
}
.toggle-switch .slider:before {
position: absolute;
content: "";
height: 44px;
width: calc(55% - 2px);
left: 3px;
bottom: 3px;
background-color: #ffffff;
-webkit-transition: .4s;
transition: .4s;
}
.toggle-switch input:checked + .slider:before {
-webkit-transform: translateX(79%);
-ms-transform: translateX(79%);
transform: translateX(79%);
}
.toggle-switch .slider.round {
border-radius: 34px;
}
.toggle-switch .slider.round:before {
border-radius: 30px;
}
.toggle-switch .labels span {
position: absolute;
font-size: 18px;
top: 13px;
-webkit-transition: .4s;
transition: .4s;
font-weight: bold;
}
.toggle-switch .labels span:first-child {
left: 12px;
color: white;
}
.toggle-switch .labels span:last-child {
right: 12px;
color: white;
}
.toggle-switch input:checked ~ .labels span:first-child {
color: white;
}
.toggle-switch input:checked ~ .labels span:last-child {
color: white;
}
.toggle-switch.install-switch input:checked + .slider.round:before {
border-radius: 30px 0 34px 30px;
}
.mktoAsterix {
display: inline-block;
}
.mktoLogicalField.mktoCheckboxList.mktoHasWidth {
display: inline-block; width: auto !important;
}
.mktoCheckboxList {
position : relative;
}
#tab-register .mktoCheckboxList { }
.mktoField[type=checkbox]+label {
display: inline-block;
padding: 0 0 10px 5px;
max-width: 78%;
font-size: 13px;
font-weight: 400;
}
.mktoField[type=checkbox] {
margin-right: 10px;
vertical-align: top;
height: 20px;
visibility:hidden; }
.mktoField[type=checkbox]+label:before {
content: "";
display: inline-block;
position: absolute;
width: 20px;
height: 20px;
left: 0px;
top: 2px;
-webkit-transform: translateY(-15%);
-ms-transform: translateY(-15%);
transform: translateY(-15%);
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.landing-page-webinar .mktoField[type=checkbox]+label:before, .landing-page-webinar2 .mktoField[type=checkbox]+label:before{
padding: 0 0 0 3px !important;
}
.landing-page-event .mktoField[type=checkbox]+label:before{
left: 70px !important;
}
.mktoField[type=checkbox]:checked + label:before {
content: "\2713";
font-weight: bold;
font-size: 14px;
padding: 2px 4px;
}
#customers .mktoField[type=checkbox]:checked + label:before{color:#44ade2}
.landing-page-event .mktoField[type=checkbox]:checked + label:before{
padding: 0 !important;
}
span#es_msg {
color: #1b78a7;
}
.single_post_subscribe_wrap div#es_shortcode_msg {
position: absolute;
top: 250px;
left: 0px;
color: #fff;
}
.webinar2 .marketo_embedded_form .mktoErrorMsg,
.event .marketo_embedded_form .mktoErrorMsg
{
position: absolute;
}
.webinar2 .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(2), .webinar2 .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(3),
.event .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(2), .event .marketo_embedded_form .mktoForm>.mktoFormRow:nth-child(3)
{
float: none !important;
} .glassdoor-rating-block {
padding: 25px 0;
text-align: center;
}
.glassdoor-rating-block-title {
display: block;
color: #44ade2;
font-size: 18px;
margin-bottom: 10px;
transition:  all .15s;
}
.glassdoor-rating-block-title:hover {
text-decoration: none;
}
.glassdoor-rating {
color: #333;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
margin-bottom: 10px;
}
.glassdoor-rating:hover {
text-decoration: none;
color:  #333;
}
.glassdoor-rating__main-number {
line-height: 0;
font-size: 20px;
margin-right: 12px;
vertical-align: middle;
}
.glassdoor-rating__stars-wrap {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
position: relative;
white-space: nowrap;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
font-size: 0;
line-height: 0;
margin-right: 12px;
vertical-align: middle;
}
.glassdoor-rating__stars-wrap i {
vertical-align: middle;
}
.glassdoor-rating__stars-wrap > i {
display: inline-block;
height: 22px;
width: 22px;
margin-right: 3px;
position: relative;
background-color: #F1F2F2;
vertical-align: baseline;
border-radius: 2px;
overflow: hidden;
}
.glassdoor-rating__stars-wrap > i > i {
height: 22px;
width: 22px;
border-radius: 2px 0 0 2px;
position: absolute;
left: 0;
}
.glassdoor-rating__stars-wrap > i.-fully-filled > i {
background-color: #0CAA41;
}
.glassdoor-rating__stars-wrap > i > i.star {
background-image: url(//www.glassdoor.com/app/static/img/core/sprites/sitewide.png?v=f18164g6g);
background-position: -198px -96px;
width: 14px;
height: 13px;
margin-top: -7.5px;
margin-left: -7px;
position: absolute;
top: 50%;
left: 50%;
background-color: transparent;
} .small-text {
font-size: 14px;
}
.header_main.container p.small-text {
font-size: 14px;
}
.glassdoor-text a {
margin-left: 5px;
}
.subscribe-input-placeholder {
position: absolute;
top: 50%;
left: 13px;
transform: translate(0, -50%);
color: #000000;
font-size: 12px;
font-weight: 400;
}
.subscribe-input-placeholder span {
color: #b3b3b3;
}
.-resp-img {
max-width: 100%;
height: auto;
}
.text-block p {
margin-bottom: 25px;
}
.text-block p:last-child {
margin-bottom: 0;
}
.section-eco-system {
border-top: 1px solid #d3d3d3;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/eco-system-bg.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
}
.inner-page .section-eco-system {
padding-top: 60px;
}
.-mb-for-section-title {
margin-bottom: 45px;
}
.section-eco-system__text {
padding-top: 110px;
}
@media (max-width: 1120px) {
.section-eco-system__text {
padding-top: 50px;
}
}
.plus-icon {
background: url(//www.algosec.com/wp-content/themes/algosec/images/management/plus.png) no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
.eco-system-circle-link {
display: inline-block;
position: relative;
}
.eco-system-circle-link:hover .eco-system-circle-link__hover-block {
opacity: 1;
}
.eco-system-circle-link__hover-block {
width: 90%;
height: 90%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
background-color: rgba(66,173,226, 0.85);
border-radius: 50%;
position: absolute;
top: -1%;
left: 6%;
opacity: 0;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.eco-system-circle-link__hover-text {
color: #ffffff;
margin-bottom: 0;
font-size: 22px;
margin-top: 10px;
}
body section.-down-arrow .arrow-down {
display: block;
}
.arrow-down.-with-border:after {
content: '';
display: block;
border-left: 48px solid red;
border-right: 48px solid red;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.section-eco-system .arrow-with-border {
position: absolute;
top: -1px;
left: 50%;
transform: translate(-50%, 0);
}
body section.section-eco-system .arrow-down {
display: block;
}
.arrow-with-border {
width: 0;
height: 0;
border-style: solid;
border-width: 25px 48px 0 48px;
border-color: #d3d3d3 transparent transparent transparent;
}
.arrow-with-border > div {
width: 0;
position: relative;
top: -25px;
left: -47px;
border-style: solid;
border-width: 24px 47px 0 47px;
border-color: #eef1f5 transparent transparent transparent;
}
.section-eco-system-inner__text {
margin-bottom: 110px;
}
.section-eco-system-inner__title {
margin-bottom: 50px;
}
.eco-system-circle {
width: 870px;
height: 870px;
margin: 0 auto;
position: relative;
}
.eco-system-logo {
position: absolute;
display: inline-block;
}
.eco-system-circle__cisco-logo {
top: 50px;
right: 305px;
}
.eco-system-circle__amazon-web-services-logo {
top: 130px;
right: 210px;
}
.eco-system-circle__vm-ware-logo {
top: 240px;
right: 160px;
}
.eco-system-circle__microsoft-azure-logo {
top: 310px;
right: 100px;
}
.eco-system-circle__tenable-logo {
top: 430px;
right: 108px;
}
.eco-system-circle__rapid7-logo {
top: 465px;
right: 90px;
}
.eco-system-circle__puppet-logo {
bottom: 305px;
right: 125px;
}
.eco-system-circle__ansible-logo {
bottom: 230px;
right: 170px;
}
.eco-system-circle__qualys-logo {
bottom: 445px;
right: 143px;
}
.eco-system-circle__cheff-logo {
bottom: 340px;
right: 243px;
}
.eco-system-circle__ca-technologies-logo {
bottom: 175px;
right: 233px;
}
.eco-system-circle__ca-technologies-logo img {
width: 120px;
}
.eco-system-circle__bmc-logo {
bottom: 290px;
right: 310px;
}
.eco-system-circle__service-now-logo {
bottom: 205px;
right: 242px;
}
.eco-system-circle__service-now-logo img{
width:120px}
.eco-system-circle__hp-logo {
bottom: 240px;
right: 300px;
}
.eco-system-circle__splunk-logo {
bottom: 180px;
right: 388px;
}
.eco-system-circle__ibm-logo {
bottom: 257px;
right: 389px;
}
.eco-system-circle__resilient-logo {
bottom: 140px;
right: 389px;
}.eco-system-circle__resilient-logo img{width:100px;}
.eco-system-circle__radar-logo {
bottom: 225px;
right: 383px;
}
.eco-system-circle__hp-data-logo {
bottom: 236px;
right: 500px;
}
.eco-system-circle__hp-data-logo img {
width: 110px;
}
.eco-system-circle__skype-logo {
bottom: 280px;
right: 505px;
}
.eco-system-circle__skype-logo img{width:40px;}
.eco-system-circle__teams-logo {
bottom: 170px;
right: 540px;
}
.eco-system-circle__teams-logo img{width:60px;}
.eco-system-circle__cyber-logo {
bottom: 277px;
left: 147px;
}
.eco-system-circle__cyber-logo img{width:60px;}
.eco-system-circle__ldap-logo {
bottom: 315px;
left: 195px;
}
.eco-system-circle__ldap-logo img{width:60px;}
.eco-system-circle__active-directory-logo {
bottom: 363px;
left: 264px;
}
.eco-system-circle__erp-logo {
bottom: 417px;
left: 213px;
}
.eco-system-circle__crm-logo {
bottom: 398px;
left: 150px;
}
.eco-system-circle__tranding-systems-logo {
bottom: 366px;
left: 90px;
}
.eco-system-circle__huawei-logo {
top: 300px;
left: 235px;
}
.eco-system-circle__huawei-logo {
top: 300px;
left: 235px;
}
.eco-system-circle__blue-coat-logo {
top: 330px;
left: 84px;
}
.eco-system-circle__forinet-logo {
top: 270px;
left: 118px;
}
.eco-system-circle__juniper-logo {
top: 220px;
left: 320px;
}
.eco-system-circle__forcepoint-logo {
top: 160px;
left: 155px;
}
.eco-system-circle__forcepoint-logo img {
width: 110px;
}
.eco-system-circle__blue-coat-logo img {
width: 130px;
}
.eco-system-circle__ansible-logo img {
width: 55px;
}
.eco-system-circle__paloalto-logo {
top: 160px;
left: 280px;
}
.eco-system-circle__check-point-logo {
top: 85px;
left: 225px;
}
.eco-system-circle__f5-logo {
top: 51px;
left: 300px;
}
.eco-system-circle__cisco-2-logo {
top: 220px;
left: 151px;
}
.eco-system-circle__hilstone-logo {
top: 235px;
left: 250px;
}
.eco-system-circle__on-mobile {
display: none;
}
.eco-system-circle__hilstone-logo img {
max-width: 100px;
}
@media (max-width: 991px) {
.eco-system-circle__on-mobile {
display: block;
}
.eco-system-circle__overlay-img {
display: none;
}
.eco-system-circle {
width: auto;
height: auto;
}
.eco-system-logo {
display: none;
}
}
@media (max-width: 575px) {
.section-eco-system-inner__text {
margin-bottom: 50px;
}
.section-eco-system-inner__title {
margin-bottom: 20px;
}
}
.itcs-widget-container-wrap1 {
background-color: #e8e7ec;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.webp);
background-repeat:  no-repeat 0 0;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
}
.itcs-widget-container-wrap1 li:before {
display: none;
}
.itcs-widget-container-wrap .tns-slider {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.header_main {
position: relative;
}
.round-banner-img {
position: absolute;
top: 220px;
right: 20px;
max-width: 240px;
}
@media (max-width: 991px) {
.round-banner-img {
position: relative;
top: inherit;
right: inherit;
margin: 0 auto 20px;
display: block;
}
.header_main.container p {
max-width: 100%;
width: 100%;
}
}
@media (max-width: 767px) {
.round-banner-img {
margin: 0 auto 20px;
}
}
.flex-row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:  wrap;
}
.flex-row:before,
.flex-row:after {
display: none;
}
.list-of-customers-sidebar {
position: relative;
} .ranking-banner{ text-align:center}
.ranking-banner img{  margin-top:20px}
@media (min-width: 800px) {
.ranking-banner img{  margin-top:165px}
}
.resource-filter-sidebar:before {
height: calc(100% + 50px);
}
.list-of-customers-itcs {
z-index: 3;
position: relative;
}
.list-of-customers-itcs .tns-nav {
width: 100%;
}
.sticky {
position: -webkit-sticky;
position: sticky;
top: 90px;
}
.list-of-customers-itcs li:before {
display: none;
}
@media (max-width: 1199px) {
.customer-item .inner {
max-width: 100%;
width: 100%;
}
.customer-category .intro {
padding-right: 0;
}
}
@media (max-width: 991px) {
.list-of-customers-sidebar:before {
display: none;
}
.list-of-customers-itcs .tns-nav {
width: inherit;
}
.custom-text-center-tablet {
text-align: center;
}
}
.separator-line-wrap {
overflow: hidden;
padding: 0 !important;
}
.separator-line {
position: relative;
overflow: hidden;
background-color: #F4F6F9;
height: 26px;
}
.separator-line:before,
.separator-line:after {
position: absolute;
content: '';
width: 70%;
height: 25px;
z-index: 1;
border-top: 1px solid #ced0d2;
background-color: #EDF1F5;
top: 1px;
}
.separator-line:before {
border-right: 2px solid #ced0d2;
right: calc(50% + 23px);
transform:  skew(62deg);
}
.separator-line:after {
border-left: 2px solid #ced0d2;
left: calc(50% + 23px);
transform:  skew(-62deg);
}
.values-big-link {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:  wrap;
justify-content: center;
color:  #464646;
margin-bottom: 30px;
}
.values-big-link a{color:#464646}
.values-big-link a:hover{text-decoration: none;}
.values-big-link:hover,
.values-big-link:focus,
.values-big-link:active {
text-decoration: none;
color:  #464646;
}
.values-item {
flex-basis:  20%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
-ms-align-items: center;
align-items: center;
padding: 0 10px;
}
.values-item-img-wrap {
width: 140px;
height: 140px;
margin-bottom: 15px;
}
.values-item-descr {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
width: 100%;
padding: 0;
}
.values-item-descr span {
text-align: center;
max-width: 200px;
}
@media (max-width: 991px) {
.values-big-link {
margin-bottom: 40px;
}
.values-item {
margin-bottom: 20px;
flex-basis:  33.3333%;
}
}
@media (max-width: 767px) {
.values-big-link {
margin-bottom: 40px;
}
.values-item {
margin-bottom: 30px;
flex-basis:  50%;
}
}
@media (max-width: 575px) {
.values-big-link {
margin-bottom: 40px;
}
.values-item {
margin-bottom: 30px;
flex-basis:  100%;
}
}
li.footer_menu_header {
list-style: none;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
font-size: 18px;
color: #ffffff;
}
.footer-text > div, .footer-text > img, .footer-text > ul{display:inline-block; vertical-align: middle;}
.footer_social_icons{display:inline-block; margin:0;     padding-top: 15px;padding-left: 23px;}
.footer_social_icons img{display:block; width:35px !important; height: 35px !important}
.footer_social_icons  a{display:block; width:35px !important; height:35px !important}
.footer_social_icons li{padding:0}
.copyright{padding-top:57px;}
.partner-container{
display: inline-block;
width: 400px;
max-width: 100%;
border: 1px solid #ddd;
background: #fff;
border-radius: 5px;
padding: 15px 12px 10px 12px;
}
.partner-container label{
position: relative;
font-size: 13px;
font-weight: normal;
width:105px;
float: right;
cursor: pointer;
}
.map-container{
width: 60%;
display: inline-block;
vertical-align: top;
float: right;
position: sticky;
top:90px;
}
#locate-partner .under-header{padding-bottom:0;}
.partner-container label span {
width: 38px;
border-radius: 8px;
height: 17px;
position: relative;
margin: 0;
background: #44ade2;
content: ' ';
position: absolute;
right: 0;
top: 2px;   
border:1px solid #44ade2; 
}
.partner-container label [type=checkbox]{
visibility: hidden;
}
.partner-container label span:after {
content: ' ';
width: 15px;
border-radius: 7px;
height: 15px;
border: 1px solid #44ade2;
position: absolute;
right: 0px;
top: 0px;
background: #fff;
}
.partner-container label input:checked + span{
background: #fff;
border:1px solid #44ade2; 
}
.partner-container label input:checked + span:after{
right:unset;
top:0px;
left:0px;
background: #44ade2;
border:1px solid #fff;
}
.inner-page section .ajax-container h2{color:#000;font-size:26px; font-weight: 600;}
.partner-info h3{
color: #6d6d6d;
font-size: 19px;
}
.btn-viewdetail{
font-size: 14px;
color: #44ade2;
font-weight: 400;
width: 130px;
padding: 4px 0;
border-radius: 18px;
box-shadow: none;
border: 1px solid #44ade2;
background: none;
text-shadow: none;
}
.btn-viewdetail:hover, .btn-viewdetail:focus{
background: #44ade2; 
color:#fff;
outline: none;
}
section.no-map .partner-container{
width:100%; display:block;
}
.partner-container label i{font-style: normal;}
section.no-map .map-container,section.no-map .partner-map-btn{
display:none;
}
section.partner-section .partner-title img{display:none;}
section.partner-section.no-map .partner-title img{display:block; max-width:130px;}
section.no-map .partner-item .partner-info > div {
display: inline-block;
vertical-align: top;
}
section.no-map .partner-item .partner-info .partner-title {width:35%}
section.no-map .partner-item .partner-info .partner-contact {width:40%}
section.no-map .partner-item .partner-info .partner-icons {width:24%; text-align: left; padding-left:25px;}
section.no-map .partner-icons .icons div{margin-right:5px;}
.partner-contact p{
margin-bottom: 3px;
font-size: 16px;
}
.partner-contact a{color:#44ade2}
.partner-icons .icons div{width:30px; display: inline-block; position: relative; cursor: pointer;}
.partner-icons .icons img{width:35px; display:inline-block;}
.partner-icons .icons span {
position: absolute;
border: 1px solid #6d6d6d;
text-align: center;
border-radius: 3px;
font-size: 12px;
padding: 2px 15px;
color: #6d6d6d;
min-width: 155px;
left: -60px;
top: 30px;
display: none;
}
.partner-icons .icons div:hover span{ display: block }
.partner-icons .icons .level-icon img{width:30px;}
.partner-icons .icons .type-icon img{width:25px;}
.partner-icons .icons span i {
position: absolute;
top: -13px;
left: calc(50% - 10px);
font-size: 18px;
}
.partner-contact{display: none;}
.partner-icons{
margin-top: 40px;
margin-bottom: 0px;    
}
.partner-icons .icons{display: inline-block; margin-bottom:10px;}
.partner-map-btn{display: inline-block; float: right;}
section.no-map .partner-icons{text-align: center; margin: 0;;}
.partner-container .no-map{padding:15px 12px 10px 12px}
img.filter-loading {
width: 20px;
position: relative;
left: -40px;
display: none;
top:-1px;
}
.ui-widget.ui-widget-content{z-index:2000}
.ui-menu .ui-menu-item{list-style-image: none !important;}
.ui-state-active{background: #44ade2 !important; color:#fff !important; border:1px solid #44ade2 !important}
.partner-area .navigation{text-align:center;}
.partner-area .navigation ul{padding:0; margin:0}
.partner-area .navigation li{padding:0; margin:0; display:inline-block;}
.partner-area .navigation li:before{display: none}
.partner-area .navigation li a{display: block;    list-style: none;padding: 10px;}
.partner-area .navigation li strong{font-weight:400; padding:10px}
.social-subscribers{text-align: left; margin-top:50px;}
.social-subscribers div{display: inline-block; vertical-align: middle !important; margin-right:10px;}
.partner-page .breadcrumbs{display: none;}
.why-partners{
margin-top: 50px;
text-align: center;
margin-bottom: 20px;
}
.why-partners .partner-icon{margin-bottom:15px;}
.why-partners .partner-icon img{height:100px; max-width:100%;}
.why-partners .partner-text {
padding: 0px 8px;
}
.partner-levels-section .level-text{padding: 50px; line-height: 24px; padding-top:0;}
.partner-levels-section .partner-levels{text-align: center;}
.partner-levels-section .partner-levels .col-md-3{padding:0 8px;float:none;display:inline-block;}
.partner-levels-section .partner-levels .col-md-3 > div{          border: 3px solid;
margin: 0;
padding: 15px 20px;
border-radius: 15px;}
.partner-levels-section .partner-levels .partner-text{    padding: 10px;
font-size: 20px;
}
.partner-levels-section .partner-levels .partner-icon{ margin-top:10px;}
.partner-levels-section .partner-levels .partner-icon img {width: 90px;}
.level-read-more{margin-top:60px;}
.level-read-more a{    background: #44ade2;
border-color: #44ade2;
padding: 10px 35px;}
.partner-page .testimonials{padding:0;}
.partner-page .testimonial{padding-top:130px;}
#careers.careers-page-new .slick-slide{min-height:355px; background-size:cover;  display: flex;
align-items: center;
justify-content: center; }
@media (min-width: 1200px){
#partner-page .container-fluid.testimonials_wrapper .testimonial,#partner-page .container-fluid.testimonials_wrapper{min-height: 700px;}
#careers.careers-page-new .slick-slide{
}
}
#careers.careers-page-new .slide{padding:0px 20px 80px 80px;}
#careers.careers-page-new .slide-content{padding:30px 0;}
.partner-page .container.testimonials_preview_wrap.text-center {z-index:1}
.partner-page .testimonials .testimonials_preview_wrap li:before{display:none;}
.partner-page section.testimonials{margin-bottom:100px;}
.star-partners .badges{ text-align:center; margin-top:50px; }
.star-partners .badges > div{float:none; display: inline-block;}
.star-partners .badges .partner-icon{}
.star-partners .badges .partner-icon img{width: 100%;
height: 100%;
border: 2px solid #44ade2;
border-radius: 10px;}
#watch_in_action .product-page-links a{    display: inline;
width: auto;
padding: 0 20px;
height: auto;
border-right:2px solid #fff;
}
#watch_in_action .product-page-links a:last-of-type{    
border-right: none;
}
#partner-page header h1{text-transform: uppercase; width:100%;}
.videoWrapper.blog{height:unset; padding-bottom:unset}
#floating-linkedin-widget{
position: fixed;
top: calc(50% - 25px);
right: -10px;
z-index: 10000;
}
.linkedin-follow svg.logo{width:28px; height:28px;}
.linkedin-follow svg.logo .fill-white{fill:white}
.linkedin-follow a svg, .linkedin-follow a span{
display: inline-block;
vertical-align: middle;
font-size: 12px;
height: 28px;
margin-left: -2px;
line-height: 28px;
}
.linkedin-follow img{    width: 28px;}
.linkedin-follow a{display: block; font-size:0;}
.linkedin-follow span{    border: 0.52px solid #fff;
padding: 0 15px;
margin-left: -11px;
color: #fff;
}
#open-positions .filter-area button{
position: absolute;
right: 70px;
bottom: 12px;
background: rgba(184, 193, 203,.5);
padding: 3px 7px;
box-shadow: none;
font-size: 16px;
border-radius: 4px;
}
#open-positions  p.position-found {
color: #6d6d6d;
font-size: 14px;
padding-top: 30px;
display: block;
clear: both;
}
#open-positions  .under-header{padding:0;}
#open-positions  section.positions{padding:65px 0}
#open-positions  .positions .arrow-with-border{
position: absolute;
top: -1px;
left: 50%;
transform: translate(-50%, 0);
border-color: #e3e5e8 transparent transparent transparent;
}
#open-positions  .positions .arrow-with-border > div{top:-26px; border-color: #f4f6f9 transparent transparent transparent;}
#open-positions  .positions{border-top:2px solid #e3e5e9}
#open-positions section.filter{padding-bottom:35px;}
#open-positions .position-box{ 
padding: 25px;
background: #f4f6f9;
border: 2px solid #d7d8db;
box-shadow: 0px 2px 7px #c3c3c3;
margin-bottom:30px;
}
#open-positions .position-box p.title a{ margin-bottom:15px; height:40px; color:#a6ce39; display:block;}
#open-positions .position-box p.title a:hover{text-decoration: none;}
#open-positions .position-box p.description{ font-size:14px; height:80px; overflow: hidden;}
#open-positions .position-box p.read-more-btn{margin:20px 0 0 0;}
#open-positions .position-box p.read-more-btn a.btn{    padding: 10px 16px;background: #a6ce39;color: #fff;}
#open-positions .position-box.HR p.title a{ color:#f36d36 }
#open-positions .position-box.HR p.read-more-btn a{ background:#f36d36 }
#open-positions .position-box.Marketing p.title a{ color:#a6ce39}
#open-positions .position-box.Marketing p.read-more-btn a{ background: #a6ce39}
#open-positions .position-box.Product p.title a{ color: #e2ae10}
#open-positions .position-box.Product p.read-more-btn a{ background: #e2ae10}
#open-positions .position-box.Sales p.title a{ color : #11bde6}
#open-positions .position-box.Sales p.read-more-btn a{ background: #11bde6}
#open-positions .position-box.RD p.title a{ color: #426290 }
#open-positions .position-box.RD p.read-more-btn a{ background: #426290}
#open-positions .position-box.Professional p.title a{ color: #6255a4}
#open-positions .position-box.Professional p.read-more-btn a { background: #6255a4}
#open-positions .partner-area{border-top:0;}
#position-inner-page  .header_main h1{padding-top:64px;}
#position-inner-page .breadcrumbs{padding-top:65px; line-height:30px;}
#position-inner-page .inner-page .left-separator.under-header{display:none}
#position-inner-page .arrow-with-border{display:none}
#position-inner-page .positions{padding-top:50px;}
#position-inner-page .job-description p{padding-bottom:0px;}
#position-inner-page header{background:url(//www.algosec.com/wp-content/themes/algosec/images/careers-banner01.jpg) no-repeat;  background-size:cover !important}
#position-inner-page .position-form > p{
font-size: 18px;
color: #337ab7;
margin-top: 50px;
padding-bottom: 0;
}
.positions .social-media-icon{float:right; position: sticky; top:100px;}
.positions .job-detail{float:left;}
.positions  .container .col-sm-6{padding-left:15px; padding-right:15px;;}
@media (max-width: 767px) {
#position-inner-page .positions{ padding-top:30px;}
.positions .social-media-icon > p, .positions .social-media-icon > div{display:inline-block; vertical-align: middle;}
.positions .social-media-icon > p{margin-right:15px;}
.positions .job-detail{display:block; float:none;}
.positions .careers-share-buttons{position:unset}
#open-positions .positions .careers-share-buttons a, #position-inner-page .positions .careers-share-buttons a{
display: inline-block;
vertical-align: top;
margin-right: 5px;
margin-bottom:0;
}
#open-positions section.filter .filter.first{padding-left:0}
#open-positions section.filter input{width:100%}
#open-positions .filter-area button{right:10px;}
.page-template-page-landing-php .embed-responsive-item{position: unset; height:166px;}
}
@media (max-width: 1200px) {
#open-positions.inner-page .header_main h1{text-align:center;}
}
@media (max-width: 991px) {
#partner-page .testimonials_wrap,#partner-page .testimonials_wrapper, #partner-page .testimonials_wrapper  .testimonial{min-height: unset;}
#partner-page .testimonials_wrapper .item-to-animate{padding:30px 100px;}
#partner-page .testimonials .arrow-left, #partner-page  .testimonials .arrow-right{padding:95px 15px}
#partner-page .testimonials_preview_wrap.text-center{bottom:-100px}
#open-positions.inner-page .header_main h1{padding-top:55px}
#open-positions .careers-share-buttons{top:80px;}
#open-positions.locate-partner-page section.filter .filter-area{margin-top:20px;}
#open-positions.locate-partner-page section.filter .select{width:100%}
#open-positions.locate-partner-page section.filter input{width:100%}
#open-positions .filter-area button{right:15px;}
#open-positions.locate-partner-page section.filter select{    background-size: 28px 30px;background-position: 98% center;}
#open-positions .positions .careers-share-buttons{position: unset; text-align:center;}
.positions .social-media-icon{}
.positions .social-media-icon p{text-align:center;}
#open-positions .positions .careers-share-buttons a{margin:15px 10px 50px 10px; vertical-align: top; display: inline-block;}
.positions .social-media-icon{position:unset;display: block; float:none; text-align:center;}
.products-page .sidebar-inner{max-width:100%}
.products-languages-page.products-page.page-rtl section.suite p.suite-subtitle{width:100%; padding:0; margin:0; text-align: right; direction: rtl}
}
@media (max-width: 500px) {
#open-positions.inner-page .header_main h1{padding-top:100px}
#open-positions .filter-area button{right:8px;}    #open-positions.locate-partner-page section.filter select{ background-size:20px 20px;}
#open-positions.inner-page .header_main .breadcrumbs{display:none;}
#partner-page .testimonials_wrapper .item-to-animate{padding:30px 0}
#partner-page .testimonials .arrow-left,#partner-page  .testimonials .arrow-right{bottom:-100px; top:unset;}
}
#open-positions.inner-page .breadcrumbs{text-align:right;}
.comeet-iframe{width:auto !important}
#home #sanofi1{background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_002.webp);}
#home #sanofi2{background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_002a.webp);}
#home #sanofi3{background-image: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_002b.webp)}
#careers section.down-arrow{padding-bottom:20px;}
.intro .btn-primary{background:#42ade2;    margin: 50px auto;color: #fff !important;width: 160px;    height: 45px;
line-height: 45px;
border-radius: 23px;
display: inline-block;
text-align: center;
padding:0; border:none; transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
margin: 40px auto 0 auto;
display: block;    
cursor: pointer;}
.intro .btn-primary:hover{
background:#39668d;
transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s
}
.alignnone,iframe{max-width:100%} #customers.inner-page header{background:none; height:auto !important; padding-bottom:0;}
#customers .separator:before, #customers .separator:after{border-color:#f4f6f9; }
#customers footer .separator:before, #customers footer .separator:after{border-bottom-color:unset; }
#customers .separator:before{border-right-color:transparent}
#customers .separator:after{border-left-color:transparent}
#customers section.filter{padding:0px 20px 38px 20px}
section.filter .filter-heading{color: #56b4e4;margin-bottom: 15px;font-size: 22px; }
#customers .slick-slide {height:100%;}
#customers .slick-dots li button, #customers .slick-dots li{width: 10px !important;height: 10px !important;}
#customers .slick-dots {bottom: 30px !important;}
#customers .slide-content{text-align:left; }
#customers .slide-content .btn{padding: 12px 20px;
bottom: 70px;
font-size: 1em;
min-width: unset;}
#customers .slide-sub-title{    font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 30px !important;
padding-bottom: 0;
min-height: 100px;
line-height: 35px;
max-width:900px; text-align: left; color:#fff;
padding-top:0;
}
#customers .case-study{padding-top:50px;}
#customers .case-study .row{margin-left:-30px;}
.case-study-item {background:#fff; margin-left:10px; margin-right:10px; position: relative; overflow: hidden;}
.case-study-item.hover .description-hover{top:0; transition: top 0.3s}
.case-study-item .img img{width:100%}
.case-study-item .logo{    text-align: center;
padding: 15px 0;
height: 110px;
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: center;}
.case-study-item .logo img{max-height:100%; max-width: 100%}
.case-study-item .filter-name{text-align: center; padding-bottom: 21px; color: #56b4e4;}
.case-study-item .description-hover{ background: rgba(68, 173, 226,0.9); color:#fff; padding:25px; text-align:center; position: absolute; top:101%; left:0; right:0; bottom:0; transition: top 0.3s; height:100% }
.case-study-item .description-hover .company_name{font-size:28px;}
.case-study-item .description-hover .text{ font-size:16px; margin-bottom:20px; line-height:24px; height:150px; overflow: hidden;}
.case-study-item .description-hover .name{height:25px;}
.case-study-item .description-hover .job{height:25px;}
.case-study-item .description-hover .buttons{    margin-top:35px;  }
.case-study-item .description-hover .buttons .btn{padding:10px 15px; margin-right:10px;}
.case-study-item .description-hover .buttons .btn{background:#fff;color:#56b4e4}
.case-study-item .img {height: 225px; overflow: hidden;}
.modal-close-button{    position: absolute;right: -12px;top: -12px; cursor:pointer}
.col-md-4.casestudy-column {margin-bottom:50px;}
.navigation-wrapper{text-align:center}
.navigation-wrapper ul{}
.navigation-wrapper ul li{display:inline-block; list-style:none;padding:0;}
.navigation-wrapper.casestudy-navigation li:before{display:none}
.navigation-wrapper ul li a,.navigation-wrapper ul li strong{padding:0 15px;}
.navigation-wrapper ul li a span{font-size: 20px; display: inline-block; margin-left:1px; margin-right:1px;}
#customers section.filter select,#list-of-customers section.filter select{max-width: 100%; width:400px;}
#customers .container .col-sm-6, #customers .container .col-sm-12{padding-left:15px; padding-right:15px;}
#list-of-customers .container .col-sm-6, #list-of-customers .container .col-sm-12{padding-left:15px; padding-right:15px;}
#customers .lightbox-close-button {    top: 5px;right: 14px;color: #fff;font-size: 24px; cursor: pointer;}
.no-customer-found{padding-top:10px; clear:both;}
.customer-slick-slider .slick-track.slick-track {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.customer-slick-slider .arrow {
position: absolute;
cursor: pointer;
padding: 5px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
}
.customer-slick-slider .arrow i {
font-size: 50px;
color: rgba(255, 255, 255, .38);
color: rgba(0, 0, 0, 0.38);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.customer-slick-slider .arrow:hover i {
color: #fff;
color: rgba(0, 0, 0, .48);
}
.customer-slick-slider .arrow-next {
right: -60px;
}
.customer-slick-slider .arrow-prev {
left: -60px;
}
@media(max-width:991px) {
.customer-slick-slider .arrow-next {
right: 0px;
}
.customer-slick-slider .arrow-prev {
left: 0px;
}
}
.customer-image {
text-align: center
}
.customer-image a{    padding: 0 40px;
height: 190px;
display: flex;
align-items: center;}
.customer-image img {
max-width: 100%;
margin: 0 auto;
width:100px;
}
@media (min-width: 920px) {
.customer-slick-slider .customer-image{
margin:0;
}
}
#customers-reviews .customer-slick-slider .slick-slide{height:190px;}
#customers-reviews .customer-image.item-to-fadeup{display:flex; align-items: center}
#customers-reviews .customer-image.item-to-fadeup.active{background:#fff}
.im-arrow_left:before,.im-arrow_right:before{
content: '';
width: 50px;
height: 60px;
display: block;
opacity: 0.6;
}
.im-arrow_left:before {
background: url(//www.algosec.com/wp-content/themes/algosec/images/cerasouel_left_arrow_gray.png) no-repeat;
background-position: right;
}
.im-arrow_right:before {
background: url(//www.algosec.com/wp-content/themes/algosec/images/cerasouel_right_arrow_gray.png) no-repeat;
}
.customer-attributes{padding-top:40px;}
.customer-attributes .logo{margin-bottom:50px;padding-right:20px;}
.customer-attributes .logo img{max-width:100%}
.customer-attributes .attr-name{margin-top:40px;    color: #44ade2;text-transform: uppercase;}
.customer-attributes .attr-value{}
.customer-attributes .attr-value a{color:#333}
#customers-reviews .customer-description{padding-top:40px; padding-left:100px;}
#customers-reviews .customer-description h1{font-size: 26px;margin-bottom: 30px;color: #44ade2;line-height: 34px;}
#customers-reviews .quote{background: url(//www.algosec.com/wp-content/themes/algosec/images/quote_sign.png) no-repeat;padding-left: 36px;color: #44ade2;margin-bottom: 50px;font-size: 16px;background-size: 16px;    }
#customers-reviews .description-text{margin-bottom:0px}
#customers-reviews .description-text h2{margin-bottom:10px;}
#customers-reviews .video{text-align:center; margin-bottom:50px;}
#customers-reviews #video{height:50px;}
#customers-reviews .video iframe{margin-bottom:50px;}
.customer-slider-containter{top:-25px;position: relative;}
.customer-slider > div{display: inline-block;padding-top:50px;}
.customer-slider > .slick-list{display:block; padding-top:0;}
.customer-slider .slick-track{margin:0 auto;}
#customers-reviews  .filter .separator:before{width:25%;}
#customers-reviews  .filter .separator:after{width:75%;}
#customers-reviews .slick-list{z-index:236}
#customers-reviews section.filter{padding: 0;height: 140px;}
#customers-reviews .customer-slick-slider{display:flex}
#customers-reviews  .header_main p{font-size:40px !important; padding-top:80px;}
#customers-reviews  .sharing-buttons{margin-top:7px;}
#customers-reviews .slick-slide{height:141px; display:flex; align-items:center; justify-content: center; padding:0 20px;}
#customers-reviews .slick-slide.active{background:#fff}
#customers-reviews .slick-slide a{display:block; text-align: center;}
#customers-reviews .slick-slide img{display:inline-block; max-width:100%}
#customers-reviews .filter .container{padding:0 50px; position:relative; top:0;}
#customers-reviews .slick-arrow{position: absolute; top:calc(50% - 30px); cursor: pointer;}
#customers-reviews .arrow-prev{left:-65px}
#customers-reviews .arrow-next{right:-65px}
#customers .case-study-modal .inner{ background:#44ade2; color:#fff; padding-top:30px; padding-bottom:30px;}
#customers #customerModal  .modal-dialog{width:700px;}
#customers .case-study-modal .inner p,#customers .case-study-modal .inner label, #customers .case-study-modal .inner h2{color:#fff !important}
#customers .case-study-modal .inner h2{margin-bottom:20px;}
#customers .marketo_embedded_form .mktoForm .mktoField{    box-shadow: none !important;height: 40px !important;border-radius: 3px !important;border: none !important; outline:none;}
#customers .marketo_embedded_form .mktoForm textarea.mktoField{height:auto !important;}
#customers .marketo_embedded_form .mktoForm .mktoCheckboxList label{margin-top:-5px;}
#customers .marketo_embedded_form .mktoForm .marketoButton{border:1px solid #fff !important; outline: none;}
#customers .marketo_embedded_form .mktoForm .marketoButton:hover{background-color:#44ade2 !important}
#list-of-customers .customer-category .intro{padding-right:0}
#list-of-customers .white-link{    padding: 3px 15px;
background: #fff;
border-radius: 16px;
font-size: 14px;}
#list-of-customers .filter{padding-top:30px;}
#list-of-customers .white-link,#list-of-customers .play-button{display:inline-block; margin:0 10px; line-height:20px;color:#337ab7;}
.post-type-customer #filter_by_industry{display:none;}
#customers .banner-slider .slide {padding-bottom:65px; padding-top:35px; display:flex; align-items: center;} @media (min-width:991px){
#customers-reviews .slick-slide{padding:0 50px;}
}
@media (max-width:991px){
#customers-reviews .customer-description{padding-left:25px}
.customer-image a{padding:0;}
}
@media (max-width:1024px){
#list-of-customers header{min-height:330px;}
}
@media (max-width: 575px) {
#customers .case-study{padding:50px 15px;}
.case-study-item .description-hover{padding:25px 15px;}
}
@media (max-width:1200px){
#list-of-customers .breadcrumbs{display:none;}
#list-of-customers .header_main p{padding-bottom:0}
}
.favourite_categories{
}
.favourite_categories{
display: flex;
justify-content: center;
}
.favourite_categories > div{
margin:10px; text-align: center; width:165px;
}
.favourite_categories label{cursor: pointer;}
.favourite_categories label span{     
color: #8e9293;
display: block;
font-size: 16px;
font-weight: 400;
}
.favourite_categories label input{
position: absolute;
left:-9999px;
opacity: 0
}
.favourite_categories label input:checked + div span, .favourite_categories label:hover span{ color:#56b4e4;}
.favourite_categories label input:checked + div .hover-img,.favourite_categories label:hover .hover-img{display:inline}
.favourite_categories label input:checked + div .default-img,.favourite_categories label:hover .default-img{display:none}
.favourite_categories label .hover-img{display:none}
.favourite_categories label input:checked .hover-img{display:inline}
.favourite_categories label input:checked .default-img{display:none}
.favourite_categories img{width:110px; margin-bottom:5px;}
.new-separator{overflow: hidden; padding:0 !important}
.new-separator .separator-arrow{padding:0 !important; height:50px; background: none; position: relative; z-index: 5;border-top: 1px solid #d6d9dc; overflow: hidden;}
.new-separator:before{
width: 40px;
height: 30px;
content: '';
position: absolute;
top: -18px;
left: 21%;
border: 1px solid #d6d9dc;
transform: skew(-60deg, 30deg);
background: #f4f6f9;
z-index: 6;
} #resources .list-of-customers-sidebar:before{top:0;}
.resources-wrapper{margin-top:-50px;}
.resources-wrapper .ajax-container{padding-left:10px;}
.resources-list{padding-top:40px;}
.resource-filter-sidebar .customer-attributes{padding-top:10px;}
#resources .sidebar-heading{
color: #56b4e4;
margin-bottom: 12px; margin-top:30px;
font-size: 22px;}
.resource-filter-sidebar label{
display: flex;
font-size: 14px;
font-weight: 400;    
margin-bottom: 10px;    
}
.resource-filter-sidebar label input {
height: 16px;
margin: 6px 8px 0px 0;
width:auto;
}
.resource-filter-sidebar .glyphicon-search{
position: absolute;
top: 18px;
right: 8px;    
}
.resource-filter-sidebar .glyphicon-search:before{color:#ccc}
.resource-filter-sidebar span.count-cat {
color: #56b4e4;
display: inline-block;
margin-left: 0px;
font-size: 14px;
margin-top: 2px;
}
.podcast-data{display:none;}
#podcastModal .lightbox-close-button{color:#fff}
@media (max-width: 1120px){
#resources.inner-page .header_main.container h1{
text-align: left;
padding-top: 25px;
padding-bottom: 10px;
}
}
@media (max-width: 991px) {
.resources-page section.filter{display: none;}
.new-separator{display: none;}
.resources-page section.under-header{display:none;}
}
@media (max-width: 768px){
#resources .sidebar-filter-heading{ padding: 10px 15px; border-radius: 5px;     background: #e4e7ec; margin:5px 0 15px 0; position: relative;}
#resources .sidebar-filter-heading:after{   
content: "\e252";    
position: absolute;
right: 15px;
top: 16px;
font-family: "Glyphicons Halflings";
color: #ccd4dc;
font-size: 16px;}
.resources-page input.search-by-name{margin-bottom:15px;}
#resources .sidebar-filter-wrapper{padding:5px 0px 10px 8px; }
}
@media (max-width: 767px){
#resources.inner-page .header_main.container h1{padding-top:70px;}
.search-by-name{width:100% !important;}
.resources-wrapper .ajax-container,.resources-wrapper .ajax-container .item-to-animate{padding:0;}
.resource-item .image-container{width:100% !important}
.resources-list{width:100%; clear:both;}
.pinned-webinar-wrapper{padding-top:50px !important;}
.pinned-webinar .title p{text-align:center}
}
.our_values{padding:50px 0 !important;}
.page-rtl{direction: rtl; text-align:right}
.page-rtl .with_rightbar_wysiwyg{direction:ltr}
.page-rtl .marketo_embedded_form .mktoForm .mktoFieldWrap{text-align:right}
body.page-rtl .marketo_embedded_form .mktoForm input, body.page-rtl .marketo_embedded_form .mktoForm select {
text-align: right;
direction: rtl;
}
body.page-rtl .marketo_embedded_form select.mktoField:not([multiple]){background-position:2% center}
body.page-rtl .mktoField[type=checkbox]+label:before{left:unset; top:25px; right:0}
body.page-rtl .mktoField[type=checkbox]+label{margin-right:35px; margin-top:15px;}
.algosummit-center{display: flex;
flex-wrap: wrap;
justify-content: center;
} #template-podcast section{padding-bottom:80px;}
#template-podcast section.left-separator,#template-podcast section.right-separator{padding-bottom: 50px;;}
#template-podcast .separator:before, #template-podcast .separator:after{border-bottom:25px solid #eef1f5;}
#template-podcast .separator-white .separator:before, #template-podcast .separator-white .separator:after{border-bottom:25px solid #fff;}
#template-podcast .separator-bottom .separator:before{border-right:48px solid #fff; border-bottom-color: transparent;}
#template-podcast .separator-bottom .separator:after{border-left:48px solid #fff; border-bottom-color: transparent;}
.contact_us .separator:before,.contact_us .separator:after{top:-25px;}
#template-podcast .separator-bottom{margin-bottom:-74px}
#template-podcast .separator-white{background: #fff;}
#template-podcast .introduction{ line-height:35px;}
#template-podcast .introduction h2{text-align: center; margin-bottom:30px;}
#template-podcast .boxes-container{background: #fff; padding-bottom:100px;}
#template-podcast .boxes{    display: flex;justify-content: center;}
#template-podcast .box{width: auto;max-width: 375px;}
#template-podcast .box-image{text-align: center;}
#template-podcast .box img{max-width:100%; border-radius: 15px 15px 0 0; max-height: 350px;}
#template-podcast .box .box-title{    font-size: 24px;
text-align: center;
font-weight: 100;
padding-bottom: 15px;
height: 50px;
line-height: 1;}
#template-podcast .box .box-text{line-height: 24px;
height: 100px; overflow: hidden;
margin-bottom: 30px; font-weight: 100;}
#template-podcast .box-description{background: #4fb6e3; padding:20px 15px;color:#fff}
#template-podcast .box .box-link{text-align: center; height:50px;}
#template-podcast .box a{    padding-top: 15px;
text-transform: uppercase;
width: 200px; display: inline-block;
padding-bottom: 15px;}
#template-podcast .follow-us{background: #fff;}
#template-podcast .features h2{font-weight: 100;
height: 70px;
line-height: 1;}
#template-podcast .features ul{padding:0}
#template-podcast .features li{
list-style: none; background: url(//www.algosec.com/wp-content/themes/algosec/images/arrow-right.png) top 9px left no-repeat;
background-size: 6px;
padding-left: 15px;
margin-bottom: 5px;    
}
#template-podcast .features li:before{display:none;}
#template-podcast .follow-us-title{text-align: center; margin-bottom:25px}
#template-podcast .follow-us-text{line-height: 30px;;}
#template-podcast .follow-us-link{padding-top:20px}
#template-podcast .follow-us-link a{width:200px; background-color:#44ade2; color:#fff; border:none; font-size: 18px; transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;}
#template-podcast .follow-us-link a:hover{background-color:#39668d ;}
@media (max-width:992px){
#template-podcast .features h2 {
font-weight: 100;
height: unset;
line-height: auto;
margin-bottom: 20px;
}
.features .row > div{margin-bottom:50px;}    
#template-podcast .boxes{display: block;}
#template-podcast .box{max-width: unset; margin-bottom:50px;}
#template-podcast .box img {
max-width: unset;
border-radius: 15px 15px 0 0;
max-height: unset;
width: 100%;
}    
#template-podcast .separator-bottom{    margin-bottom: -73px;}
#template-podcast .separator:before, #template-podcast .separator:after {
top: -24px;
}    
} .banner-related-link{
margin-top: 55px;
background: rgba(55, 136, 170, .8);
padding: 20px;
border-top: 5px solid #d4ecf7;
box-shadow: 0px 0px 15px rgba(21, 71, 93, 0.8);
}
.banner-related-link p{
color: #fff;
font-size: 28px;
margin-bottom: 30px;    
}
.banner-related-link ul{}
.banner-related-link li{ 
list-style: none;
background: url(//www.algosec.com/wp-content/themes/algosec/images/list_arrow_white.png) top 7px left no-repeat;
margin-bottom: 25px;
padding-left: 20px;
text-align: left;
background-size: 6px;
}
.banner-related-link ul li a{ color: #fff;} .flip-box {
background-color: transparent;
width: 240px;
height: 240px;
perspective: 1000px; 
position: absolute;
top: 220px;
right: 20px;  
}
.flip-box-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-box.hover .flip-box-inner {
transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
-webkit-perspective: 0;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
visibility: visible;
backface-visibility: hidden;  
}
.flip-box-front {
color: black;
}
.flip-box-back {
transform: rotateY(180deg);
}
.flip-box .round-banner-img{position: initial;}
@media (max-width: 991px){
.flip-box{
position: relative;
margin:0 auto;
top:0;
left:0;
}
} .webinars-new .left-separator.under-header{background-color: #005288; margin-top:-2px; top:1px;}
.webinars-new .resource-filter-sidebar{padding-top:40px;}
.webinars-new .sidebar-filter-heading{    color: #56b4e4;font-weight: 500;font-size: 18px; margin-bottom:20px;}
.webinars-new .separator:before, .webinars-new .separator:after{border-bottom-color:#005288}
.pinned-webinar-wrapper{background:#005288; padding-top:50px; padding-bottom:50px;}
.pinned-webinar .speaker-info{margin-bottom:20px;}
.pinned-webinar .speaker-info img{max-width:100%; width:180px;}
.pinned-webinar .img{width:180px; height:200px;  display:inline-block;}
.pinned-webinar .speaker-name{color:#10aad4; font-weight: 600; margin-bottom:5px;}
.pinned-webinar .speaker-position{color:#fff; font-size:14px; margin-bottom:70px; font-weight: 600;}
.pinned-webinar .title{color:#fff}
.pinned-webinar .title p{margin-bottom:3px; line-height: 25px; font-weight: 600;}
.pinned-webinar .request-btn a{color: #fff;
border: 2px solid #fff;
padding: 10px 15px; font-size: 14px; font-weight: 600;
width: 140px; outline:none;}
.pinned-webinar .request-btn a:active{outline:none;}
.pinned-webinar .demo-btn a{background:#a7cb45; border-color:#a7cb45}
.pinned-webinar .webinar-date{color:#a7cb45; font-size:14px; margin-bottom:0; font-weight: bold;}
.pinned-webinar .webinar-time{color:#10aad4; font-size:14px; font-weight: bold;}
.pinned-webinar .slick-slide{height:auto; outline:none;}
.pinned_webinar_slider > div{display:none}
.pinned_webinar_slider > div:nth-child(1){display:block}
.pinned_webinar_slider > div:nth-child(2){display:block}
body .pinned_webinar_slider .slick-next{display:block !important;}
.pinned_webinar_slider .slick-prev, .pinned_webinar_slider .slick-next{box-shadow:none; }
.pinned_webinar_slider .slick-prev:before, .pinned_webinar_slider .slick-next:before{
color:#54b3e4; font-size:40px;
}
.webinars-new .under-pinned-webinars .separator:before, .webinars-new .under-pinned-webinars .separator:after{
border-bottom-color:#eef1f5
}
.resources-page section.under-pinned-webinars{background:transparent; padding:0}
.webinars-new #algosec_footer .separator:before, .webinars-new #algosec_footer .separator:after{border-bottom-color:#eef1f5}
.webinar-wrapper{padding-top:80px;background: #005288; display:flex;}
.webinar-wrapper .webinar-detail{padding-right:50px;    display: flex;flex-direction: column;justify-content: space-between;}
.webinar-wrapper .speaker-detail{border-left:1px solid #fff; }
.inner-page .header_main .webinar-wrapper h1{    padding-top: 0;
font-size: 24px !important;
font-weight: bold;
line-height: 35px;
letter-spacing: 1px;
font-family: sans-serif;
margin-bottom:50px;}
.webinar-date-icon-wrapper{margin-bottom:20px;}
#webinar.webinar-inner-page header{background: #005288;}
.webinar-wrapper .webinar-detail .webinar-date{color: #a7cb45;font-size: 14px;font-weight: bold; display:inline-block; margin-right:50px;}
.webinar-wrapper .webinar-detail .webinar-social-icons{display:inline-block;}
.webinar-wrapper .webinar-detail .webinar-social-icons a{color:#81a9c3; margin-right:10px;}
.webinar-wrapper .speaker-detail{padding-left:100px;}
.webinar-wrapper .speaker-detail img{width:190px; margin-bottom:20px;}
.webinar-wrapper .speaker-detail .speaker-name{color:#10aad4;font-size:14px; margin-bottom:5px;font-weight: 600;}
.webinar-wrapper .speaker-detail .speaker-title{color:#fff;font-size:14px; font-weight: 600;;}
.webinar-video{padding:0 0 50px 0 !important; }
.separator-under-banner .separator:before, .separator-under-banner .separator:after{border-bottom-color:transparent;}
.separator-under-banner{padding:0 !important; }
.separator-under-banner .separator:before{border-right-color:#005288}
.separator-under-banner .separator:after{border-left-color:#005288}
.webinar-inner-page .webinar-relevant-resources, .webinar-inner-page .webinar-slides, .webinar-inner-page .webinar-content, .webinar-inner-page .webinar-video{ background-color: #eef1f5 !important; }
.webinar-inner-page .contact_us{background:#eef1f5 !important;}
.webinar-inner-page .contact_us .separator:before, .webinar-inner-page .contact_us .separator:after{border-bottom-color:#eef1f5}
.webinar-inner-page section .section-heading{
color: #44ade2;
font-size: 30px;
line-height: 1.2;
font-family: open_sanslight, sans-serif;
margin-bottom:20px;
}
.webinar-slides .container, .webinar-relevant-resources .container{padding-top:30px; border-top:1px solid #b7b7b7}
.webinar-slides .slides{margin-top:30px; text-align: center;}
@media (max-width:992px){
.pinned-webinar .img img{width:100%}
.pinned-webinar .speaker-name,.pinned-webinar .speaker-position{text-align: center;}
.pinned-webinar .speaker-position{margin-bottom:20px;}
.pinned-webinar .date-time{
display: flex;
flex-direction: column-reverse;
text-align: center;   
margin-bottom:50px;     
}
.pinned-webinar .webinar-time{margin-bottom:30px;}
.pinned_webinar_slider > div:nth-child(2){display:none}
.webinar-wrapper{padding-top:50px; display:block;}
.inner-page .header_main .webinar-wrapper h1{padding: 0;margin: 0 0 30px 0;text-align: center !important;}
.webinar-wrapper .webinar-detail{margin-bottom:50px; padding:0; display:block;}
.webinar-wrapper .speaker-detail{padding:0; border-left:none;}
.webinar-wrapper .webinar-detail .webinar-date{display:block; margin-right:0; margin-bottom:20px;}
#webinar .header_main.container{text-align: center;}
} li.jaw_years{
position: relative;
margin-bottom: 5px;
transition: all .15s;
}
.sidebar_archives li.jaw_years a:before {
display: block;
position: absolute;
content: '';
top: 8px;
left: 2px;
width: 3px;
height: 3px;
background: #3b3b3b;
border-radius: 50%;
}
li.jaw_years a.jaw_years{
padding-left: 15px;
font-size: 14px;
font-weight: 400;
color: #3b3b3b;    
}
li.jaw_years a.jaw_years:hover{
color:#44ade2;
text-decoration: none;
}
.sidebar_archives a.jaw_months {
padding-left: 25px;
margin-top: 5px;
color: #44ade2;
display: inline-block;
}
.tp_recent_tweets li{background-image: none;
padding-left: 0;
position: relative;
padding-bottom: 15px;
margin-bottom: 15px;}
.tp_recent_tweets li:before{
display: block;
position: absolute;
content: '';
left: -20px;
right: -20px;
bottom: 0;
width: calc(100% + 40px);
height: 1px;
background: #fff;    
}
.tp_recent_tweets {
margin-top: 30px;
}
.single-post .container-fluid.contact_us .separator,.page-template-page-blog .container-fluid.contact_us .separator{display: none;}
.btn-blue-custom{border:0px solid #0E8BCB;background-color:#44ade2}.btn-blue-custom:hover{border-color:#0E8BCB;background-color:#0081C1}
.btn-transparent-custom {
border: 2px solid #fff;
}
.btn-transparent-custom:hover{background-color:rgba(0,0,0,.29);border-color:rgba(0,0,0,.38)}
.margintop30{ margin-top:30px}
.margintop20{ margin-top:20px}
.content-justify-center{justify-content: center;}
.video_play a:focus {
outline: none; text-decoration:none
}
.service-partners-page .container > h2{ .header_main fontmargin-bottom:30px}
.wp-image-19681{ width:100%}
.webinarsearch{width:300px; position: absolute;    right: 30px;    top: 0;}
.webinarsearch .glyphicon-search {
position: absolute;
top: 8px;
right: 8px;
}
.webinarsearch .glyphicon-search:before{color:#aabacc}
.webinarsearch input.search-by-name{padding-right: 30px; }
.hotspots-section{padding-top:30px!important; }
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group{margin-left:0px}
.header_main .container{padding:0}
@media (max-width:767px){
.webinarsearch{ position:relative; margin:10px auto; right:auto; top:auto; width:100%}
}
@media (min-width:767px){
.cookie-notify .banner-hotspot{
margin-bottom:-175px !important
}
.fixed .flip-box {
top: 280px;
}
}
.sbttBacktotop{ display:none}@media (min-width: 1200px) {
.container {
width: 1200px;
} .container-fluid.testimonials_wrapper .testimonial, .container-fluid.testimonials_wrapper {
min-height: 860px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.container-fluid.testimonials_wrapper .testimonial, .container-fluid.testimonials_wrapper {
min-height: 1010px;
}
}
@media (min-width: 768px) {
.hidden-sm-up {
display: none;
}
.navbar-collapse {
padding-top: 0px !important;
padding-right: 40px !important;
max-width: 1200px;
margin: auto;
}
#bs-example-navbar-collapse-1 {
font-family: open_sanslight, sans-serif;
font-weiht: 300;
}
.navbar-collapse form[role="search"] {
width: 38px;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
padding: 15px 12px;
}
.navbar-collapse form[role="search"] input {
padding: 25px 12px;
font-size: 18pt;
opacity: 0;
display: none;
}
.navbar-collapse form[role="search"].active {
width: 100%;
}
.navbar-collapse form[role="search"].active button, .navbar-collapse form[role="search"].active input {
display: block;
opacity: 1;
padding-right: 10px;
position: absolute;
top: 0;
right: 0;
z-index: 9;
}
.navbar-collapse form[role="search"].active input { -moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
position: relative;
}
.cd-dropdown .cd-close {
top: 0px;
}
.col-sm-6.right_side_solution {
padding-left: 28px;
padding-bottom: 30px;
}          body:not(.landing-page) .header_main.container.fixed {
padding-top: 105px;
}
#customers .header_main.container {
padding:0; margin:0; width:100%; max-width:unset;
}
#customers .header_main.container.fixed {}
.sub_menu_wrap {
position: absolute;
left: 0;
right: auto;
background-color: #ffffff;
border-radius: 5px;
display: none;
height: 0;
}
.sub_menu_wrap>div {
display: table-row;
}
.singlemenu>.sub_menu {
display: inline-block;
}
.sub_menu_wrap.last {
left: auto;
right: 0;
}
.sub_menu {
padding-left: 20px;
display: table-cell;
vertical-align: top;
position: relative; border: none;
max-width: 350px;
min-width: 290px;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.last .sub_menu {
width: 250px;
}
ul.sub_menu_list li { padding: 7px 10px 7px 0;
min-height: 36px;
transition: all 0.5s;
}
ul.sub_menu_list li.column-title { * /   color: #3b3b3b;
text-transform: uppercase;
font-size: 22px;
}
ul.sub_menu_list li>a {
color: #3b3b3b;
font-size: 1em;
}
.sub_menu_wrap.arrow_up:after {
content: "";
position: absolute;
left: 25px;
top: -11px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 7px solid #44ade2;
}
.sub_menu_wrap.arrow_up.last:after {
right: 25px;
left: auto;
}
li.sub_menu_title {
color: #3b3b3b;
text-transform: uppercase;
font-size: 22px;
cursor: default!important;
}
li.sub_menu_title span {
cursor: default;
}
ul.sub_menu_list li.sub_menu_title:hover>a {
text-decoration: none;
}
ul.sub_menu_list li:not(.sub_menu_title):not(.column-title):hover {
padding-right: 0;
padding-left: 10px;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
li.sub_sub_menu_title {
font-size: 16px;
}
@media (min-width: 768px) {
body:not(.landing-page) #technology-partners .header_main.container.fixed {
padding-top: 60px;
}
}
}
@media (max-width: 1120px) {
.menu-widget-wrapper {
display: none!important;
}
.overview-page .header_main h1 {
padding-top: 175px;
}
body:not(.landing-page) .fixed .navbar-header.logo {
width: 100%;
}
.navbar-toggle {
display: block;
}
.cd-dropdown-trigger button {
margin-top: -18px;
box-shadow: none;
}
ul.nav.navbar-nav.navbar-right {
display: none;
}
.navbar-header.logo {
width: 100%;
}
.mobile-menu-current-language { float: right;
}
.header_top_bar {
display: none;
}
.navbar-header.logo a.navbar-brand {
margin-left: 20px;
padding-left: 0;
}
.navbar-header.logo .dropdown-is-active a.navbar-brand>img {
height: 70%;
margin: 15% 0;
}
body:not(.landing-page) .fixed .navbar-header.logo .navbar-brand {
margin-top: 10px;
}
.header_main h1 {
font-size: 65px;
width: 100%;
}
.header_main.container p {
font-size: 22px; }
.btn-toolbar .btn-group {
float: none;
}
.media {
height: 260px;
}
.media .img-circle {
margin: 0 auto 8px;
display: block;
}
.left_side_solution .media-body {
width: 65%;
}
.right_side_solution .media-body {
width: 65%;
}
.media-body {
margin: auto;
display: block;
}
p.featured_resources_text {
padding: 0 45px;
}
.inner-page header {
height: 300px;
min-height: 300px;
height: auto;
padding-bottom: 50px;
}
.inner-page .header_main.container h1, .inner-page.press-release-single-page .header_main p {
text-align: left;
}
.inner-page .breadcrumbs {
text-align: left;
padding-top: 5px;
font-size: 14px;
}
#position-accordion .position-intro {
padding: 26px 20px;
}
.position-page .position-lightbox {
width: 730px;
}
.position-page .position-lightbox form {
width: 670px;
}
.position-page .position-lightbox .form-control {
width: 320px;
}
.position-page .position-lightbox .form-control.textarea {
width: 667px;
height: 112px;
}
.home_page.press-releases-page section {
padding: 0 0 41px 0;
}
.press-releases-page .press-releases .date {
padding: 45px 0px 17px 12px;
width: 100px;
}
.press-releases-page .press-releases h2 {
font-size: 18px;
}
.press-releases-page .press-releases h3 {
font-size: 14px;
}
.home_page.press-releases-page section {
padding: 0 10px 41px 10px;
}
.course-options .media, .how-to-buy-page .media {
height: auto;
padding-bottom: 20px;
padding-top: 30px;
}
.course-options .media-body, .how-to-buy-page .media-body {
width: 100%;
height: auto;
}
.prof-service-item .prof-service-img .media {
height: auto;
}
.overview-page.inner-page header {
height: 390px;
}
.overview-page .header_main.container h1 {
width: 100%;
}
.overview-page .header_main.container p {
font-size: 40px;
padding-top: 65px;
line-height: 49px;
}
.overview-page div.intro p {
padding: 16px 30px 0;
}
.overview-page .media-circle .media .media-body {
width: auto;
}
.products-page header {
height: 750px;
}
.products-page div.intro {}
.products-page section.lifecycle .text img {
width: 295px;
height: 295px;
margin-left: 0;
margin-top: -20px;
}
.products-page section.lifecycle .hover-text {
width: 295px;
height: 295px;
}
.products-page section.lifecycle .text {}
.products-page .media-body {
display: table-cell;
}
.products-page .media-body p {
margin-bottom: 10px;
}
.products-page:not(.products-languages-page) .media-body p {
font-size: 22px;
}
.products-page .right_side_solution .media-body, .products-page .left_side_solution .media-body {
padding: 0 40px;
}
.products-languages-page .right_side_solution .media-body, .products-languages-page .left_side_solution .media-body {
padding: 0 15px;
}
.products-page section.suite h2 {
color: #44ade2;
}
.products-page section.suite {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/Home%20Page%20Parallax/003.blog_bg.jpg);
}
.products-page section.suite p.suite-subtitle { color: #3b3b3b;
}
.suite-descriptions h3 a:link, .suite-descriptions h3 a:visited {
color: #3b3b3b;
}
.products-page section.suite .single-desc, .products-languages-page section.suite .single-desc, .products-languages-page.products-page .single-desc.first {
color: #3b3b3b;
margin-left: auto;
margin-right: auto;
}
.products-page .single-desc .top img.tablet {
display: inline-block;
}
.products-page .single-desc .top img.desktop {
display: none;
}
.products-page .single-desc.first, .products-page .single-desc.center, .products-page .single-desc.last, .products-languages-page.products-page .single-desc.center {
width: 480px;
margin: 0 auto 18px;
}
.products-languages-page.products-page .single-desc.center img.suite-image {
margin-left: 0;
}
.products-languages-page.products-page .single-desc.last img.suite-image {
margin-left: 0;
margin-top: 0;
}
.products-languages-page.products-page .media {
height: 180px;
}
.products-languages-page.products-page .media-body {
width: 55%;
}
.products-page .sidebar-inner {
padding: 70px 10px 30px;
}
.suite-descriptions {
width: 700px;
margin: auto;
position: relative;
}
.products-page .single-desc img.suite-image, .products-languages-page.products-page .single-desc img.suite-image, .products-languages-page.products-page .single-desc.center img.suite-image {
width: 480px;
}
.products-page .single-desc.center img.suite-image {
margin-left: auto;
}
.products-page .single-desc.first img.suite-image:hover {
margin-left: 0;
}
.products-page .single-desc.last img.suite-image:hover {
margin-right: 0;
}
.products-page .single-desc.center img.suite-image:hover {
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
.products-page .single-desc .top, .products-languages-page.products-page .single-desc .top {
width: 100%;
float: none;
}
.products-page img.back-lines {
display: block;
position: absolute;
top: 333px;
width: 100%;
}
.products-page .bottom-images {}
.products-page .abstraction_box, .products-page .bottom-images, .products-languages-page.products-page .abstraction_box, .products-page .bottom-images-2, .products-languages-page.products-page .bottom-images, .products-languages-page.products-page .bottom-images-2 {
width: 100%;
}
.products-page .abstraction_box:before {
content: none;
}
.products-page .abstraction_box {
margin-top: 87px;
}
.products-page .bottom-images-2 {
margin: 88px auto 20px;
}
.products-page .bottom-images-2:before {
display : none;
}
.lifecycle-page header {
height: 400px;
}
.whiteboard-page header {
height: 400px;
background-position: 50% 4%!important;
}
.whiteboard-page .header_main h1 {
padding-top: 30px;
}
}
@media (max-width: 1200px) {
.navbar .divider-vertical { }
#customers .slide-content{padding-left:25px; padding-right:25px;}
#customers .case-study .row{margin-left:-15px;}
.header_main h1, .inner-page .header_main h1, .webinar-page.inner-page .header_main h1, .inner-page.press-release-single-page .header_main p {
width: 95%;
}
.breadcrumbs {
padding-top: 0;
text-align: left;
}
.bottom_logo:before {
position: absolute;
margin: 0 75px;
}
.management-short .cover {
margin-left: 100px;
}
.custom-tac .management-short .cover {
margin-left: 0;
left: 50%;
transform:  translateX(-50%);
}
.device-group>div, .tech-partner-group>div, .awards-group>div {
text-align: center; }
.inner-page.supported-devices-page section h2 {
padding-left: 90px;
}
.inner-page.technology-partners-page section p { width: 870px;
}
.awards-group>div {
height: 260px;
}
.awards-group .readmore {
left: 12px;
bottom: 16px;
width: 442px;
}
.training-services-page.inner-page .title h2 {
padding: 10px 15%;
}
.training-services-page.inner-page .title p {
padding: 0 5%;
}
.resource-item {
height: 385px;
}
.resource-item .image-container { }
.resource-item img.play {
top: 24%;
left: 44%;
}
.resource-item .new-resource {
left: 5px;
}
.social-container .blog-footer:before {
left: 31px;
width: 88%;
}
.social-block .blog-item .main-text {
overflow: hidden;
}
.social-block span.IN-widget {
transform: translate(-40px, 0) scale(.8, .8);
}
.social-block .facebook-md {
display: block;
width: 235px;
margin: auto;
}
.social-block .facebook-lg, .social-block .facebook-sm, .social-block .facebook-xs {
display: none;
}
.social-block .social-inner {
height: 410px;
}
.social-container .blog-footer {
height: 40px;
width: 443px;
top: 442px;
}
.social-block .blog-item .main-text p:nth-child(1) {
max-height: 167px;
overflow-y: hidden;
}
.solutions-page .key-benefits li {
height: 70px;
vertical-align: top;
}
.solutions-page .resource-item select {
width: 196px;
}
.solutions-page .resource-item img.play {
top: 12%;
left: 36%;
}
.customer-category .customer-item:nth-child(n+7) {
display: none;
}
.customer-videos-page section.main.container {
width: 690px;
}
.customer-videos-page .customer-video-item {
height: 280px;
width: 340px;
}
.customer-videos-page .video-image-container {
height: 190px;
}
.customer-video-item .blue-mask {
height: 190px;
}
#technology-partners .breadcrumbs {
padding-top: 10px;
text-align: left;
clear: both;
}
#technology-partners.inner-page .header_main h1 {
padding-top: 60px;
}
.solutions-v2-page .impact {
width: 25%;
;
}
.solutions-v2-page .container>div:nth-of-type(3) {
border-right: none;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(1), .media-center-page #media-images .row>.inner_row>div:nth-child(3) {
width: 31.5%;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(2) {
width: 37%;
}
.whiteboards-series-item {
height: 530px;
}
.whiteboards-series-item .image-container {
background-position: center 35%;
}
}
@media(max-width: 1199px) {
.lifecycle-page .left-points, .lifecycle-page .right-points {
width: 274px;
}
.lifecycle-page .left-points .points-group {
padding-right: 25px;
}
.lifecycle-page .right-points .points-group {
padding-left: 25px;
}
.lifecycle-page .cycle-container {
width: 382px;
}
.lifecycle-page .left-point, .lifecycle-page .right-point {
float: none;
}
.lifecycle-page .left-points .points-group {
float: right;
}
.lifecycle-page .right-points .points-group {
float: left;
}
.lifecycle-page .media-body {
display: table-cell;
}
.lifecycle-page .media-body p {
font-size: 17px;
}
.lifecycle-page .line.straight {
width: 99px;
}
.lifecycle-page .left-points .line {
left: 93%;
}
.lifecycle-page .right-points .line {
right: 92%;
}
.points-group.decommission .line.straight {
top: 42px;
width: 20px;
}
.points-group.maintain .line.straight {
width: 82px;
bottom: 28px;
}
.points-group.discover .line.straight {
top: 26px;
width: 142px;
right: 70%;
}
.points-group.plan .line.straight {
width: 22px;
top: 31px;
}
.points-group.deploy .line.straight {
width: 43px;
bottom: 137px;
}
.points-group.decommission .line.diagonal {
top: 52px;
left: 270px;
}
.points-group.maintain .line.diagonal {
bottom: 74px;
left: 311px;
width: 110px;
transform: rotate(-57deg);
}
.points-group.discover .line.diagonal {
top: 35px;
right: 402px;
}
.points-group.plan .line.diagonal {
top: 34px;
right: 264px;
width: 15px;
}
.points-group.deploy .line.diagonal {
right: 286px;
bottom: 166px;
}
}
@media (max-width: 1120px) {
.header_main h1 {
width: 75%;
}
.lifecycle-page .header_main h1 {
padding-top: 50px;
font-size: 65px;
}
#technology-partners.inner-page .header_main h1 {
font-size: 40px;
}
}
@media (max-width: 991px) {
#careers header {
height: auto;
}
.news-item .news-image {
width: 30%;
}
.news-item .news-content {
width: 70%;
}
.header_main h1 {
width: 95%;
}
.home_page section .home-title h2 {
padding: 50px 16%;
}
.inner-page .title h2 {
padding: 10px 25%;
}
.bottom_logo:before {
margin: 0;
}
.banner.header_banner {
min-height: 125px;
height: auto;
padding-bottom: 25px;
}
.media-body {
text-align: center;
}
.left_side_solution .media-body {
width: 95%;
}
.right_side_solution .media-body {
width: 95%;
}
.media .img-circle {
float: none;
}
.management-short .cover {
margin-left: 44px;
}
.device-group>div, .awards-group>div {
text-align: center;
padding: 0px 43px !important;
}
.people-video.text-center.second {
margin: 3% auto 0; }
.inner-page.supported-devices-page section h2 {
padding-left: 42px;
}
.inner-page.technology-partners-page section p { width: 707px;
}
.resource-item img.play {
top: 18%;
left: 41%;
}
.resource-item .image-container { }
.social-block .blog-item .main-text p:nth-child(1) {
max-height: 190px;
}
.social-block .linkedin-lg, .social-block .linkedin-xs {
display: none;
}
.social-block .linkedin-sm {
display: block;
}
.social-block .facebook-sm {
display: block;
width: 500px;
margin: auto;
}
.social-block .facebook-lg, .social-block .facebook-md, .social-block .facebook-xs {
display: none;
}
.social-block span.IN-widget {
transform: none;
}
.social-container .blog-footer {
width: 98%;
}
.solutions-page .sidebar {
padding-left: 5px;
}
.solutions-page .resource-item img.play {
top: 23%;
left: 45%;
}
.solutions-page .key-benefits li {
height: 74px;
}
.solutions-page .main {
padding-right: 15px;
}
.solutions-page .sidebar {
padding: 20px 15px;
margin: 0;
}
.solutions-page .sidebar img {
display: block;
padding: 20px;
margin: auto;
}
.solutions-v2-page section.quote .quote-logo {
margin: 51px auto 40px;
display: block;
max-width: 100%;
}
.solutions-v2-page section.quote .quote-text {
padding: 0;
}
.roi-calculator {
margin: 30px 29%;
}
.awards-group .readmore {
left: 49px;
bottom: 18px;
width: 257px;
}
.awards-group>div {
height: 160px;
}
.customer-item .inner {
width: 100%;
}
.customer-support-page div.main {
width: 100%;
}
.support-programs-page table.mobile {
display: table;
}
.support-programs-page table.desktop {
display: none;
}
.guarantee-terms {
padding: 30px 0 !important;
}
div.flexable {
display: inline-block;
}
.products-page .container-900 {
max-width: none;
float: none;
}
.products-languages-page.products-page .media-body p {
font-size: 22px;
}
.products-languages-page.products-page .media {
height: 300px;
;
}
.products-languages-page.products-page .flexable>div.col-md-3 {
margin-top: auto;
}
.products-languages-page.products-page .flexable>div.col-md-3 {
margin-top: auto;
}
.products-page .product-options h2 {
text-align: center;
}
.products-page section.suite h2 {
text-align: center;
}
.products-languages-page.products-page section.suite p.suite-subtitle {
width: 600px;
text-align: center;
margin: auto;
padding-right: 0;
}
.products-page .single-desc.center img.suite-image {
;
margin-left: 0;
}
.products-page .sidebar {
height: auto;
}
.products-page .sidebar-inner {
padding: 70px 20px 30px;
}
.product-page .top img {
margin: auto;
display: block;
}
.product-page .main {
padding-right: 10px;
}
.product-page .main:after, .solutions-page .main-section:after {
display: none;
}
.product-page .sidebar {
background-color: #f5f6fa;
}        .product-page .sidebar:before {
left: 100%;
}
.product-page .sidebar:after {
right: 100%;
}
.product-page .arrow-down.left {
display: block;
}
.products-page .bottom-images-2 {
height: 270px;
}
br.tablet {
display: initial;
}
.product-page .sidebar p {
width: 60%;
}
#request-demo-container p.submit-success {
padding: 0 10%;
}
.lifecycle-page section.intro {
padding-bottom: 50px;
}
.lifecycle-page section.lifecycle {
padding-bottom: 10px;
}
.lifecycle-page .line {
display: none;
}
.lifecycle-page .cycle-container {
padding-bottom: 45px;
}
.lifecycle-page .left-points, .lifecycle-page .right-points, .lifecycle-page .cycle-container {
width: 100%;
}
.lifecycle-page section.lifecycle img.main-image {
max-width: 382px;
width: auto;
margin: auto;
display: block;
}
.lifecycle-page .left-points .points-group, .lifecycle-page .right-points .points-group {
float: none;
}
.lifecycle-page .left-points p, .lifecycle-page .right-points p {
text-align: left;
}
.lifecycle-page .media {
margin: 5px 0;
min-height: 60px;
}
.lifecycle-page .media-right, .media>.pull-right {
padding-left: 0;
}
.lifecycle-page .media-body {
width: calc(100% - 61px);
float: right;
padding-top: 15px;
}
.lifecycle-page .media-body p {
font-size: 16px;
}
.lifecycle-page .points-group .media-left, .lifecycle-page .points-group .media-right {
float: left;
}
.lifecycle-page .left-points .points-group, .lifecycle-page .right-points .points-group, .points-group.decommission, .lifecycle-page .right-points .points-group.discover, .points-group.plan {
margin: 0 0 45px;
padding: 0 15px;
}
.lifecycle-page section.lifecycle h2 {
display: block;
}
.media-center-page .main-section:before {
content: none;
}
.media-center-page .main {
width: 100%;
padding: 0;
}
.media-center-page .sidebar>section {
display: none;
}
.whiteboard-series-item .image-container {
height: 215px;
}
.whiteboard-series-item {
height: 410px;
}
.whiteboard-series-item .whiteboard-series p{
font-size:18px;
}
.whiteboards-series-item {
height: 590px;
}
.whiteboards-series-item .image-container {
background-position: center;
}
}
@media (max-width: 768px) {
#careers .img-circle.circle-left {
margin-right: auto;
}
#filter-by-industry{margin-bottom:30px;}
#careers .img-circle.circle-right {
margin-left: auto;
}
div#wrapp-circle>div {
padding: 15px;
}
.header_main h1 {
font-size: 4em;
padding-right: 3%;
padding-left: 3%;
width: 100%;
padding-top: 150px;
}
.header_main.container>p {
margin-bottom: 30px;
margin-top: 30px;
font-size: 1.4em;
width: 100%;
padding-right: 3%;
padding-left: 3%;
}
#home-page .btn-toolbar {
width: 75%;
margin: 0 auto;
margin-bottom: 160px;
}
#careers header {
background: url(//www.algosec.com/wp-content/themes/algosec/images/bg-header-careers.png) no-repeat; background-repeat: no-repeat;
-webkit-background-size: 100% 1080px;
background-size: inherit;
background-position: 0 0;
background-attachment: fixed;
}
.header_main.container {
text-align: center;
}
#customers .header_main.container{padding:0}
#customers .banner-slider .slide{padding:25px 25px 60px 25px; background-size:cover;}
#customers .slide-content.container{padding-left:0; padding-right:0}
#customers .slick-slide{height:100%;}
#list-of-customers header{min-height:400px;}
#customers .slide-content .btn{bottom:60px;}
#customers .slick-dots {bottom:20px !important}
div#cubs-1 .col-xs-12, div#cubs-2 .col-xs-12 {
width: 50%;
}
div#cubs-1 .col-xs-12:last-child, div#cubs-2 .col-xs-12:last-child {
width: 100%;
}
div#cubs-3 {
width: 100%;
padding: 15px;
}
#cubs-3 .inner-cub {
width: 100%;
padding: 15px;
}
.cub.col-sm-6 {
padding: 15px;
}
.header_main.container .btn-toolbar {
text-align: center;
margin-bottom: 60px;
}
.btn-toolbar>.btn-group {
text-align: center;
display: inline-block;
margin: 0;
width: auto;
}
.header_main .btn-toolbar .btn-group, .header_main .btn-toolbar .btn-group:first-child {
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
}
#technology-partners.inner-page .header_main h1 {
font-size: 40px;
}
.event-item .text p {
font-size: 14.5px;
}
}
@media (max-width: 767px) {
section.connect_with {
background-attachment: scroll;
}
img.footer-logo-white {
padding: 15px 0;
}
.copyright {
float: none;
padding: 10px;
text-align: left;
}
a.privacy {
display: block;
padding-left: 0;
margin-left: 0;
border-left: 0;
}
.news-item .news-image, .news-item .news-content {
width: 100%;
}
.navbar-collapse .nav>.divider-vertical {
display: none;
}
.cd-dropdown-trigger button {
margin-top: -12px;
}
.mobile-menu-current-language {
margin-left: 40%;
}
.inner-page .header_main.container h1, .webinar-page.inner-page .header_main h1, .inner-page.press-release-single-page .header_main p {
text-align: center;
width: 100%;
}
.inner-page .title h2 {
padding: 10px 15px;
;
}
.breadcrumbs {
display: none;
}
.media .img-circle {
display: block;
text-align: center;
margin: 0 auto 20px;
}
.media .media-body {
display: block;
max-width: 100%;
}
.col-sm-6.left_side_solution {
margin-bottom: 30px;
}
.home_page section h2 {
color: #6fabdf;
font-size: 1.5em;
line-height: 1.2;
}
.banner.header_banner {
display: none;
}
.media .img-circle {
margin: 0 auto 8px;
}
.left_side_solution .media-body {
width: 100%;
overflow: visible;
height: inherit !important;
}
.right_side_solution .media-body {
width: 105%;
overflow: visible;
height: inherit;
}
.media-body {
margin: auto;
display: block;
text-align: center;
}
.media, .products-languages-page.products-page .media {
height: auto;
}
.home_page section.testimonials {
padding-bottom: 25px;
}
.testimonial .comment {
width: 80%;
}
.testimonial .comment em {
font-size: 1.2em;
padding: 0 20px;
display: block;
}
.testimonial .comment em br {
display: none;
}
.container.testimonials_preview_wrap.text-center {
display: none;
left: 0;
right: 0;
transform: translateX(0);
bottom: -30px;
}
.testimonials_preview_wrap li.img-circle:hover, .testimonials_preview_wrap li.img-circle.active {
height: 45px;
width: 45px;
}
.testimonials_preview_wrap li.img-circle {
height: 45px;
width: 45px;
}
.testimonials_preview_wrap li.img-circle.active img {
width: 30px;
height: 30px;
margin-top: 20px;
}
.testimonials_preview_wrap li.img-circle:hover img, .testimonials_preview_wrap li.img-circle.active img {
width: 30px;
height: 30px;
margin-top: 20px;
}
.testimonials_preview_wrap li.img-circle img {
width: 30px;
height: 30px;
margin-top: 20px;
}
.container.testimonials_wrap.text-center {
padding: 80px 0;
}
.testimonials div.logo img {
display: block;
margin: auto;
}
.testimonials .arrow-left {
padding: 150px 40px 150px 10px;
}
.testimonials .arrow-right {
padding: 150px 10px 150px 40px;
}
.video_play img {
margin-left: 23px;
}
#partner-page .testimonial_video .video_play img {
margin-left: 5px;
}
#careers .video_play img {
margin-left: 7px;
}
.home_page section.blog_preview {
padding-top: 45px;
padding-bottom: 0;
background-size: cover;
}
section.blog_preview .col-sm-5:first-of-type {
text-align: center;
padding: 0 20px;
}
.separator_blog_start {
width: 30%;
height: 2px;
margin: 18px auto;
background-color: #6fabdf;
}
.separator_blog_preview {  background-image: url(//www.algosec.com/wp-content/themes/algosec/images/blog_divider_horizontal.png);  height: 40px;
margin-bottom: 0;
margin-top: 26px;
}
.container .blog_preview_body .blog_short_info {
padding: 30px 20px;
text-align: center;
}
.home_page .featured_resources h2 {
padding-bottom: 20px;
padding-top: 20px;
}
.featured_resources_img {
height: auto;
padding: 5px 0;
width: 90%;
margin: auto;
background-size: 100% 150%;
}
h3.featured_resources_title {
padding-top: 30px;
}
p.featured_resources_text {
padding: 0 25px;
}
.featured_resources .list-inline li {
padding-bottom: 20px;
margin: 0;
}
section.connect_with p.sub_title {
padding: 0 20px;
width: 90%;
}
ul.social_icons img {
width: 45px;
height: 45px;
}
.left_side.col-sm-6 {
padding-right: 20px;
padding-left: 20px;
}
.right_side.col-sm-6 {
padding-right: 20px;
padding-left: 20px;
}
.center_text_area.col-sm-12 {
padding-right: 20px;
padding-left: 20px;
}
.home_page section.blog_preview h2 {
font-size: 1.5em;
}
.navbar-header.logo {
width: 100%;
}
ul.nav.navbar-nav.navbar-right {
display: none;
}
.featured_resources_img img {
width: 100%;
}
.navbar-collapse form[role="search"], .header_top_bar {
display: none;
}
.position-page .position {
padding: 0 10px;
}
.position-page .position .position-intro{
padding-right : 42px;
}
.position-social {
height: 160px;
}
.position-social img {
margin: 15px 0;
}
.position-page .position-lightbox {
width: 100%;
height: 980px;
overflow: hidden;
}
.position-page .position-lightbox form {
width: 100%;
padding: 0 10px;
}
.position-page .position-lightbox .form-control {
width: 98%;
}
.position-page .position-lightbox .form-control.textarea {
width: 98%;
height: 112px;
}
.position-page .position-lightbox a.btn {
margin: 2% 23%;
}
.position-social {
width: 80%;
margin: auto;
padding: 0;
}
.position-social span {
display: block;
margin-bottom: 14px;
margin-left: 10px;
}
.position-social a.btn {
margin-top: 20px;
}
.apply-position {
float: none;
color: white;
margin: 0;
}
hr {
margin-bottom: 3px;
margin-top: 0;
} .modal-content {
max-width: 97%;
}
#customers .modal-content {
max-width: 100%;
}
.management-page .lightbox-toppic {
max-width: 100%;
height: auto;
}
.management-page .lightbox-footer p {
width: 80%;
}
.home_page.supported-devices-page section {
padding: 0 10px 50px 10px;
}
.device-group>div {
padding: 0px !important;
height: auto;
}
.home_page.supported-devices-page section.left-separator {
padding-bottom: 0;
}
.home_page.technology-partners-page section {
padding: 0 10px 50px 10px;
}
.tech-partner-group>div {
padding: 0px !important;
height: auto;
}
.home_page.technology-partners-page section.left-separator {
padding-bottom: 0;
}
.home_page.awards-page section {
padding: 0 10px 50px 10px;
}
.awards-group>div {
padding: 0px !important;
height: auto;
}
.home_page.awards-page section.left-separator {
padding-bottom: 0;
}
.inner-page section .event {
text-align: center;
}
.inner-page.events-page header {
height: 230px;
}
.inner-page.events-page .header_main h1 {
padding-top: 35px;
font-size : 3em;
}
.event {
height: auto;
padding: 10px 10px;
border: 0;
}
.event img {
float: none;
}
.event .event-image, .event .event-content {
width: 100%;
}
.event .event-image {
height: 120px;
height : auto;
}
.event-item .inner{
height : auto;
padding-bottom: 51px;
}
.event-item .description{
padding : 0;
}
.event-item:hover .description{
padding: 18px 0 5px;
}
.event-item. .readmore.open{
display : none;
}
.event-item:hover .readmore.default{
opacity : 1;
}
.event-item. .readmore{
position: static;
width: 100%;
}
.webinars-page .event .event-image {
min-height: 120px;
}
.inner-page section .event h2 {
width: 90%;
padding-top: 15px;
}
.home_page.press-releases-page section.left-separator {
padding: 0;
}
.press-releases-page section .headlines {
border-left: 0;
}
.press-release-short {
padding: 15px 0;
}
.inner-page.technology-partners-page section p { width: 100%;
}
.awards-group .readmore {
height: 160px;
}
.inner-page section .news-item {
text-align: center;
}
.news-item {
height: auto;
padding: 10px 10px;
border: 0;
}
.inner-page section .news-item h2 {
width: 90%;
padding-top: 15px;
}
.news-item img {
float: none;
}
.training-services-page.inner-page .title h2 {
padding: 10px 10px;
}
.training-services-page.inner-page .title p {
padding: 0 10px;
}
.resources-page input {
width: 90%;
}
.resources-page .ajax-container {
width: 100%;
max-width: 330px;
margin: auto;
}
.resource-item {
height: 445px;
}
.resources-page .resource-item .resources-container, .webinars-page .resource-item .resources-container {
height: 100%;;
}
.press-releases-page section.filter select, .resources-page section.filter select, .list-of-customers-page section.filter select {
width: 90%;
}
.press-releases-page section.filter, .resources-page section.filter, .list-of-customers-page section.filter {
padding: 10px 15px 45px;
}
.home_page.resources-page section {
padding: 0 15px 30px 15px;
}
.resource-item .image-container {
width: 318px;
margin: auto;
}
.resource-item .mask {
height: 100%;
}
.resource-item img.top-image {
width: 100%;
height: auto;
}
.resource-item img.play {
top: 15%;
left: 40%;
}
.social-container .blog-footer {
width: 95%;
}
.social-block .linkedin-lg, .social-block .linkedin-sm {
display: none;
}
.social-block .linkedin-xs {
display: block;
width: 300px;
margin: auto;
}
.social-block .facebook-xs {
display: block;
width: 280px;
margin: auto;
}
.social-block .facebook-lg, .social-block .facebook-md, .social-block .facebook-sm {
display: none;
}
.social-container .blog-footer {
width: 90%;
}
.social-block span.IN-widget {
transform: scale(1.3, 1.3);
}
.social-block .social-inner {
height: 469px;
}
.social-block .blog-item .main-text p:nth-child(1) {
max-height: 158px;
}
.social-container .blog-footer {
top: 496px;
}
.solutions-page .main {
padding-right: 15px;
}
.solutions-page .key-benefits ul {
margin-bottom: 0;
padding-bottom: 0;
}
.solutions-page .key-benefits li {
height: auto;
}
.roi-calculator {
margin: 30px auto;
}
#list-of-customers header {
min-height: 380px;
height: auto;
padding-bottom: 20px;
-webkit-background-size: cover;
background-size: cover;
background-attachment: inherit;
background-position: center center !important;
}
.list-of-customers-page .header_main p {
width: 100%;
margin-top: 10px;
}
.customer-item .inner {
width: 80%;
}
.list-of-customers-page.inner-page .header_main h1 {
font-size: 35px;
padding-top: 75px;
}
.customer-category .customer-item:nth-child(n+5) {
display: none;
}
.list-of-customers-page #lightbox {
width: auto;
}
.list-of-customers-page #lightbox iframe {
width: 100%;
height: auto;
}
.money-back-page section {
padding-left: 10px;
padding-right: 10px;
}
.money-back-page section.container.first img {
float: none;
margin: 0 auto 40px;
display: block;
}
.guarantee-table * {
font-size: 16px;
font-weight: normal;
}
.guarantee-table th {
font-size: 12px;
}
.money-back-page.inner-page section h2 {
font-size: 25px;
}
.customer-videos-page section.main.container {
width: 100%;
}
.customer-videos-page section.main.container .row {
margin: 0;
}
.customer-videos-page .customer-video-item {
height: auto;
width: 280px;
float: none;
margin: 10px auto 20px;
}
.customer-video-item .blue-mask {
height: 157px;
}
.customer-videos-page .video-image-container {
height: 157px;
}
.customer-videos-page .featherlight iframe {
width: 100%;
height: auto;
}
.professional-services-page .intro {
padding: 10px;
}
.professional-services-page p {
padding: 8px 0;
text-align: left;
}
.prof-service-item .prof-service-img {
margin: auto;
width: 143px;
display: block;
float: none;
}
.prof-service-item .prof-service-text {
padding: 18px 10px;
}
.become-partner-page h4 {
padding: 35px 20px 10px;
}
.locate-partner-page section.filter .filter.first {
padding-left: 15px;
}
.partner-item {
margin: 20px 0;
}
.partner-item .partner-box {
display: block;
width: 100%;
margin: auto;
}
.partner-item .partner-box img {
padding-left: 0;
margin: auto;
display: block;
}
.partner-item .partner-info {
padding: 5px 0;
width: 100%;
text-align: left;
}
.partner-area {
padding: 15px 20px;
}
.webinar-page div.content {
padding-left: 15px;
padding-right: 15px;
}
.webinar-page iframe.mobile {
display: block;
}
.webinar-page iframe.desktop {
display: none;
}
.overview-page div.intro {
width: 310px;
}
.overview-page div.intro p {
padding: 16px 0px 0;
}
.overview-page .main-intro {
padding-bottom: 10px;
width: auto;
}
.overview-page .main-intro p {
padding: 0 10px;
text-align: left;
}
.overview-page div.main h2 {
padding: 0 10px 10px;
}
.overview-page .prof-service-item .prof-service-text .inner-text h3 {
padding-right: 0px;
}
.overview-page .prof-service-text {
text-align: center;
width: 90%;
margin: auto;
float: none;
border-bottom: 0;
}
.overview-page .logo-group {
width: 100%;
}
.support-programs-page table.mobile.support-offers, .support-programs-page .intro, .support-programs-page h3 {
margin-left: auto;
margin-right: auto;
width: 90%;
}
.support-programs-page table.mobile.support-offers td:first-child {
width: 65%;
}
.support-programs-page table.mobile.support-offers td:last-child {
Width: 35%;
}
.products-page header {
height: 350px;
}
.products-page .header_main.container h1 {
font-size: 35px;
width: 85%;
text-align: center;
margin: auto;
padding: 50px 0 0;
float: none;
}
section.lifecycle>container {
padding: 0;
}
section.lifecycle h2, .products-languages-page section.lifecycle h2 {
padding: 91px 0 61px;
width: 85%;
margin: 0 auto;
}
.products-page div.intro {
width: 85%;
}
.products-page div.intro p {
text-align: left;
}
.products-page section.lifecycle .text {
width: 85%;
margin: auto;
}
.products-page section.lifecycle .text>*:first-child {
padding: 0;
}
.products-page section.lifecycle>*:first-child, .products-page.products-languages-page section.lifecycle>*:first-child {
padding: 0;
}
.products-page section.lifecycle .text .not-hover-image, .products-page section.lifecycle .text .hover-image {
width: 100%;
height: auto;
margin: 35px auto 0;
display: block;
float: none;
}
.products-page section.lifecycle .cycle {
position: relative;
display: block;
width: 450px;
height: 450px;
margin: 0 auto;
}
.products-page section.lifecycle .text .hover-image img {
width: 100%;
height: auto;
margin: 0;
}
.products-page section.lifecycle .text .hover-image {
width: 100%;
height: auto;
left: 0;
text-align: center;
margin-top: 0;
}
.products-page section.lifecycle .hover-text, .products-languages-page.products-page .lifecycle .hover-text {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.products-languages-page.products-page .col-sm-6.left_side_solution, .products-languages-page.products-page .col-sm-6.right_side_solution {
padding-left: 0;
padding-right: 0;
}
.products-page .left_side_solution .media-body, .products-page .right_side_solution .media-body, .products-languages-page .left_side_solution .media-body, .products-languages-page .right_side_solution .media-body {
padding: 0;
}
.products-page .media {
margin-top: 0;
}
.products-languages-page.products-page .media-body {
width: 75%;
}
.products-page .media-body p, .products-languages-page.products-page .media-body p {
font-size: 20px;
padding: 8px 10px 0;
}
.products-page section.suite {
background-size: 100% 310px;
}
.products-page section.suite p.suite-subtitle, .products-languages-page.products-page section.suite p.suite-subtitle {
width: 90%;
}
.suite-descriptions {
width: 100%;
}
.products-page .single-desc.first, .products-page .single-desc.center, .products-page .single-desc.last, .products-languages-page.products-page .single-desc.center {
width: auto;
display: block;
}
.products-page .single-desc img.suite-image, .products-page .single-desc.center img.suite-image, .products-languages-page.products-page .single-desc img.suite-image, .products-languages-page.products-page .single-desc.center img.suite-image {
width: 280px;
}
.products-page .bottom-images-2 {
height: 425px;
}
.products-page .bottom-images {
height: 500px;
}
.products-page img.back-lines {
display: none;
}
.product-page section.first, .product-page section.second {
padding: 0 15px 0px;
}
.product-page .prof-service-item .prof-service-img .media .img-circle.right {
float: none;
}
.product-page .prof-service-item .prof-service-img {
width: 140px;
}
section.lifecycle .text p {
padding-right: 0;
}
#request-demo-container p.submit-success {
padding: 0 10px;
}
.lifecycle-page .header_main h1 {
font-size: 35px;
}
.lifecycle-page section.lifecycle h2 {
margin: 0;
}
.lifecycle-page section.lifecycle .cycle-container {
width: 300px;
margin: auto;
display: block;
}
.lifecycle-page section.lifecycle img.main-image {
height: auto;
width: 100%;
}
.lifecycle-page .media-body {
padding-top: 0;
height: 50px;
line-height: 50px;
overflow: visible;
}
.lifecycle-page .left-points .points-group, .lifecycle-page .right-points .points-group, .points-group.decommission, .lifecycle-page .right-points .points-group.discover, .points-group.plan {
padding: 0;
}
.lifecycle-page .left-points p, .lifecycle-page .right-points p {
display: inline-block;
width: 100%;
vertical-align: middle;
}
.customer-reviews-page .case-studies {
width: 100%;
max-width: 330px;
margin: auto;
}
.solutions-v2-page .resource-item {
padding: 0 10px;
}
.solutions-v2-page section.impacts .container>div:nth-of-type(3) {
border-right: rgba(255, 255, 255, 0.5) 1px solid;
}
.solutions-v2-page section.impacts .container>div:nth-of-type(even) {
border-right: none;
}
.media-center-page #press-releases .row>div, .media-center-page #news .row>div {
border-left: 0;
padding-top: 20px;
}
.media-center-page #media-images .row>.inner_row>div:nth-child(n) {
padding: 20px 20px 0;
width: 100%;
}
.media-center-page #media-images .media-image:before {
content: none;
}
.media-center-page #media-images .inner_row {
border-bottom: 0;
padding: 0;
}
.media-center-page #press-releases .row, .media-center-page #news .row {
margin-left: -15px;
margin-right: -15px;
}
.media-center-page .main section#media-contacts .row>div {
border-left: 0;
}
.media-center-page .main section#media-contacts .contact {
padding-left: 0;
padding-top: 20px;
}
.whiteboard-page header {
height: 300px;
background-position: 50% 5%!important;
}
.whiteboard-page .header_main.container h1 {
font-size: 40px;
}
.whiteboard-page .header_main.container .pre-header {
font-size: 30px;
}
.whiteboard-page .videos-container {
max-width: 330px;
margin: auto;
}
.whiteboard-series-item .image-container {
height: 199px;
}
.whiteboard-series-item {
height: auto;
}
#contact-wool {
height: 75px;
font-size: 16px;
}
#contact-wool-inner {
padding: 22px 14px;
}
.contact-wool-inner span {
font-size: 16px;
}
.whiteboards-series-item {
height: auto;
margin: 10px auto;
}
#contact-wool button {
font-size: 16px;
height: 32px;
width: 140px;
}
}
@media (max-width: 700px) {
.products-page section.lifecycle .cycle {
width: 380px;
height: 380px;
}
}
@media (max-width: 600px) {
.products-page section.lifecycle .cycle {
width: 280px;
height: 280px;
}
.solutions-v2-page .impact {
width: 55%;
border-right: none !important;
}
}
@media (max-width: 500px) {
.products-page section.lifecycle .cycle {
width: 200px;
height: 200px;
}
#customers section.filter{padding-top:20px;}
#customers .slide-sub-title{height:auto; min-height:130px;}
.social-inner .slick-dots li {
width: 15px!important;
}
.social-container .slick-dots {
width: 80% !important;
}
.management-page .modal-content .lightbox-footer p {
width: 84%;
}
#contact-wool button {
display: block;
margin: 2px auto 0;
}
#contact-wool-inner {
padding-top: 6px;
}
}
@media (max-width: 400px) {
.products-page section.lifecycle .cycle {
width: 150px;
height: 150px;
}
.featured_resources .list-inline li {
width: 100%;
}
.resource-item .image-container {
width: 100%;
}
.resource-item img.play {
top: 16%;
left: 37%;
}
.social-media-page section {
padding: 0 0 20px;
}
.social-block .social-header h1 {
font-size: 20px;
display: inline-block;
}
.social-block .social-header h2 {
font-size: 24px;
}
.social-block .social-inner:not(.blog-slider) {
padding: 10px 0px;
height: 460px;
}
.social-block .social-inner:not(.blog-slider) {
height: auto;
}
.social-container .blog-footer {
top: 465px;
}
.social-block .blog-item .main-text {
max-height: 257px;
}
.social-container .blog-footer {
width: 85%;
}
.social-block span.IN-widget {
transform: none;
}
.social-block .blog-item .main-text p:nth-child(1) {
max-height: 107px;
}
.social-container .slick-dots {
width: 73% !important;
}
.products-languages-page.products-page .media-body {
width: 85%;
}
}
@media (max-width: 460px) {
.overview-page.inner-page header {
height: 450px;
}
.overview-page .header_main h1 {
padding-top: 100px;
}
.overview-page .header_main.container p {
font-size: 32px;
}
.overview-page section.join-team a.btn {
width: 230px;
font-size: 18px;
padding: 20px 20px;
}
#careers header {
height: 535px;
background-size: inherit;
}
.header_main h1 {
font-size: 30px;
padding-top: 50px;
}
.inner-page.press-release-single-page .header_main p{
font-size: 30px;
padding-top: 85px;
}
.header_main p, .header_main.container>p, .header_main.container>.item-to-animate>p {
font-size: 18px;
}
.description p {
width: 100%;
margin: 0 auto;
padding: 0 25px;
}
div#cubs-1 .col-xs-12, div#cubs-2 .col-xs-12 {
width: 100%;
}
#careers section#section-1 {
padding-bottom: 0;
}
#careers .img-circle.circle-left, #careers .img-circle.circle-right {
margin: 0 auto;
}
div#wrapp-circle {
margin-bottom: 0;
}
.navbar-header.logo {
top: 0;
}
.collapse.navbar-collapse.in.header_top_nav {
height: 70px !important;
padding: 0px 0 !important;
padding-top: 0 !important;
z-index: 1;
}
.navbar-header.logo a.navbar-brand {
margin-top: 10px;
}
.navbar-header.logo .dropdown-is-active a.navbar-brand {
margin-top: 0px;
}
.people-video.text-center {     }
.people-video.text-center.second {
margin: 8% auto 0;
}
.people-video.text-center.second .video-title h3 {
padding: 0 0 5px;
}
.people-video.text-center.second .video-title h3 {
font-size: 25px;
}
.header_main a.btn {
font-size: 18px;
}
.testimonials .arrow-left::before, .testimonials .arrow-right::before {
width: 20px;
background-size: contain;
}
#technology-partners.inner-page .header_main h1 {
font-size: 30px;
}
#technology-partners.inner-page header {
height: 250px;
}
.lifecycle-page map {
display: none;
}
}
@media (min-width: 1200px) {
.professional-services-page .prof-service-item .prof-service-img {
width: 13%;
}
.professional-services-page .prof-service-item .prof-service-text {
width: 87%;
}
}
@media (max-width: 1199px) and (min-width: 992px) {
.professional-services-page .prof-service-item .prof-service-img {
width: 16%;
}
.professional-services-page .prof-service-item .prof-service-text {
width: 84%;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.professional-services-page .prof-service-item .prof-service-img {
width: 21%;
}
.professional-services-page .prof-service-item .prof-service-text {
width: 79%;
}
}
@media (max-width: 991px) {
.column-reverse-mobile {
flex-direction:  column-reverse;
}
}
@media (max-width: 991px){
.case-study-item{margin:0;}
.partner-section .partner-area {padding: 0;}
.partner-section .partner-item .partner-info{padding: 15px}
.partner-section .btn-viewdetail{width:100px;}
.map-container{display:none;}
.partner-container label{display:none;}
.partner-contact{display:block; margin:15px 0;}
.partner-icons{margin:25px 0 5px 0;}
.partner-map-btn{display:none;}
.partner-icons .icons{display:block;}  
.partner-icons .icons span{min-width: 110px; left:-35px;}  
.locate-partner-page section.filter input,.locate-partner-page section.filter select{ }
.locate-partner-page section.filter .filter.first{padding-right:0;}
.social-subscribers div{display: block;margin-bottom: 16px;}
.social-subscribers .twitter-subscribe-button{margin-top:20px !important;}
#locate-partner #watch_in_action .product-page-links a,#partner-page #watch_in_action .product-page-links a{display:block; padding-bottom:14px;  }
#locate-partner #watch_in_action .product-page-links a:nth-child(3),#partner-page #watch_in_action .product-page-links a:nth-child(3){border:none;}
#locate-partner #watch_in_action,#partner-page #watch_in_action{height:auto;}
#locate-partner #watch_in_action_inner,#partner-page #watch_in_action_inner{line-height:100%;}
#locate-partner #watch_in_action_inner,#partner-page #watch_in_action_inner{padding:12px 0 0 0;}
#locate-partner #watch_in_action #watch_in_action_x,#partner-page #watch_in_action #watch_in_action_x{top:15px;}
#watch_in_action .product-page-links a{    
border-right: none;
}
.why-partners .col-md-4{margin-bottom:70px;}
.why-partners .col-md-4:last-child{margin-bottom:0}
.partner-levels-section .level-text{    padding: 0 0 30px 0;text-align: justify;}
.partner-levels-section .partner-levels .col-md-3 > div{margin-bottom:30px;}
#partner-page .testimonial{padding-top:80px; padding-bottom:70px;}
#partner-page .testimonial .comment {width: 100%;}
#partner-page .testimonial .comment div.testimonial_owner{padding-top:40px; margin-bottom:40px;}
.star-partners .badges .partner-icon {margin-bottom:25px;}
}.product-solution-new a {
color: #44ade2;
}
.border-b:after {
position: absolute;
content: '';
width: 100%;
height: 1px;
background-color: #D6D9DB;
left: 0;
right: 0;
bottom: 0;
}
.row-flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.row-flex:before,
.row-flex:after {
display: none;
}
.-separator-no-padding {
padding: 0 !important;
}
.product-solution-new header{
height: 432px;
}
.inner-page .section-info {
background-color: #ECF1F6;
padding: 0;
overflow: hidden;
}
.section-info .main {
border-right: 1px solid #afafaf;
}
.section-info .main:after {
content: '';
background-color: white;
height: 100%;
width: 6000px;
position: absolute;
top: 0;
left: calc(100% + 1px);
}
.busines-info-text {
padding: 15px 0 0;
}
.busines-info-text h2 {
font-size: 31px;
font-weight: 700;
margin-bottom: 20px;
}
.busines-info-text h3 {
color: #44ade2;
padding-bottom: 10px;
padding-top: 10px;
}
.busines-info-text p {
font-size: 18px;
}
.busines-info-text ul {
padding-left: 25px;
}
.busines-info-text li {
list-style-type: none!important;
padding-left: 8px;
position: relative;
min-height: 32px;
font-size: 18px;
}
.busines-info-text li:before {
content: " ";
position: absolute;
top: 0.8em;
left: -9px;
width: 6px;
height: 6px;
background-color: #44ade2;
border-radius: 3px;
}
.section-info {
overflow: hidden;
}
.section-info .sidebar {
padding-bottom: 10px;
}
.border-line {
border-top: 1px solid #afafaf;
margin-bottom: 10px;
}
.sidebar-img-wrap {
padding-left: 55px !important;
}
.section-info .sidebar-img-wrap img {
margin-bottom: 15px;
}
.section-info .sidebar h3 {
padding-top: 0;
border: none;
}
@media screen and (max-width:1199px) {
.sidebar-img-wrap {
padding-left: 15px !important;
}
}
@media screen and (max-width:991px) {
.product-page section.section-info .main {
border:  none;
}
.product-page .section-info .sidebar {
text-align: center;
}
.product-page .section-info .sidebar p {
width: 100%;
}
.product-page section.section-info .row{
margin: 0 !important;
}
.product-page section.section-info [class*=col-] {
padding-left: 0;
padding-right: 0;
}
.product-page.inner-page.product-solution-new header{
height: 232px;
}
}  .product-solution-new .section-land-video {
padding: 20px 0;
}
@media screen and (max-width:1300px) {
.product-solution-new .section-land-video {
padding-bottom: 70px;
}
} .product-solution-new .section-prof-service {
padding: 20px 0 0;
}
.prof-service-items-wrap .prof-service-item-flex:nth-child(even) {
flex-direction:  row-reverse;
}
.prof-service-items-wrap .prof-service-item-flex:nth-child(even) .prof-service-text-flex  {
padding: 0 25px 0 0;
}
.prof-service-items-wrap .prof-service-item-flex:last-child .prof-service-text-flex .border-line {
display: none;
}
.prof-service-item-flex {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-bottom: 35px;
}
.prof-service-img-flex .img-circle {
width: 140px;
height: 140px;
padding: 0;
background-color: #fff;
border: 1px solid #d1d4d7;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
}
.prof-service-img-flex .img-circle img {
max-width: 75px;
}
.prof-service-text-flex {
padding: 0 0 0 25px;
}
.prof-service-text-flex p {
font-size: 18px;
}
.prof-service-text-flex .prof-keep {
font-weight: 600;
color: #44ade2;
display: block;
}
.prof-service-text-flex .border-line {
margin: 20px 0 0;
}
@media screen and (max-width:991px) {
.product-solution-new .section-prof-service {
padding-top: 60px;
}
}
@media screen and (max-width:767px) {
.product-solution-new .section-prof-service {
padding-top: 30px;
}
.prof-service-items-wrap .prof-service-item-flex:nth-child(even) {
flex-direction: row;
}
.prof-service-text-flex,
.prof-service-items-wrap .prof-service-item-flex:nth-child(even) .prof-service-text-flex  {
padding: 0;
}
.prof-service-item-flex {
flex-wrap:  wrap;
}
.prof-service-img-flex {
flex-basis: 100%;
}
.prof-service-text-flex {
flex-basis: 100%;
}
.prof-service-img-flex .img-circle {
margin: 0 auto 20px;
}
} .product-solution-new .section-blue-banner {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/blue-banner-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
position: relative;
color:  #fff;
padding: 30px 0 10px;
}
.section-blue-banner h1,
.section-blue-banner h2,
.section-blue-banner h3,
.section-blue-banner h4,
.section-blue-banner h5,
.section-blue-banner h6 {
color: #fff;
}
.section-blue-banner li:before {
background-color: #fff !important;
}
.section-blue-banner:before  {
position: absolute;
content: '';
width: 100%;
height: 100%;
background-color: #00A3D6;
opacity: .9;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.section-blue-banner:after  {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 20px solid #eef1f5;
top: 0;
left: 50%;
transform:  translateX(-50%);
} .product-solution-new .section-resources-new {
padding: 20px 0 10px;
}
.product-solution-new .section-resources-new h2 {
color: #00A3D6;
margin-bottom: 15px;
margin-left: 15px;
}
.resources-new-row {
margin: 0 -3px;
}
.resources-new-row > [class*=col-] {
padding: 0 3px;
}
.page-template-page-products-solution-new section.connect_with{
background: url(//www.algosec.com/wp-content/themes/algosec/images/new_backgrounds/new_parallax_images_003.jpg);
background-size: cover;
} .page-template-page-products-solution-new .section-info{
z-index: 250;
overflow: initial;
}
.page-template-page-products-solution-new .section-info .main{
border: none;
}
.page-template-page-products-solution-new .section-info .main:after{
border-left: 1px solid #afafaf !important;
top: -25px;
height: inherit;
bottom: 0;
}
.page-template-page-products-solution-new .section-info .sidebar{
background: transparent;
}
.page-template-page-products-solution-new .section-info .roi-calculator {
margin-top: 22px;
} .lSSlideOuter .lSPager.lSpg{
display: none !important; 
}
.land-video-slider{
list-style-type: none;
}
.land-video-slider li:before{
display: none !important;
}
.land-video-item{
padding: 0 30px !important;
margin: 0;
}
.land-video-item.active + .land-video-item {
opacity: 1;
}
.land-video-item.active + .land-video-item .video-thumbnail{
transform: scale(1.3);
position: relative;
z-index: 5;
}
.land-video-item.active + .land-video-item .land-video-item-descr{
opacity: 1;
}
.lSAction>a{
opacity: 1;
z-index: 99;
width: 45px;
height: 45px;
border-radius: 50%;
border: 2px solid #53A8D1;
top: 80px;
color: #53A8D1;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
}
.lSAction>.lSNext{
right: -150px;
}
.lSAction>.lSPrev{
left: -150px;
}
.land-video-slider_wrap{
position: relative;
}
.land-video-slider{
padding-top: 30px;
padding-bottom: 30px;
height: inherit !important;
}
.land-video-slider_control .arrow{
position: absolute;
top: 100px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
color: #53A8D1;
border: 2px solid #53A8D1;
border-radius: 50%;
font-size: 26px;
opacity: .7;
transition: all .15s;
}
.land-video-slider_control .arrow-prev{
left: -100px;
padding-right: 3px;
}
.land-video-slider_control .arrow-next{
right: -100px;
padding-left: 3px;
}
@media (max-width: 1400px){
.land-video-slider_control .arrow-prev{
left: -50px;
}
.land-video-slider_control .arrow-next{
right: -50px;
}
}
@media (max-width: 1300px){
.land-video-slider_control .arrow{
top: 101%;
}
.land-video-slider_control .arrow-prev{
left: calc(45% - 22px);
}
.land-video-slider_control .arrow-next{
right: inherit;
left: calc(45% + 25px);
}
}
@media (max-width: 767px){
.land-video-slider_control .arrow-prev,
.land-video-slider_control .arrow-next{
display: none;
}
.land-video-item{
padding: 0 15px !important;
margin: 0;
}
.land-video-item{
opacity: 1 !important;
}
.land-video-item .video-thumbnail{
transform: scale(1) !important;
position: relative;
z-index: 5;
}
.land-video-item .land-video-item-descr{
opacity: 1 !important;
}
}
.section-video-diagram.section-video-diagram{
padding: 20px 0;
}
.diagram-title{
color: #44ade2;
margin-bottom: 15px;
}
.pos-static{
position: static;
}
.diagram-descr_block .diagram-descr_item[data-diagram-descr="1"]{
display: block;
}
.diagram-descr_block .diagram-descr_item{
display: none;
}
.diagram-video{
position: relative;
padding-bottom: 56.25%;
z-index: 5;
}
.diagram-video{
margin: 20px 0 30px;
border: 4px solid #00aee2;
}
.diagram-preview_img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.diagram-item{
cursor: pointer;
transition: all .3s;
text-align: center;
}
.diagram-item:hover{
color: #44ade2;
}
.diagram-video_item{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
right: 0;
bottom: 0;
opacity: 0;
transition: all .3s;
}
.diagram-block{
position: relative;
}
.diagram-row_top .col-md-6:first-child{
left: 0;
}
.diagram-row_bot .col-md-6:first-child,
.diagram-row_top .col-md-6:first-child{
width: 16%;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.diagram-row_bot .col-md-6:first-child{
right: 0;
}
.flex-row{
display: flex;
}
.flex-row:before,
.flex-row:after{
display: none !important;
}
.d-flex{
display: flex !important;
}
.align-items-center{
align-items: center;
}
.diagram-video{
background: #000;
}
.diagram-video.-active_youtube iframe{
opacity: 1;
z-index: 5;
}
.diagram-video.-active_video video{
opacity: 1;
z-index: 5;
}
.border-b{
border-bottom: 1px solid #D6D9DB;
}
iframe{
border: none !important;
}
.diagram-img{
position: relative;
display: inline-block;
width: 80px;
height: 80px;
}
.diagram-img.-img_2,
.diagram-img.-img_6 {
transform:  scale(1.4);
}
.diagram-img.-img_1,
.diagram-img.-img_4 {
transform:  scale(1.2);
}
.diagram-item.-item_6 .diagram-item_title {
text-align: right;
}
.diagram-img  img {
position: absolute;
top: 0;left: 0;right:0;bottom:0;
margin:auto;
z-index: 5;
max-width: 65%;
max-height: 65%;
transition: all .3s;
}
.diagram-img  img.-hover{
opacity: 0;
}
.diagram-item.active img,
.diagram-item:hover img{
opacity: 0;
}
.diagram-item.active img,
.diagram-item:hover img.-hover{
opacity: 1;
}
.diagram-img .diagram-img_circle{
position: absolute;
top: 0;bottom:0;right:0;left:0;
background:url(//www.algosec.com/wp-content/themes/algosec/images/diagram-circle.svg) no-repeat;
}
.diagram-img .diagram-img_circle:after {
content:'';
width:70px;
height:60px;
top:82%;
left:92%;
position: absolute;
background:url(//www.algosec.com/wp-content/themes/algosec/images/diagram-circle-line.svg) no-repeat;
background-size: 100% 100%;
}
.diagram-img.-img_1 .diagram-img_circle {
transform: rotate(-40deg);
}
.diagram-img.-img_2 .diagram-img_circle {
transform: rotate(25deg);
}
.diagram-img.-img_3 .diagram-img_circle {
transform: scale(-1, 1) rotate(20deg);
}
.diagram-img.-img_4 .diagram-img_circle {
transform: scale(-1, 1) rotate(-40deg);
}
.diagram-img.-img_5 .diagram-img_circle {
transform: rotate(-90deg);
}
.diagram-img.-img_6 .diagram-img_circle {
transform: rotate(190deg);
}
.diagram-item.-item_2 .diagram-item_title {
padding-right: 80px;
}
.container{
width: 100%;
}
.diagram-item.-item_3 {
margin-top: 25px;
}
.diagram-item.-item_3 .diagram-item_title{
margin-left: 50%;
min-width: 50%;
text-align: center;
right: 0;
bottom: -15px;
position: absolute;
}
.page-template-page-products-solution-new.inner-page  header{
height: 382px;
}
.page-template-page-products-solution-new.product-page .main{
padding-left: 15px;
min-height: 565px;
}
@media (max-width: 1100px){
.diagram-item.-item_2 .diagram-item_title{
padding-right: 20px;
}
}
@media (max-width: 991px){
.page-template-page-products-solution-new.product-page .main{
padding-bottom: 0;
min-height: 0;
}
.diagram-item.-item_3 {
margin-top: 0;
}
.diagram-item.-item_3 .diagram-item_title{
top: -22px !important;
bottom: inherit;
}
.page-template-page-products-solution-new.inner-page .header_main h1{
padding-top: 40px;
font-size: 40px;
}
.diagram-img.-img_2,
.diagram-img.-img_6,
.diagram-img.-img_1,
.diagram-img.-img_4 {
transform:  none;
}
.diagram-item.-item_2 .diagram-item_title {
padding:0;
}
.diagram-img.-img_1 .diagram-img_circle {
transform: rotate(20deg);
}
.diagram-img.-img_2 .diagram-img_circle {
transform: rotate(50deg);
}
.diagram-img.-img_5 .diagram-img_circle {
transform: rotate(-130deg);
}
.diagram-img.-img_3 .diagram-img_circle {
transform: scale(-1, 1) rotate(20deg);
}
.diagram-img.-img_4 .diagram-img_circle {
transform: scale(-1, 1) rotate(-170deg);
}
.flex-row{
flex-wrap: wrap;
}
.diagram-row_bot .col-md-6:first-child, 
.diagram-row_top .col-md-6:first-child{
position: static;
transform: none;
width: 33.33333333%;
}
.diagram-item{
text-align: center;
}
.diagram-item .diagram-item_title{
margin: 0 !important;
padding: 0 !important; 
text-align: center !important;
position: static !important;
}
.diagram-row_bot .diagram-img{
margin-bottom: 5px;
}
.diagram-row_top .diagram-item_title{
bottom: 100% ;
top: inherit !important;
position: absolute !important;
left: 0 !important;
right: 0 !important;
}
.diagram-row_top .diagram-item{
position: relative;
padding-top: 10px;
}
.diagram-block{
padding-bottom: 40px;
}
}
@media (max-width: 460px){
.page-template-page-products-solution-new.inner-page .header_main h1{
padding-top: 80px;
font-size: 30px;
padding-right: 0;
}
}
.custom-resp-img {
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
}
.new-scroll-top-wrap {
}
.new-scroll-top {
display: block;
position: fixed;
bottom: 75px;
right: 30px;
cursor: pointer;
animation: scrolltop 1.5s infinite;
background: rgba(0, 0, 0, .1);
border-radius: 50%;
width: 35px;
height: 35px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
transition:  all .15s;
z-index: 300;
}
.new-scroll-top:hover {
background: rgba(0, 0, 0, .2);
}
.new-scroll-top span {
display: block;
transform: translateY(4px) rotate(45deg);
border-left: 2px solid #fff;
border-top: 2px solid #fff;
width: 16px;
height: 16px;
}
@keyframes scrolltop {
0% {
opacity: 0;
transform: translateY(0);
}
5% {
opacity: 1;
}
70% {
opacity: 1;
}
100% {
opacity: 0;
transform: translateY(-10px);
}
}
@media screen and (max-width:575px) {
.new-scroll-top {
right: 10px;
}
}.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(//www.algosec.com/wp-content/themes/algosec/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
@font-face {
font-family: 'FontAwesome';
src: url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0);
src: url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://www.algosec.com/wp-content/themes/algosec/css/fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: normal;
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;
} .lSSlideOuter .lSPager.lSpg{
display: none !important; 
}
.land-video-slider{
list-style-type: none;
}
.land-video-slider li:before{
display: none !important;
}
.land-video-item{
padding: 0 30px !important;
margin: 0;
}
.land-video-item.active + .land-video-item {
opacity: 1;
}
.land-video-item.active + .land-video-item .video-thumbnail{
transform: scale(1.3);
position: relative;
z-index: 5;
}
.land-video-item.active + .land-video-item .land-video-item-descr{
opacity: 1;
}
.lSAction>a{
opacity: 1;
z-index: 99;
width: 45px;
height: 45px;
border-radius: 50%;
border: 2px solid #53A8D1;
top: 80px;
color: #53A8D1;
font-size: 26px;
display: flex;
align-items: center;
justify-content: center;
}
.lSAction>.lSNext{
right: -150px;
}
.lSAction>.lSPrev{
left: -150px;
}
.land-video-slider_wrap{
position: relative;
}
.land-video-slider{
padding-top: 30px;
padding-bottom: 30px;
height: inherit !important;
}
.land-video-slider_control .arrow{
position: absolute;
top: 100px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
color: #53A8D1;
border: 2px solid #53A8D1;
border-radius: 50%;
font-size: 26px;
opacity: .7;
transition: all .15s;
}
.land-video-slider_control .arrow-prev{
left: -100px;
padding-right: 3px;
}
.land-video-slider_control .arrow-next{
right: -100px;
padding-left: 3px;
}
@media (max-width: 1400px){
.land-video-slider_control .arrow-prev{
left: -50px;
}
.land-video-slider_control .arrow-next{
right: -50px;
}
}
@media (max-width: 1300px){
.land-video-slider_control .arrow{
top: 101%;
}
.land-video-slider_control .arrow-prev{
left: calc(45% - 22px);
}
.land-video-slider_control .arrow-next{
right: inherit;
left: calc(45% + 25px);
}
}
@media (max-width: 767px){
.land-video-slider_control .arrow-prev,
.land-video-slider_control .arrow-next{
display: none;
}
.land-video-item{
padding: 0 15px !important;
margin: 0;
}
.land-video-item{
opacity: 1 !important;
}
.land-video-item .video-thumbnail{
transform: scale(1) !important;
position: relative;
z-index: 5;
}
.land-video-item .land-video-item-descr{
opacity: 1 !important;
}
}  .fa-lg {
font-size: 1.33333em;
line-height: 0.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.28571em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none;
}
.fa-ul>li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.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(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
-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-angle-left:before {
content: "";
}
.fa-angle-right:before {
content: "";
}
.landing-body p {
font-weight: 400;
} .btn-custom {
text-transform: uppercase;
transition:  all .15s;
color: #fff;
}
.btn-custom:hover {
color: #fff;
}
.btn-transparent {
border: 2px solid #fff;
}
.btn-transparent:hover {
background-color: rgba(0, 0, 0, 0.29);
border-color: rgba(0, 0, 0, 0.38);
}
.btn-green-custom {
border:  2px solid #A6CD39;
background-color: #A6CD39;
}
.btn-green-custom:hover {
border-color: #587f0d;
background-color: #587f0d;
}
.strip-bottom {
position: relative;
padding-bottom: 35px;
}
.strip-bottom:before  {
position: absolute;
display: block;
content: '';
width: 85px;
height: 2px;
background-color: #54A7D0;
bottom: 0;
left: 50%;
transform:  translateX(-50%);
}
.land-h3 {
text-align: center;
font-size: 32px;
text-transform: uppercase;
color:  #464646;
line-height: 1;
margin-bottom: 30px;
font-weight: 300;
}
.land-subtitle {
text-align: center;
font-size: 20px;
color:  #464646;
}
.land-arrow {
position: absolute;
top: 50%;
transform:  translateY(-50%);
width: 45px;
height: 45px;
-webkit-background-size: cover;
background-size: cover;
cursor: pointer;
z-index: 1;
}
.land-next-arrow {
right: -85px;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/next-arr.png);
}
.land-prev-arrow {
left: -85px;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/prev-arr.png);
}
.land-next-arrow.-video {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/next-arr-blue.png);
}
.land-prev-arrow.-video {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/prev-arr-blue.png);
}
@media screen and (max-width:1360px) {
.land-next-arrow {
right: -50px;
}
.land-prev-arrow {
left: -50px;
}
}
@media screen and (max-width:1300px) {
.land-arrow {
top: inherit;
bottom: -60px;
transform: translateX(-50%);
}
.land-next-arrow {
left: calc(50% + 50px);
}
.land-prev-arrow {
left: calc(50% - 50px);
}
}
@media screen and (max-width:991px) {
.land-h3 {
margin-bottom: 20px;
}
.strip-bottom {
padding-bottom: 25px;
}
} .section-land-banner {
padding: 60px 0 85px;
color: #fff;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.land-h2 {
margin-bottom: 35px;
letter-spacing: -1.5px;
font-size: 60px;
line-height: 1;
margin-right: -70px;
color: #fff;
font-weight: 300;
}
.banner-inner-wrap {
padding-top: 55px;
}
.banner-description {
margin-bottom: 30px;
font-size: 24px;
line-height: 1.5;
}
.banner-buttons-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap:  wrap;
}
.banner-buttons-wrap a {
margin-right: 15px;
margin-bottom: 15px;
min-width: 235px;
}
.banner-buttons-wrap a:last-child {
margin-right: 0;
}
.section-land-banner .breadcrumbs {
padding-top: 0;
}
@media screen and (max-width:991px) {
.section-land-banner {
padding: 40px 0;
}
.land-h2 {
font-size: 52px;
margin-right: 0;
margin-bottom: 30px;
}
.banner-inner-wrap {
padding-top: 30px;
}
.banner-description {
font-size: 18px;
}
}
@media screen and (max-width:767px) {
.section-land-banner {
text-align: center;
}
.banner-buttons-wrap {
justify-content: center;
}
.land-h2 {
font-size: 40px;
}
.banner-inner-wrap {
padding: 0;
}
}
@media screen and (max-width:575px) {
.banner-buttons-wrap {
display: block;
}
.banner-buttons-wrap a {
margin-right: 0;
min-width: 215px;
}
} .section-land-video {
position: relative;
min-height: 100px;
padding: 50px 0 30px;
}
.section-land-video .container {
z-index: 1;
}
.land-subtitle-video {
margin-bottom: 40px;
}
.section-land-video:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: .17;
-webkit-background-size: cover;
background-size: cover;
}
.land-video-slider {  }
.land-video-item {
position: relative;
height: 100% !important;
padding: 0 30px;
transition: all .2s;
opacity: .5;
}
.land-video-item .video-thumbnail{
position: relative;
transition:  all .2s;
}
.land-video-item .video-thumbnail:before {
position: absolute;
content: '';
width: 56px;
height: 56px;
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/land-play.png);
-webkit-background-size: cover;
background-size: cover;
top: 50%;
left: 50%;
transform:  translate(-50%, -50%);
z-index: 1;
}
.land-video-item .video-thumbnail.image-thumbnail:before{display:none}
.land-video-item .video-thumbnail.-pdf:before {
background-image: url(//www.algosec.com/wp-content/themes/algosec/images/land/ico-pdf.png);
}
.land-video-item:focus {
outline:  none;
}
.land-video-item-descr {
opacity: 0;
text-align: center;
padding: 60px 0 0 0;
margin: 0 -80px;
transition:  all 1s;
}
.land-video-slider .slick-current + .slick-active {
opacity: 1;
}
.land-video-slider .slick-current + .slick-active .video-thumbnail {
transform:  scale(1.3);
}
.land-video-slider .slick-current + .slick-active .land-video-item-descr {
opacity: 1;
}
.land-video-slider .slick-current + .slick-active .land-video-item-descr p {
font-size: 16px;
}
.land-video-slider .slick-current + .slick-active .land-video-item-descr h6 {
font-size: 16px;
text-transform: uppercase;
margin: 25px 0 0;
}
.land-video-slider .slick-list {
padding: 25px 0;
}
.land-arrow-video {
position: absolute;
top: 80px;
width: 45px;
height: 45px;
cursor: pointer;
z-index: 1;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
color: #53A8D1;
border:  2px solid #53A8D1;
border-radius: 50%;
font-size: 26px;
opacity: .7;
transition:  all .15s;
}
.land-arrow-video:hover {
opacity: 1;
}
.land-next-arrow-video {
right: -150px;
padding-left: 3px;
}
.land-prev-arrow-video {
left: -150px;
padding-right: 3px;
}
.modal-land-video .modal-body {
padding: 0;
}
.modal-land-video .modal-content {
background: none;
box-shadow: none;
outline:  none;
border:  none;
}
.modal-land-video .modal-dialog {
box-shadow: none;
}
.modal-land-video .close {
position: absolute;
top: -25px;
right: -25px;
color:  #fff;
font-size: 32px;
text-shadow:  none;
box-shadow:  none;
opacity: .7;
}
.modal-land-video .close:focus {
outline: none;
}
@media screen and (max-width:1360px) {
.land-next-arrow-video {
right: -115px;
}
.land-prev-arrow-video {
left: -115px;
}
}
@media screen and (max-width:1300px) {
.section-land-video {
padding-bottom: 70px;
}
.land-arrow-video {
top: inherit;
bottom: -40px;
transform: translateX(-50%);
}
.land-next-arrow-video {
left: calc(50% + 50px);
}
.land-prev-arrow-video {
left: calc(50% - 50px);
}
}
@media screen and (max-width:991px) {
.land-video-item-descr {
padding-top: 40px;
}
}
@media screen and (max-width:767px) {
.land-video-item-descr {
opacity: 1;
margin: 0;
padding-top: 20px;
}
.land-video-item {
opacity: 1;
padding: 0;
}
.land-subtitle-video {
margin-bottom: 20px;
}
.land-video-slider .slick-list {
padding: 0;
}
.land-arrow-video {
bottom: -50px;
}
.modal-land-video {
padding: 0 !important;
}
.modal-land-video .modal-content {
margin: 0 auto;
padding: 0 15px;
}
.modal-land-video .close {
top: -35px;
right: -10px;
}
} .section-land-button-banner {
position: relative;
color: #fff;
padding: 145px 0 85px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.section-land-button-banner:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
border-top: 20px solid #53A8D1;
top: 100%;
left: 50%;
transform:  translateX(-50%);
z-index: 1;
}
.section-land-button-banner .land-h2 {
margin-bottom: 45px;
}
.buttons-banner-description {
font-size: 18px;
line-height: 1.7;
margin-bottom: 40px;
}
@media screen and (max-width:991px) {
.section-land-button-banner {
color: #fff;
padding: 40px 0;
}
.section-land-button-banner .land-h2 {
margin-bottom: 30px;
}
.buttons-banner-description {
line-height: 1.5;
margin-bottom: 30px;
}
}
@media screen and (max-width:767px) {
.section-land-button-banner {
background-position: 0 center;
text-align: center;
}
.section-land-button-banner:after {
display: none;
}
} .section-land-faq {
position: relative;
background-repeat: no-repeat;
background-position: 100% 100%;
padding: 45px 0;
}
.section-land-faq:before {
position: absolute;
content: '';
width: 55%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: left bottom;
top: 0;
bottom: 0;
right: 0;
}
.land-faq-subtitle {
margin-bottom: 60px;
}
.strip-bottom.-strip-left {
padding-bottom: 20px;
}
.strip-bottom.-strip-left:before {
left: 0;
transform: none;
width: 30px;
}
.faq-items-wrap .faq-item:last-child {
margin-bottom: 0;
}
.faq-item  {
margin-bottom: 55px;
}
.faq-item h2 {
font-size: 22px;
margin-bottom: 15px;
color:#333;
}
.faq-item p {
line-height: 2;
margin-bottom: 0;
}
@media screen and (max-width:1370px) {
.section-land-faq:before {
width: 70%;
}
}
@media screen and (max-width:1199px) {
.section-land-faq:before {
width: 100%;
background-position: 100% 100%;
}
}
@media screen and (max-width:991px) {
.land-faq-subtitle {
margin-bottom: 35px;
}
.strip-bottom.-strip-left {
padding-bottom: 15px;
}
.faq-item {
margin-bottom: 40px;
}
.faq-item h2 {
margin-bottom: 10px;
}
.faq-item p {
line-height: 1.5;
}
}
@media screen and (max-width:767px) {
.section-land-faq {
text-align: center;
}
.section-land-faq:before {
display: none;
}
.strip-bottom.-strip-left:before {
left: 50%;
transform:  translateX(-50%);
}
} .section-land-resources {
padding: 50px 0 85px;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.land-resources-subtitle {
color: #fff;
margin-bottom: 50px;
}
.section-land-resources .land-h3 {
color: #fff;
}
.land_resources-slider .slick-list {
margin: 0 -10px;
}
.land_resources-item {
margin-top: 0;
padding: 0 10px;
}
.land_resources-item.-new {
padding: 0;
margin-bottom: 20px;
height: 380px;
}
.land_resources-item p {
font-weight: 400;
}
.land_resources-item:focus {
outline: none;
}
.land_resources-item .new {
left: 5px;
}
.land_resources-item .resource-action {
width: calc(100% - 20px);
}
.land_resources-item.-new .resource-action {
width: 100%;
}
.land_resources-item .resource-action img {
display: inline-block;
}
.land_resources-item .resource-action a:focus {
outline: none;
}
@media screen and (max-width:767px) {
.land_resources-item .image-container {
width: 100%;
}
.land_resources-item .resource-action {
padding: 0;
}
} .section-features {
padding: 50px 0 40px;
}
.land-features-subtitle {
margin-bottom: 70px;
}
.land-features-items-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.land-features-item {
flex-basis: 270px;
max-width: 270px;
text-align: center;
margin-right: 100px;
margin-bottom: 30px;
}
.land-features-item:nth-child(3n) {
margin-right: 0;
}
.land-features-item-img-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: flex-end;
align-items: flex-end;
justify-content: center;
min-height: 50px;
margin-bottom: 20px;
}
.land-features-item-descr h2 {
margin: 0;
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
color:#333;
}
.land-features-item-descr p {
font-size: 17px;
letter-spacing: -1px;
line-height: 1.5;
}
@media screen and (max-width:1199px) {
.land-features-item {
margin-right: 0;
}
.land-features-item-descr h2 {
margin-bottom: 10px;
}
}
@media screen and (max-width:620px) {
.land-features-items-wrap {
justify-content: center;
}
.land-features-item {
flex-basis: 100%;
max-width: 100%;
}
} .section-land-security {
position: relative;
padding: 50px 0 35px;
}
.section-land-security:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: .17;
-webkit-background-size: cover;
background-size: cover;
}
.section-land-security .land-h3 {
margin-bottom: 70px;
line-height: 1.5;
}
.container-security {
position: relative;
max-width: 630px;
z-index: 1;
}
.land-security-item {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-bottom: 50px;
}
.land-security-img-wrap {
flex-basis: 170px;
width: 170px;
padding: 0 17px;
}
.land-security-descr {
flex-basis: calc(100% - 170px);
}
.land-security-img-wrap-inner {
width: 136px;
height: 136px;
box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.2);
border-radius: 50%;
background-color: #fff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: center;
}
.land-security-img-wrap-inner .img-wrap {
}
.land-security-descr {
padding: 20px 0 0 20px;
}
.land-security-descr h2 {
font-size: 22px;
font-weight: 500;
margin: 0;
margin-bottom: 15px;
color:#333;
}
.land-security-descr p {
font-size: 20px;
line-height: 1.5;
margin: 0;
}
.land-security-items-wrap .land-security-item:nth-child(even) .land-security-img-wrap {
order:  1;
}
@media screen and (max-width:991px) {
.section-land-security {
padding-bottom: 10px;
}
.section-land-security .land-h3 {
margin-bottom: 40px;
line-height: 32px;
}
}
@media screen and (max-width:650px) {
.land-security-items-wrap .land-security-item:nth-child(even) .land-security-img-wrap {
order:  0;
}
.land-security-img-wrap {
padding: 0;
flex-basis: 136px;
}
.land-security-descr {
padding: 5px 0 0 10px;
}
}
@media screen and (max-width:575px) {
.land-security-item {
flex-wrap:  wrap;
}
.land-security-img-wrap {
flex-basis: 100%;
}
.land-security-descr {
flex-basis: 100%;
}
.land-security-img-wrap-inner {
margin: 0 auto 10px;
}
.land-security-descr {
text-align: center;
}
}
.footer-land .separator {
display: none;
}
.footer-land .contact_us {
padding-bottom: 30px;
}
.footer-land .contact_us h2 {
font-size: 32px;
color:  #464646;
padding-bottom: 35px;
position: relative;
text-transform: uppercase;
margin-bottom: 25px;
}
.footer-land .contact_us h2:before {
position: absolute;
display: block;
content: '';
width: 85px;
height: 2px;
background-color: #54A7D0;
bottom: 0;
left: 50%;
transform:  translateX(-50%);
}
.footer-land .contact_us .sub_title {
font-size: 20px;
margin-bottom: 55px;
}
@media screen and (max-width:992px) {
.footer-land .contact_us .sub_title {
margin-bottom: 10px;
}
}
.video-thumbnail {
cursor: pointer;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: $black;
}
.video-thumbnail-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
}
.video-thumbnail-icon.-youtube-icon {
width: 68px;
height: 48px;
}
.video-thumbnail-icon.-youtube-icon .ytp-large-play-button-bg {
transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
}
.video-thumbnail:hover .video-thumbnail-icon.-youtube-icon .ytp-large-play-button-bg {
transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
fill: #f00;
fill-opacity: 1;
}
.modal {
text-align: center;
padding: 0!important;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
.jumbo-menu a.menu-widget-wrapper {
-webkit-background-size: contain !important;
background-size: contain !important;
background-repeat: no-repeat !important;
min-height: 170px;
}
.jumbo-menu a.menu-widget-wrapper button {
margin-top: 110px;
}
.jumbo-menu .menu-widget-wrapper .title,
.jumbo-menu .menu-widget-wrapper .text {
display: none;
}