/* Index */
#choose-test-container a {
	margin: 0 auto;
    width: 200px;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.course-container a {
    cursor: pointer;
}
header {
    float: left;
    width: 100%;
}
.logo-wrapper h1 {
	margin-top:10px;
}
header .header-background {
    background-color: #fff;
}
header .logo-wrapper img {
    width: 100%;
    max-width: 182px;
}
header .logo-wrapper {
    float: left;
}
.menu-navigation {
    float: right;
    width: 84%;
}
@media (min-width: 768px ) {
    .ic-nav-list-item {
        display: inline-block;
        position: relative;
    }
    .ic-nav {
        float: right;
    }
    .ic-nav .ic-nav-list .ic-nav-list-item a.ic-nav-list-item-link {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #333333;
        text-decoration: none;
        text-transform: uppercase;
        background-color: transparent;
        display: block;
        text-align: center;
        transition: .3s;
        z-index: 1;
        padding: 40px 15px 17px 15px;
        position: relative;
    }
    .ic-nav .ic-nav-list .ic-nav-list-item a.ic-nav-list-item-link.active,
    .ic-nav .ic-nav-list .ic-nav-list-item a.ic-nav-list-item-link:hover {
        color: #00a0df;
        text-decoration: none;
        background-color: transparent;
    }
    .ic-nav >.ic-nav-list >.ic-nav-list-item >a.ic-nav-list-item-link:before {
        background: linear-gradient(to bottom,rgba(0,0,0,0.12) 0%,rgba(128,128,128,0) 50%,rgba(255,255,255,0) 100%);
    }
    .ic-nav >.ic-nav-list >.ic-nav-list-item:hover >a.ic-nav-list-item-link:before {
        bottom: 0;
    }
    .ic-nav >.ic-nav-list >.ic-nav-list-item >a.ic-nav-list-item-link:before ,
    .ic-nav >.ic-nav-list >.ic-nav-list-item >a.ic-nav-list-item-link:after {
        content: "";
        position: absolute;
        transition: .3s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
    }
    .ic-nav >.ic-nav-list >.ic-nav-list-item:hover >a.ic-nav-list-item-link:after {
        bottom: calc(92%);
        background: #00a0df;
    }
    .ic-nav-sublist {
        display: none;
        position: absolute;
        left: 0;
        z-index: 500;
        min-width: 210px;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        text-align: left;
        top: calc(100% + 0px);
        background-color: #00a0df;
    }
    .ic-nav >.ic-nav-list >.ic-nav-list-item:hover >.ic-nav-sublist {
        display: block;
    }
    .ic-nav-sublist:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #ffffff transparent transparent transparent;
    }
    .ic-nav-sublist .ic-nav-sublist-item {
        display: block;
    }
    .ic-nav-sublist .ic-nav-sublist-item a.ic-nav-sublist-item-link {
        font-family: 'Lato', sans-serif;
        font-weight: 900;
        font-style: normal;
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
        padding: 14px 19px;
        transition: .3s;
        font-size: 14px;
        line-height: 20.125px;
        letter-spacing: .56px;
        position: relative;
        display: block;
    }
    .ic-nav-sublist .ic-nav-sublist-item:hover a.ic-nav-sublist-item-link  {
        color: #333;
    }
    .ic-nav-sublist .ic-nav-sublist-item a.ic-nav-sublist-item-link:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background-color: #fff;
    }
    .ic-nav-sublist .ic-nav-sublist-item:last-child a.ic-nav-sublist-item-link:after {
        display: none;
    }
}
.header-shadow {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: url('../images/header-shadow.png');
    background-size: auto;
    background-position: center top;
    background-repeat: repeat-x;
}
/* Footer */
.footer {
    float: left;
    width: 100%;
    background-color: #f0f0f1;
    padding: 75px 0;
}
.footer h3 {
    color: #333333;
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Lato Regular';
    margin-bottom: 0;
}
.footer h3+* {
    margin-top: 30px;
}
.copyright p {
    color: #333333;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.copyright a {
     text-align: center;
     margin: 0 auto;
     display: block;	
}
.footer .social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.footer .social-icons li:last-child {
    margin-right: 0;
}
.footer .social-icons .fa-facebook,
.footer .social-icons .fa-twitter,
.footer .social-icons .fa-google-plus,
.footer .social-icons .fa-linkedin,
.footer .social-icons .fa-instagram {
    width: 43px;
    height: 43px;
    font: 400 22px/43px "FontAwesome";
    color: #00a0df;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer .social-icons a:hover {
    background-color: #00a0df;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.contact-info dl,
.contact-info address {
    margin-bottom: 10px;
}
.contact-info dl:last-child {
    margin-bottom: 0;
}
.contact-info dl dt, 
.contact-info dl dd {
    display: inline-block;
}
.contact-info dl dd a,
.contact-info dl dd a:hover {
    color: #00a0df;
}
.footer-newsletter p {
    color: #333;
}
.footer-newsletter fieldset .form-control {
    height: 38px;
}
.footer-newsletter button.submit-button {
    padding: 7px 22px;
}
.footer-newsletter .button-container {
    text-align: right;
}
.footer-contact-info,
.footer-opening-hours,
.footer-newsletter,
.footer-social-icons,
.copyright {
    float: left;
    width: 100%;
}
main {
    margin-top: 102px;
    float: left;
    width: 100%;
    min-height: 800px;
    }
footer {
    float: left;
    width: 100%;
}
.contact-us-container {
    float: left;
    width: 100%;
    border-top: 3px solid #fff;
}
.button-container {
    float: left;
    width: 100%;
    text-align: center;
}
.button {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #ffffff;
    background-color: #00a0df;
    border-color: transparent;
    padding: 10px 38px;
    border-radius: 29px;
    letter-spacing: .64px;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00a0df;
    border: 1px solid #00a0df;
}
.contact-us-container fieldset {
    margin-top: 20px;
}
fieldset .form-group {
    position: relative;
}
fieldset .form-control {
    color: #777777;
    background-color: #f6f6f6;
    font-style: normal;
    font-weight: 300;
    border-color: transparent;
    border: 1px solid transparent;
    padding: 16px 20px;
    height: 56px;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: initial; 
    box-shadow: initial; 
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
    font-family: 'Lato Regular';
}
.form-control:focus {
    box-shadow: initial;
    -webkit-box-shadow: initial;
}
.alert.required-alert, .field-validation-error {
    right: 0;
    top: -15px;
    font-size: 10px;
    line-height: 18px;
    font-family: 'Lato Regular';
    position: absolute;
    font-style: normal;
    font-weight: 400;
    color: #ed382c;
    width: auto;
    margin-bottom: 0;
}
fieldset .form-control.alert, fieldset .form-control.input-validation-error {
    border-color: #ed382c;
}
.contact-us-container p {
    text-align: center;
    padding: 0 20px;
    font-family: 'Lato Light';
    font-size: 18px;
    line-height: 24px;
}
#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
    height: 400px;
}
#cd-google-map {
    position: relative;
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 18px;
    background-color: rgb(25, 118, 211);
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}
#cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
#cd-zoom-in {
    margin-top: 50px;
  }
#cd-zoom-out {
    background-position: 50% -32px;
}
/* End of Footer */ 
/* Homepage Slider */
.homepage-slide img {
    width: 100%;
    height: 480px;
	object-fit: cover;
}
.homepage-slider .slick-slide {
    height: 480px;
}
.homepage-slide {
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
}
.homepage-slide-content {
    padding: 30px;
    position: absolute;
    top: 2%;
    width: 350px;
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.homepage-slide-content.right-side {
    right: 10%;
}
.homepage-slide-content.left-side {
    left: 10%;
}
.slick-current.slick-active .homepage-slide-content {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.homepage-slide-content h2 {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(-2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
    color: #de1414;
    font-size: 30px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0;
    text-shadow: 6px 4px 16px rgba(0, 0, 0, 0.81);
	text-align: left;
}
.slick-current.slick-active .homepage-slide-content h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.homepage-slide-content .package-content,
.homepage-slide-content .package-content p,
.homepage-slide-content .package-content strong {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-shadow: 6px 4px 16px rgba(0, 0, 0, 0.81);
}
.homepage-slide-content .package-content strong {
    font-family: 'Lato Bold';
}
.slick-current.slick-active .homepage-slide-content .package-content,
.slick-current.slick-active .homepage-slide-content .package-content p,
.slick-current.slick-active .homepage-slide-content .package-content strong {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.homepage-slide-content a{
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.slick-current.slick-active .homepage-slide-content a {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
    display: inline-block;
}
.homepage-slide-content span.new-price {
    color: #de1414;
    font-size: 26px;
    line-height: 32px;
    text-shadow: 6px 4px 16px rgba(0, 0, 0, 0.81);
}
.homepage-slide-content span.old-price {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-shadow: 6px 4px 16px rgba(0, 0, 0, 0.81);
    position: relative;
    top: -4px;
    left: 5px;
}
.homepage-slide:before {
	content: "";
	background-image: url("/media/1546/action.png");
	position: absolute;
	width: 120px;
	height: 176px;
	top: 64px;
	left: 109px;
	z-index: 1;
}
.homepage-slide:after {
	content: "";
	width: 140px;
	height: 196px;
	position: absolute;
	top: 55px;
	left: 100px;
	background-color: #ffffff;
}
.homepage-slider-container ul {
    list-style: none;
    margin: 0;
}
.homepage-slider-container .package-content ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 5px;    
}
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.slick-dots li {
    display: inline-block;
    margin-right: 30px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li button {
    border-width: 2px;
    border-style: solid;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: .3s;
    color: transparent;
    border-color: transparent;
    background-color: #ffffff;
}
.homepage-client-section .slick-dots li button {
    background-color: #777777;
}
.slick-dots li button:hover {
    background-color: #00a0df;
}
.slick-dots li.slick-active button { 
    border-color: transparent;
    background-color: #00a0df;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    -webkit-transform: translate(-46.5%,-31.5%) scale(1);
    -moz-transform: translate(-46.5%,-31.5%) scale(1);
    transform: translate(-46.5%,-31.5%) scale(1);
}
.slick-dots li button:before {
    content: "";
    background: rgba(25,118,211,0.36);
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: .5s;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-46.5%,-31.5%) scale(0);
    -moz-transform: translate(-46.5%,-31.5%) scale(0);
    transform: translate(-46.5%,-31.5%) scale(0);
    display: block;
}
.arrow {
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	width: 8%;
    height: 120px;
	min-width: 80px;
	max-width: 200px;
	text-align: center;
	overflow: hidden;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font-family: Arial;
	font-size: 150px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	        transition: 0.4s;
}
.arrow:hover::after {
	opacity: 0.9;
	font-size: 1.2em;
	line-height: 0.8;
}
.arrow:active {
	opacity: 0.6;
	text-shadow: 0 0 10px #FFF;
	-webkit-transition: 0s;
	        transition: 0s;
}
.arrow::after {
	opacity: 0.5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1;
	height: 180px;
	margin: auto;
	color: #363636;
	-webkit-transition: 0.25s cubic-bezier(0.5, 0, 0.5, 1);
	        transition: 0.25s cubic-bezier(0.5, 0, 0.5, 1);
}
.arrow.prev {
	left: 25%;
}
.arrow.next {
	right: 25%;
}
.arrow.prev::after {
	content: '\2039';
	text-shadow: 60px 0px transparent, 0 0 #363636;
}
.arrow.prev:hover::after {
	text-shadow: 0 0px #363636, -60px 0 transparent;
}
.arrow.next::after {
	content: '\203A';
	text-shadow: -60px 0px transparent, 0 0 #363636;
}
.arrow.next:hover::after {
	text-shadow: 0 0px #363636, 60px 0 transparent;
}
.arrow.prev {
	-webkit-transform: translatex(-100%);
	    -ms-transform: translatex(-100%);
	        transform: translatex(-100%);
	width: 0;
}
.arrow.next {
	-webkit-transform: translatex(100%);
	    -ms-transform: translatex(100%);
	        transform: translatex(100%);
	width: 0;
}
.homepage-arrows .arrow.prev {
    left: 5%;
}
.homepage-arrows .arrow.next {
    right: 5%;
}
.homepage-arrows .arrow {
    top: 50%;
    transform: translate(-5%, -50%);
    text-shadow: 0 0 10px rgba(25,118,211,0.36)
}
.homepage-arrows .arrow.prev:hover::after {
    text-shadow: 0 0px #00a0df, -60px 0 transparent;
}
.homepage-arrows .arrow.prev::after {
    text-shadow: 60px 0px transparent, 0 0 #00a0df;
}
.homepage-arrows .arrow.next::after {
    text-shadow: -60px 0px transparent, 0 0 #00a0df;
}
.homepage-arrows .arrow.next:hover::after {
    text-shadow: 0 0px #00a0df, 60px 0 transparent;
}
.homepage-arrows .arrow::after {
    color: #00a0df;
}
/* End of Homepage Slider */
.section-title {
    text-align: center;
    float: left;
    width: 100%;
}
.diff-letters {
    font-size: 40px;
    line-height: 48px;
    color: #00a0df;
    font-weight: bold;
}
.section-container {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.homepage-blog-section .blog-article {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.homepage-blog-section .blog-article .image-wrap {
    position: relative;
    height: 230px;
    width: 100%;
    overflow: hidden;
}
.homepage-blog-section .blog-article a .image-wrap:after {
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    content: '';
    opacity: 0;
}
.homepage-blog-section .blog-article .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepage-blog-section .blog-article .text-wrap {
    border-top: none;
    position: relative;
    padding: 20px 15px 25px 15px;
    overflow: hidden;
}
.homepage-blog-section .blog-article a:hover .image-wrap:after, 
.homepage-blog-section .blog-article a:focus .image-wrap:after, 
.homepage-blog-section .blog-article a:active .image-wrap:after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.homepage-blog-section .blog-article a:hover .text-wrap h3, 
.homepage-blog-section .blog-article a:focus .text-wrap h3, 
.homepage-blog-section .blog-article a:active .text-wrap h3 {
    text-decoration: underline;
}
.homepage-blog-section .blog-article a:hover .text-wrap button, 
.homepage-blog-section .blog-article a:focus .text-wrap button, 
.homepage-blog-section .blog-article a:active .text-wrap button {
    background-color: #fff;
    color: #00a0df;
    border: 1px solid #00a0df;
}
.blog-article h3 {
    color: #333333;
    margin: 10px 0 30px 0;
    float: left;
    width: 100%;
}
.topcontrol {
    background: #00a0df none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    bottom: 80px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    height: 58px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    position: fixed;
    right: 20px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 58px;
    text-align: center;
}
.topcontrol .fa {
    font: 40px/56px 'FontAwesome'; 
}
.topcontrol:hover {
    background-color: #fff;
    color: #00a0df;
    border: 1px solid #00a0df;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.search-wrapper-header input {
    border: none;
    height: 32px;
    padding: 0;
    float: left;
    width: 100%;
    max-width: 1px;
    border-radius: 0;
    transition: all .30s linear;
    -moz-transition: all .30s linear;
    -webkit-transition: all .30s linear;
    font-size: 16px;
    font-family: 'Lato Regular';
    margin-right: 15px;
    position: relative;
    border: 1px solid #00a0df;
}
.search-wrapper-header.opened input {
    width: 100%;
    max-width: 175px;
    padding: 0 10px;
}
.search-wrapper-header .fa-search {
    color: #00a0df;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
}
.search-wrapper-header:before {
    content: '';
    height: 20px;
    width: 2px;
    background: #00a0df;
    position: absolute;
    top: 0;
    left: 0;
}
textarea.form-control {
    height: auto;
}
.search-wrapper-header input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
    font-size: 14px;
    line-height: 14px;
}
.search-wrapper-header input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333333;
    font-size: 14px;
    line-height: 14px;
    opacity:  1;
}
.search-wrapper-header input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333333;
    opacity:  1;
    font-size: 14px;
    line-height: 14px;
}
.search-wrapper-header input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #333333;
    font-size: 14px;
    line-height: 14px;
}
/* End of Index */
/* Gellery */
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 20px;
}
.demo-gallery > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 243.5px;    
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.demo-gallery {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
#lightgallery li {
    display: none;
}
/* End of Gallery */
/* Course Price */
.card {
    float: left;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    opacity: 0.5;
    box-shadow: 0px 17px 46px -10px #777777;
    height: 470px;
    border-radius: 14px;
}
.homepage-pricing-container .button-container {
    margin-top: 50px;
}
.card.spin {
    -webkit-animation: intro 1s 0.1s forwards;
            animation: intro 1s 0.1s forwards;
}
.card.drive {
    -webkit-animation: intro 1s 0.2s forwards;
            animation: intro 1s 0.2s forwards;
}
.card.drive {
    -webkit-animation: intro 1s 0.3s forwards;
            animation: intro 1s 0.3s forwards;
}
.card {
    background: -webkit-linear-gradient(45deg, #00a0df 0%, #89BFDF 100%);
    background: -moz-linear-gradient(45deg, #00a0df 0%, #89BFDF 100%);
}
.card:hover .card_inner__header img {
    left: -50px;
    -webkit-transition: all 3.4s linear;
    transition: all 3.4s linear;
}
.card:hover .card_inner__cta button {
    -webkit-transform: scale(1);
            transform: scale(1);
}
.card.drive:hover .card_inner__circle img {
    -webkit-animation: drive 1s forwards;
            animation: drive 1s forwards;
}
.card.drive .card_inner__circle img {
    top: 22px;
    left: 1px;
}
.card.spin:hover .card_inner__circle img {
    -webkit-animation: spin 1s forwards;
            animation: spin 1s forwards;
}
.card.spin .card_inner__circle img {
    top: 22px;
}
.card:hover {
    opacity: 1;
}
.card_inner__circle {
    overflow: hidden;
    width: 70px;
    position: absolute;
    background: #F1F0ED;
    z-index: 10;
    height: 70px;
    border-radius: 100px;
    left: 0;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.28);
    right: 0;
    margin: auto;
    border: 4px solid white;
    top: 82px;
}
.card_inner__circle img {
    height: 26px;
    position: relative;
    top: 17px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.card_inner__header {
    height: 120px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden;
}
.card_inner__header img {
    width: 120%;
    position: relative;
    top: -30px;
    left: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.card_inner__content {
    padding: 20px;
}
.card_inner__content .price {
    color: #fff;
    font-weight: 800;
    font-size: 44px;
    line-height: 52px;
    margin-top: 15px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.card_inner__content .text {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
}
.card_inner__content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.64);
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 1px;
}
.card_inner__cta {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}
@-webkit-keyframes drive {
    0% {
        right: 0;
    }
    25% {
        left: 50px;
        right: 50px;
    }
    50% {
        right: -50px;
    }
    75% {
        left: -50px;
    }
    100% {
        right:50;
    }
}

@keyframes drive {
    0% {
        right: 0;
    }
    25% {
        left: 50px;
        right: 50px;
    }
    50% {
        right: -50px;
    }
    75% {
        left: -50px;
    }
    100% {
        right:50;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
    }
}
@-webkit-keyframes intro {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.06);
                transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(0.965);
                transform: scale(0.965);
    }
    75% {
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes intro {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.06);
                transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(0.965);
                transform: scale(0.965);
    }
    75% {
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
/* End of Course Price */
/* Opening Hours */
.footer-opening-hours {
    z-index: 9999;
}
.footer-opening-hours h2 {
    color: #00a0df;
}
.footer-opening-hours dl {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.footer-opening-hours .driving-hours,
.footer-opening-hours .hours-info {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.footer-opening-hours .hours-info p {
    color: red;
    text-align: left;
}
.footer-opening-hours dt, 
.footer-opening-hours dd {
    float: left;
    width: 50%;
    text-align: left;
}
#timeDiv {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  max-width: 355px;
  background: #fff;
  width: 85%;
  margin: 0 auto;
  top: 50%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.footer-opening-hours .open {
  color: #00a0df;
  border: 2px solid #00a0df;
}
.closed {
  color: rgba(231, 76, 60, 0.85);
  border: 2px solid rgba(231, 76, 60, 0.8);
}
.viewOpen {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #333333;
  max-width: 195px;
  background: #fff;
  width: 100%;
  color: #333333;
  margin: 0 auto;
  top: 50%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
  cursor: pointer;
}
.viewOpen i {
  color: #333333;
}
.dateTime {
  max-width: 320px;
  margin: 0 auto;
}
.day {
  display: inline-block;
  float: left;
}
.time {
  display: inline-block;
  float: right
}
.today {
  color: rgb(200, 85, 39);
  font-weight: 600;
}
/* view hours modal */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer-opening-hours .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  display: none;
}
.footer-opening-hours #modal-state {
  display: none;
}
.footer-opening-hours #modal-state.checked + .modal-overlay {
  opacity: 1;
  animation: fade-in .4s;
  display: block;
  z-index: 9999;
}
.footer-opening-hours .modal {
  position: absolute;
  margin: 0 auto;
  padding: 30px 25px;
  background: #fff;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  line-height: 1.8;
}
.footer-opening-hours #modal-state:checked + .modal-overlay .modal {
  top: 8%;
  display: block;
  max-height: 85%;
  height: auto;
}
.footer-opening-hours .modal-overlay-close {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.footer-opening-hours .button-close {
  text-decoration: none;
  position: absolute;
  color: #fff;
  background: #464646;
  padding: 0px 7px;
  font-weight: bold;
  top: 0px;
  right: 0;
  cursor: pointer
}
/* End of Opening Hours */
/* Info Section */
.info-section-content {
    padding: 20px;
    float: left;
    width: 100%;
    margin: 20px 0;
    border: 1px solid #00a0df;
}
/* End of Info Section */
#contactUsModal .modal-content,
#contactUsModal .modal-body {
    float: left;
    width: 100%;
}
#contactUsModal fieldset .form-control {
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding: 12px 20px;
}
/* Right Sidebar */
.right-sidebar {
    float: left;
    width: 100%;
    border-left: 2px solid #00a0df;
    padding-left: 20px;
    margin-bottom: 20px;
}
.right-sidebar a {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    color: #1FA2E1;
}
.right-sidebar a:hover {
    text-decoration: underline;
    color: #23527c;
}
.right-sidebar h5 {
    margin-bottom: 5px;
}
/* End of Right Sidebar */
/* Prices */
.prices-container .row-centered {
    float: left;
    margin-top: 30px;
    width: auto;
}
.prices-container h4 {
    float:left;
    width: 100%;
}
.package-containter {
    border: 1px solid #00a0df;
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.package-title-container,
.package-price {
    text-align: center;
    float: left;
    width: 100%;
    font-family: 'Lato Regular';
    position: relative;
}
span.package-title,
span.package-new-price {
    border: 2px solid #00a0df;
    padding: 5px 30px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto;
}
.package-price {
    padding: 0 20px;
}
span.package-title {
    top: -38px;
}
span.package-new-price { 
    color: #df0000;
    bottom: 28px;
}
.package-content {
    float: left;
    width: 100%;
}
.package-old-price {
    position: relative;
    top: -8px;
    text-decoration: underline;
}
/* End of Prices */
/* Staff */
.about__section {
  width:100%;
  float: left;
  margin:auto;
  margin-bottom: 20px;
}

.about__section .about__slot {
  width:100%;
  box-sizing: border-box;
  background-color:#f5f5f5;
  /*border:1px solid #ccc;*/
  border-right:none;
  border-top:none;
  height:15vw;
  min-height:300px;
  min-width:220px;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  cursor:pointer;
  position:relative;
  background-size:0% auto;
  -webkit-transition:all 0.3s linear;
  background-position:center center;
  background-repeat:no-repeat;
  overflow:hidden;
}


.about__slot.bio .about__info {
  top:0px;
  bottom:200px;
  background-color:rgba(0,0,0,0.42);
  box-shadow:inset 0px -5px 10px 0 rgba(0,0,0,1);
}
.about__slot .about__info {
  position:absolute;
  left:0;
  bottom:0;
  top:210px;
  right:0;
  pointer-events:none;
  z-index:9;
  -webkit-transition:all 0.3s linear;
  padding: 10px;
}
/*BOOM */
.about__slot .headshot {
  margin:auto;
  margin-top:19px;
  width:172px;
  height:172px;
  background-size:cover;
  background-position:center 15%;
  border-radius:100%;
  box-shadow:0px 2px 10px 2px rgba(0,0,0,0.42);
  -webkit-transition:all 0.6s ease-in-out;
}
.about__slot.bio .headshot {
  -webkit-filter:blur(3px);
  opacity:1;
  width:100%;
  height:300px;
  border-radius:0;
  margin-top:0;
  background-size:375px 375px !important;
  border:0;
  top:0;
  left:0;
  botttom:0;
  right:0;
}
.about__slot .name {
  font-family:"Typo Grotesk",sans-serif;
  font-size:20px;
  font-weight:800;
  color:#424242;
  margin-bottom:0px;
  -webkit-transition:all 0.3s linear;
}

.about__slot .title {
   font-family:"Typo Grotesk",sans-serif;
  font-size:16px;
  font-weight:300;
  margin-top:5px;
  color:#ccc;
  -webkit-transition:all 0.3s linear;
}

.about__slot.bio .name {
  color:#f5f5f5;
}

.about__section .about__slot:hover .headshot {
  opacity:1;
  width:100%;
  height:300px;
  border-radius:0;
  margin-top:0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border:0;
}

.about__section .about__slot:hover .name {
  color:#f5f5f5 !important;
}

.about__section .about__slot:hover .about__info {
    background-color:rgba(0,0,0,0.42);
    top: 190px;
}
.about__section .about__slot .about__info span.staff-language {
    opacity: 0;
}
.about__section .about__slot:hover .about__info span.staff-language {
    opacity: 1;
    color: #ccc;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Lato Regular';
}
/* End of Staff */
/* Course */
.course-container img,
.taking-license-container img {
    width: 100% !important;
    height: auto !important;
    float: left;
    margin-bottom: 20px;
}
.course-container h4 {
    margin-bottom: 0;
}
.course-container {
    margin-bottom: 20px;
}
/* End of Course */
/* Taking License */
table h4 {
    float: left;
    margin-bottom: 0;
}
.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: 10px;
}
/* End of Taking License */
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(1):hover {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(1){
    font-weight:700;
}

.map-section, .contact-section {
    position: relative;
    width: 100%;
    background: #00a0df;
} 
.map-panel, .contact-panel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 3;
    min-height: 60px;
}
.map-panel.closed, .contact-panel.closed {
    overflow: hidden;
    height: 60px !important;
    border: none;
}
.map-header, .contact-header {
    padding: 20px 0px 20px 0px;
    position: relative;
    cursor: pointer;
}
.map-header h3, .contact-header h3 {
    position: relative;
    color: #fff;
    float: left;
    width: auto;
    padding-right: 40px;
}
.map-header h3:after {
	content: "\f078";
}
.map-header h3:after, .contact-header h3:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    height: 25px;
    display: inline-block;
    font: normal normal normal 14px/25px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-header h3:after {
	content: "\f0e0";
}
.contact-panel.in .contact-header h3:after {
    content: "\f0e0";
}
.map-panel.in .map-header h3:after {
    content: "\f077";
}
#googleMap {
    height: 500px;
    width: 100%;
}
.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #89849b;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

    .pin:after {
        content: '';
        width: 14px;
        height: 14px;
        margin: 8px 0 0 8px;
        background: #2f2f2f;
        position: absolute;
        border-radius: 50%;
    }

.pulse {
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}

    .pulse:after {
        content: "";
        border-radius: 50%;
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -13px 0 0 -13px;
        -webkit-animation: pulsate 1s ease-out;
        -moz-animation: pulsate 1s ease-out;
        -o-animation: pulsate 1s ease-out;
        -ms-animation: pulsate 1s ease-out;
        animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0 0 1px 2px #89849b;
        box-shadow: 0 0 1px 2px #89849b;
        -webkit-animation-delay: 1.1s;
        -moz-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        -ms-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

/* Search Page */
.search-container .pagination-container {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.pagination button {
    color: #00a0df;
    height: 34px;
    font-family: 'Lato Regular';
    font-size: 13px;
    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 button.active {
    background-color: #e9e6f2;
    border: 1px solid #ddd;
    color: #0085b6;
    font-family: 'Lato Bold';
}
.search-items-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.search-container .search-item, .search-container .search-item-result {
    border-bottom: 1px solid #dcdcdd;
    padding: 20px 0 15px 0;
}

    .search-container .search-item h4 {
        color: #00a0df;
        text-transform: uppercase;
        font-family: 'Lato Bold';
    }

    .search-container .search-item-result span {
        font-size: 22px;
        color: #363636;
        font-family: 'Lato Light';
    }

        .search-container .search-item-result span span {
            font-family: 'Lato Regular';
        }

.search-input-container {
    background-color: #f0f0f0;
    padding: 25px 0;
    float: left;
    width: 100%;
}

    .search-input-container .input-group {
        width: 100%;
        border: 1px solid #dcdcdd;
        background-color: #ffffff;
        height: 46px;
        border-radius: 50px;
        font-family: 'Lato Regular';
        font-size: 17px;
        color: #363636;
    }

        .search-input-container .input-group .search-input {
            border-radius: 50px 0 0 50px;
            font-size: 17px;
            font-weight: 400;
            line-height: 24px;
            height: 44px;
            border: none;
            box-shadow: none;
            padding: 0 0 0 22px;
            background-color: #ffffff;
            width: 100%;
        }

        .search-input-container .input-group .input-group-addon {
            background-color: #fff;
            border-radius: 0 50px 50px 0;
            height: 44px;
            box-shadow: none;
            width: 65px;
            background-size: 20px 20px;
        }

            .search-input-container .input-group .input-group-addon .fa-search {
                font-size: 20px;
                color: #00a0df;
            }

.input-group-addon:last-child {
    border: 0;
}

.search-input-container .input-group .search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Lato Regular';
    font-size: 17px;
    color: #363636;
}

.search-input-container .input-group .search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Lato Regular';
    font-size: 17px;
    color: #363636;
    opacity: 1;
}

.search-input-container .input-group .search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Lato Regular';
    font-size: 17px;
    color: #363636;
    opacity: 1;
}

.search-input-container .input-group .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Lato Regular';
    font-size: 17px;
    color: #363636;
}
/* End of Search Page */
.homepage-blog-section .load-more-button {
    display: none;
}
.modal button.close {
    color: #00a0df;
    opacity: 1;
}
.homepage-blog-section.section-container {
    padding-top: 20px;
}
/* Benefits Section */
.benefits-container {
    padding: 20px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #00a0df;
    background: -webkit-linear-gradient(45deg, rgba(41, 107, 226, 0.52) 0%, #00a0df 100%);
    background: linear-gradient(45deg, rgba(41, 107, 226, 0.52) 0%, #00a0df 100%);
}
.benefits-container h2,
.benefits-container p,
.benefits-container h3{
    color: #fff;
}
.benefits-container ul {
    list-style: none;
}
.benefits-container ul li {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.text-center {
    text-align: center;
}
.benefits-inner .text-center:nth-child(2) {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
.benefits-inner {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.benefit-image {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.benefit-image img {
    max-width: 70px;
    width: 100%;
}
.benefits-container .section-title p {
    width: 50%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}
/* End of Benefits Section */
#contactUsModal fieldset textarea.form-control {
	height: auto;
}
.course-container p {
	float: left;
	width: 100%;
}
.right-sidebar h2 {
	font-size: 28px;
	line-height: 30px;
}
.embed-responsive {
	float: left;
	width: 100%;
}
.table tr td:last-child,
.table tr th:last-child {
     text-align: center;
}
.g-recaptcha {
	margin-bottom: 15px;
}
/* 19.11.2017 */
.login {
    width: 350px;
    display: table;
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #00a0df;
    margin-top: 50px;
}
.legend {
    position: relative;
    width: 100%;
    display: block;
    background: #00a0df;
    padding: 15px;
    color: #fff;
    font-size: 20px;
}
.input {
    position: relative;
    width: 90%;
    margin: 15px auto;
}
.input span {
    position: absolute;
    display: block;
    color: #d4d4d4;
    left: 10px;
    top: 8px;
    font-size: 20px;
}
.input input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #a1a1a1;
}
.input input:focus {
    padding: 10px 5px 10px 40px;
    outline: 0;
    border-color: #FF7052;
}
.submit {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto -23px auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #00a0df;
    color: #00a0df;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
    background: #00a0df;
    color: #fff;
    outline: 0;
}
/*End of 19.11.2017*/
/* 20.11.2017 */
#main-quiz-container {
    margin: 0 auto;
    position: relative;
    background: #FCFCFC;
    border: 1px solid #00a0df;
    border-radius: 2px;
    width: 1000px;
    font-family: "Lato Regular";
    margin-bottom: 20px;
	margin-top: 55px;
}
#main-quiz-container a {
    text-decoration: none;
}
#results-container, #intro-container {
    width: 900px;
    text-align: center;
}
.question p {
    font-family: 'Lato Regular';
	font-weight: 300;
    color: inherit;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.question span {
	font-size: 18px;
    line-height: 20px;
	font-family: 'Lato Light';
	font-weight: 500;
	color: #777777;
	float: left;
    width: 30px;
}
.question-container {
    width: 760px;
    min-height: 400px;
    padding: 20px;
    overflow: auto;
    margin: auto;
}
.que-ans p:nth-child(2) {
    margin-left: 20px;
}
.que-ans p:nth-child(3) {
    display: none;
}
h2.q-title {
    margin: 10px 0 20px 0;
    font-size: 26px;
    font-weight: normal;
}
h2.q-title {
    font-size: 32px;
    margin-top: 30px;
}
.question-container ul.answers {
    margin: 0px;
    padding: 5px;
    list-style: none;
}
.question-image {
    width: 300px;
    margin: 0 auto;
    display: block;
	margin-bottom: 20px;l
}
.question-image img {
    width: 100%;
    cursor: pointer;
}
.question-container ul.answers li label {
    width: 100%;
    cursor: pointer;
    margin-bottom:0;
	font-weight: 300;
}
.question-container ul.answers li {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    background-color: #fff;
    color: #00a0df;
    border: 1px solid #00a0df;
    padding: 5px 38px;
    border-radius: 29px;
    letter-spacing: .64px;
    text-transform: uppercase;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    margin-bottom:15px;
    position: relative;
}
.question-container ul.answers li.finishedTestCorrectA {
    background-color: green !important;
    color: #fff !important;
}
.question-container ul.answers li:last-child {
    margin-bottom:0;
}
.question-container ul.answers li.selected,
.question-container ul.answers li:hover{
    text-decoration: none;
    background-color: #00a0df;
    color: #fff;
    border: 1px solid #00a0df;
}
.question-container ul.answers li.selected:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    left: 25px;
    color: #fff;
    content: '\f105';
    font-size: 18px;
    line-height: 26px;
}
.question-container input[type=radio] {
    display: none;
}
#progress-keeper {
    width: 553px;
    margin: 0px 12px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
#progress {
    width: 0;
    height: 20px;
    color: #00a0df;
    background: #00a0df;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a0df), to(#00a0df));
    background: -webkit-linear-gradient(#00a0df, #00a0df);
    background-image: -moz-linear-gradient(top, #00a0df, #00a0df);
    background-image: -moz-gradient(top, #00a0df, #00a0df);
}
#result-keeper {
    margin: 10px;
    text-align: center;
    overflow: auto;
}
#notice {
    position: absolute;
    top: 15%;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    color: #fff;
    font-family: Lato Regular;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    min-width: 350px;
    text-align: center;
    background: red;
    font-size: 20px;
    line-height: 28px;
}
.question-container .prev {
    float: left;
	margin-right: 15px;
}
.question-container .next, .question-container.btn-show-result {
    float: right;
}
.question-container .clear {
    clear: both;
}
.hide-content,
.hide-time {
    display: none;
}
.btn-container .button {
    position: relative;
}
.btn-prev:after, .btn-next:after, .btn-show-result:after {
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    top: 8px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid transparent;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
.btn-prev:hover:after, .btn-next:hover:after, .btn-show-result:hover:after {
    color: #00a0df;
}
.btn-prev:after {
    content: '\f053';
    left: 15px;
}
.btn-next:after {
    content: '\f054';
    right: 15px;
}
.btn-show-result:after {
    content: '\f087';
    right: 15px;
}
.btn-start {
    display: block;
    margin: 40px auto 0 auto;
}
.btn-next {
    margin-left: 15px;
}
.finish-button,
.finish-button-result{
    float: right;
}
.btn-container {
    padding: 5px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.result-row {
    width: 110px;
    margin: 10px 25px;
    float: left;
}
.correct, .wrong {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 16px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.correct span {
    padding: 0 20px;
    background: url(../images/confirm.png) left no-repeat;
}
.wrong span {
    padding: 0 20px;
    background: url(../images/delete.png) left no-repeat;
}
#answer-key {
    text-align: center;
    width: 300px;
    padding: 15px;
    margin: 0 auto;
    clear: both;
    font-size: 16px;
}
.question {
    float: left;
    width: 100%;
}
.question h3 {
    float: left;
	width: 90%
}
.question-number {
    float: left;
    width: 100%;
    text-align: center;
}
#choose-test-container button {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    min-width: 200px;
}
#choose-test-container button:last-child {
    margin-bottom: 0;
}
.correct-answer-box {
    background-color: #00a0df;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
}
.que-ans-container {
    text-align: left;
    position: relative;
}
.correct-answer p:first-child,
.wrong-answer p:first-child {
    position: relative;
    padding-left: 25px;
}
.correct-answer p:first-child:after,
.wrong-answer p:first-child:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 18px;
}
.correct-answer p:first-child:after {
    content: '\f00c';
    color:  #00a0df;
}
.wrong-answer p:first-child:after {
    content: '\f00d';
    color: #f11616;
}
/* End of 20.11.2017 */
.correctPercent {
    position: relative;
}
.correctPercent:after {
    content: '%';
}
.not-passed{
    color:red;
}
/*01.12.2017*/
#overviewModal .modal-content,
#overviewModal .modal-body,
#overviewResultModal .modal-content,
#overviewResultModal .modal-body {
    float: left;
    width: 100%;
}
.questions-container-popup {
    padding: 50px;
    margin: 0 auto;
    display: block;
    width: 100%;
    float: left;
}
.questions-container-popup span {
    width: 41.8px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: "Lato Regular";
    color: #fff;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
}
.questions-container-popup span:last-child {
    margin-right: 0;
}
span.answered-question-box.selected {
    background-color: #008000;
}
span.answered-question-box {
    background-color: #ff0000;
}
.overview-container {
    float: left;
    position: relative;
}
.timer-container {
    text-align: center;
    margin-top: 20px;
}
.show-question {
    display: block !important;
}
.legend-container {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.legend-container span {
    float: left;
    min-width: 250px;
}
.legend-container span:first-child {
    margin-bottom: 10px;
}
/*09.12.2017*/
.test-is-over .finish-button,
.finish-button-result{
    display: none;
}
.test-is-over .finish-button-result {
    display: block;
}
.test-is-over .question-container ul.answers li label {
    pointer-events: none;
}
.test-is-over .question-container ul.answers li:hover {
    pointer-events: none;
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
}
.test-is-over .overview-container,
.overview-container.overview-result {
    display: none;
}
.test-is-over .overview-container.overview-result {
    display: block;
}
span.answered-question-box.finishedTestCorrectA {
    background-color: green;
}
.finishedtest {
    cursor: pointer;
}
.answered-popup .openQuestion p {
    display: none;
}
.answered-popup .openQuestion .finishedtestresult {
    width: 41.8px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: "Lato Regular";
    color: #fff;
    float: left;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 27px;
    cursor: pointer;
    position: relative;
}
.answered-popup .openQuestion .finishedtestresult:before {
    position: absolute;
    top: 6px;
    left: 13px;
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 18px;
}
.answered-popup .openQuestion .wrong-answer .finishedtestresult {
    background-color: #ff0000;
}
.answered-popup .openQuestion .wrong-answer .finishedtestresult:before {
    content: '\f00d';
}
.answered-popup .openQuestion .correct-answer .finishedtestresult {
    background-color: green;
}
.answered-popup .openQuestion .correct-answer .finishedtestresult:before {
    content: '\f00c';
}
.test-page-container {
	position: relative;
	float:left;
	width: 100%;
}
.test-page-container .btn-danger {
	position: absolute;
    right: 15px;
    top: 10px;
}
/*09.12.2017*/