@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

body {
	font-size: 16px;
}
span.folder:hover, li.collapsable a:hover {
    color: #017DC3;
}

#button123{
    background-color: #f26532; padding: 10px 17px; font-size: 18px; text-transform: uppercase; font-weight: normal; margin-right:4%; width:48%;float:left; text-align:center;
}

#button133{
    background-color: #022b47; padding: 10px 17px; font-size: 18px; text-transform: uppercase; font-weight: normal; float: left; width:48%; text-align:center;
}

@media (min-width: 992px) {
	.col-form-50 {
        float: left;
        width: 50%;
    }	
}

#sidecol_a a.side-button {
    background-color: #f26532;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    height: 28px;
    padding-top: 7px;
    text-align: center;
    transition: .5s;
}

#sidecol_a a.side-button:hover {
	background-color: #017DC3;    
    text-decoration: none;	
    transition: .5s;
}


@keyframes border-pulsate {
    0%   { border-color: rgba(242, 101, 50, 1); }
    50%  { border-color: rgba(242, 101, 50, 0); }
    100% { border-color: rgba(242, 101, 50, 1); }
}

form#formcontact label {
	width: 20%;
	float: left;
}


.next-page-contact {
	display: none;
}
button#prevButton {
    margin: 15px 0;
}
p#errormsg {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 10px;
    display: none;
}

form#formcontact input[type="text"], form#formcontact textarea  {
    width: 78.83%;
}

/*
@media (max-width: 1200px) {
    form#formcontact input[type="text"], form#formcontact textarea {
    width: 100%;    
    }
}
*/

@media(max-width: 980px) {
	select {
       width: 50%;	
   }
   form#formcontact input[type="text"], form#formcontact textarea {
       width: 98%;	
   }
   form#formcontact label {	
       float: none;
       width: 100%;
   }
}

@media(max-width: 980px) {
    form#formcontact input[type="text"], form#formcontact textarea {
       width: 95%;	
   }
    select {
        width: 98%;    
    }
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* Tooltip */

span.custom-tooltip {	
    position: absolute;
    margin-left: 10px;
    background: black;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: -50px;
    width: 250px;
    visibility: hidden;
}

label:hover span.custom-tooltip {
    visibility: visible;
}
.panel-footer {
	background: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}
button#sendButton {
    margin-bottom: 15px;
}

/* modal home */
#modalboxhome  {   
    /*background-color: #017dc3;*/
    background-color: #f9f9f9;
    border-radius: 0px;
    border: none;
}

#modalboxhome .wkmodal-header {  
    border: none;
    background-color: #f26532;
    height: auto;
    box-shadow: none;
    padding: 15px 10px;
    cursor: initial;
    border-radius: 0px;
}

#modalboxhome .wkmodal-header h2 {  
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding-right: 20px;
}

#modalboxhome .warning-icon {  
    float: left;
}

#modalboxhome .wkmodal-header .close-x {
    color: #ffffff;
    position: absolute;
    right: 21px;
    top: 21px;
    font-size: 20px;
}    



#modalboxhome .wkmodal-body {   
    text-align: center;
    padding: 0px;   
    box-shadow: none;
    max-height: none !important;
    background-image: url(/images/bg-modal.png);
    background-size: cover;
    background-position: right, top;    
}
#modalboxhome .wkmodal-body h3{       
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 15px;
}
#modalboxhome .wkmodal-body p{       
    /*color: #fff;*/
    color: #f26532;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
#modalboxhome .wkmodal-body p a {
    color: #017dc3;
}

#modalboxhome .wkmodal-body .btn.more-info{       
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 25px;
}



#modalboxhome .id-img{
        width: 50%;
    margin-top: 20px;
}
#modalboxhome .wkmodal-footer {   
    clear: both;
    background-color: transparent;
    border-top: 0px;
    text-align: left;
    box-shadow: none;
}
#modalboxhome .wkmodal-footer a{   
    /*color: #fff;*/
    color: #017dc3;
    font-size: 1.1em;
}

#modalboxhome .wkmodal-footer .dont-show-btn {   
    float: right;
}

.wrapper960 .leading-0 .item-title{
    display: none;
}

@media(max-width: 470px) {
    #modalboxhome .wkmodal-header h2{
        font-size: 1.1em;
        margin: 0 auto;
    }
	/*#modalboxhome .id-img{
        display:none;*/
}
.wkmodal-body p{
	font-size:10px;
}
    
}

/* Warning */


.alertbox{
    height: auto;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    overflow: hidden;
}

.alertbox a.close-btn {
    float: right;
    padding: 5px;
    display: none;

}


li.item-407 {
	border-right: 1px solid grey;
}
li.item-408 {
	border-left: none !important;
	width: 25px;
}
li.item-408 a img {
	width: 90%;
}

@media only screen and (max-width : 440px) {
	li.item-407 {
		border-right: none;
	}
}



/* New Design Styles */

#container_bottom1_modules .wrapper960 {
    background-color: #fdfdfd;
}

.footer-headings h3 {
    color: #017dc3;
}

ul#external-links-footer a {
    color: #65646a;
}

.social-slide {
    height: 48px;
    width: 48px;
    margin: 5px;    
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
}

.twitter-hover {
    background-image: url(/images/social-media/twitter.png);
}

.facebook-hover {
    background-image: url(/images/social-media/facebook.png);
}

.linkedin-hover {
    background-image: url(/images/social-media/linkedin.png);
}

.youtube-hover {
    background-image: url(/images/social-media/youtube.png);
}

.social-slide:hover {
    background-position: 0px -48px;
    border-radius: 50%;
}

.follow-footer p {
    margin-top: 15px;
    color: #017DC3;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.custom-social-media-footer {
    width: 90%;
    margin-left: 5%;
}

div#wrapper_bottom-1 {
    padding: 25px 0;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 12px 0;
}

.copyright p span {
    color: #b5b5b5;    
}

#container_base .wrapper960 {
    height: 45px;
}

@media (max-width:440px) {
    div#bottom_modules .bottom-1 {
    width: 100% !important;    
    }
    div#bottom_modules .bottom-1 div {
    text-align: left !important;    
    }
    .custom-social-media-footer {
    margin-left: 0;    
    }
}

.home-boxes-content.general-info {
    background: url(/images/general-info-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-content.center-locations {
    background: url(/images/center-locations-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-content.exchange-foreign {
    background: url(/images/exchange-foreign-licence-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home-boxes-container div {
    width: 32.66666666666667%;
    float: left;
    padding: 116px 0;
    transition: 1s;
    -webkit-transition: 1s;
}

.home-boxes-container .home-boxes-content.center-locations {
    margin: 0 1%;
}

.home-boxes-container a {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
}
.top-1 {
    background: white;
}

.home-boxes-container div:hover {
    opacity: .7;
    transition: 1s;
    -webkit-transition: 1s;
}

@media (max-width: 1200px) {
    .home-boxes-content.general-info, .home-boxes-content.center-locations, .home-boxes-content.exchange-foreign {
    background-size: contain;    
    }
}

@media (max-width: 1083px) {
    .home-boxes-container div {    
    padding: 51px 0;
    min-height: 220px;
    }
}

@media (max-width: 926px) {
    .home-boxes-container div {
    padding: 31px 0;
    min-height: 220px;
    }
}

@media (max-width: 782px) {
    .home-boxes-content.general-info, .home-boxes-content.center-locations, .home-boxes-content.exchange-foreign {
    background-size: cover;    
    }
    .home-boxes-container div {
    width: 100%;
    float: none;
    }
    .home-boxes-container .home-boxes-content.center-locations {
    margin: 20px 0;
    }
}




/*
.module.general-info-home {
    background: url(/images/general-info-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#container_top3_modules .wrapper960 {
    background-color: #ffffff;
}

.module.centre-locations-home {
    background: url(/images/center-locations-back.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.module.exchange-home {
    background: url(/images/exchange-foreign-licence-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}
*/



div#wrapper_top-3 .top-3 {
    padding: 10px;
}
div#wrapper_top-3 .top-3 {
    padding: 12px;    
    padding-top: 0;
}

div#wrapper_top-3 .top-3:nth-child(1) {
    padding-left: 0;
}

div#wrapper_top-3 .top-3:nth-child(3) {
    padding-right: 0;
}

/*
.home-boxes-content {
    padding: 30% 0;
    color: #fff;
    font-size: 28px;
    line-height: 33px;
}
*/

.home-boxes-content img {
    margin-bottom: 15px;
}

#container_hornav .wrapper960 {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}

#hornav > ul > li+li {    
    background: none;
}

#hornav > ul {
    float: left;
}
#container_top1_modules {
    margin-top: 30px;
}

#top-alert {
    position: fixed;
    z-index: 305;
    width: 100%; 
    background: #017dc3; 
    height: 55px;
    border-top: 5px solid #f26532;
    opacity: 0;
}
@media only screen and (max-width: 1024px) {
    #top-alert {
        position: inherit;
    }
}

#body_bg {
    padding-top: 60px;
}


/* Remove these styles scrolling down */
#topspace {
    margin-top: 0 !important;
}

.mm_sticky_header {
    margin-top: 0;
}


@media (min-width: 1025px) {
    .content_background_container {    
    margin-top: 100px;
    }    
}
/* Remove these styles scrolling down */





body {
    margin: 0;
}

div#top-alert img {
    padding: 11px;
    background: #f26532;    
}

.top-alert-content {
    color: #fff;
    height: 100%;
    padding-left: 100px;
    padding-top: 5px;
    font-size: 16px;
    position: relative;
}

.top-alert-content a {
    color: #fff !important;
    text-transform: uppercase;
}

.top-alert-content a.top-alert-close {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.menutopmenu a {    
    font-size: 13px;
}

a.close-btn-top-alert {
    float: right;
}
.useful-videos-footer a {
    color: #65646a;
}

.useful-videos-footer li {
    background: url(/images/videos-bullet.png) no-repeat;
    background-position: 0px;
    padding-left: 30px;
}
div#cookie ul.menu li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #626262;
    line-height: 14px;
}
div#cookie ul.menu {
    margin: 0;
    padding: 10px 0;
}
div#cookie ul.menu a {
    color: #626262;
}
#cookie {    
    font-size: 13px;
}
div#cookie ul.menu li:nth-child(3) {
    border-right: 0;
}

.tp-button {
    font-size: 22px;
    box-shadow: none;
    padding: 15px;
    background: none;
    border-radius: 0;
    text-shadow: none !important;
    font-weight: 400;
}
.tp-button.orange {
    box-shadow: none;
        background-color: #f26532;
}
.tp-button.blue {
    background-color: #017dc3;
}
@media screen (min-width: 1096px) {
    .wrapper960, .backgrounds .content_background {
    width: 1200px;
    }    
    div#wrapper_top-3 .top-3 {    
    width: 33% !important;
    padding: 1px;
    }
    
    
}

@media only screen and (max-width: 1096px) {
	.wrapper960, .backgrounds .content_background {
		width: 100% !important;
	}
	
}


.form-boxes-container {
    width: 100%;
    display: inline-block;
}
.form-boxes-container div {
    float: left;
    width: 50%;   
}

.form-boxes-container h2 {
    font-size: 26px;
    color: #494949;
    line-height: 40px;
}

.form-boxes-container ul {
    list-style: none;
    margin: 0;
    font-size: 20px;   
    border-bottom: 2px solid #b7b7b7;
    border-top: 2px solid #b7b7b7;
    padding: 20px 0;
}

.form-boxes-container ul li { 
    line-height: 30px;
}

.form-boxes-container > div {
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .form-boxes-container div {    
    width: 100% !important;
    }
}


@media (max-width: 1110px) {
    body {
    margin: 0px 10px;   
    }
}


.rl_sliders.accordion>.accordion-group {
    margin-bottom: 0px;   
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
	
.nn_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle, .nn_sliders>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-position: 5px;
}

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {    
    padding: 8px 35px;  
}

.nn_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    color: #494949 !important;
    font-size: 18px;
}

.new-banner-page .module_surround {
    padding: 0;
}

.new-banner-page .custom {    
    padding: 50px 0;
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

.new-banner-page .custom h1 {    
    color: #fff;
    padding-left: 50px;
}

.booking-boxes-page .module_surround {
    padding: 0;
}



@media (max-width:992px) {
    .new-banner-page .custom {
    background-size: cover;
    
    }
}

#exchange-licence-banner .text {
    padding: 65px 15px;
    
}

#exchange-licence-banner .grey, .banner-feb16 .grey, #exchange-licence-banner .dark, .banner-feb16 .dark, #exchange-licence-banner .light, .banner-feb16 .light {
    min-height: 260px;
}

.module.new-banner-page, #exchange-licence-banner .text p {
    margin-bottom: 20px;
}


#exchange-licence-banner .text a, .banner-feb16 .text a {   
    padding: 15px;
}

form#searchForm fieldset.phrases, form#searchForm fieldset.only {
    display: none;
}

form#searchForm .btn-group.pull-left {
    margin: 0;
    width: 100%;
}

input#search-searchword {
    width: 30%;
    margin-left: 35%;
    height: 35px;
}

form#searchForm span.icon-search {
    display: none;
}

#searchForm .btn {
    margin-top: 25px;
    padding: 0 4px;
    width: 20%;
    margin-left: 40%;
    padding: 12px;
    font-size: 22px;
    text-transform: uppercase;
}

/*
.header-2 {
    left: 0;
}
    
*/

div#slideshow .module_surround {
    padding: 0;
}

.module.apply-links-home {
    margin-top: 40px;
}

.module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    float: left;
    width: 49%;
    height: 105px;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
}
.module.apply-links-home .driving-licence {
    margin-right: 1%;
}
.module.apply-links-home .learner-permit {
    margin-left: 1%;
}


.module.apply-links-home .driving-licence {
    background: url(/images/1.png) no-repeat;
    background-size: cover;
}
.module.apply-links-home .learner-permit {
    background: url(/images/2.png) no-repeat;
    background-size: cover;
}

.module.apply-links-home .driving-licence div, .module.apply-links-home .learner-permit div {
    float: left;
    margin: 19px 0 0 40px;
    font-size: 20px;
    line-height: 30px;
}

.module.apply-links-home img {
    margin-top: 20px;
}

.module.apply-links-home .driving-licence:hover, .module.apply-links-home .learner-permit:hover {
    opacity: .7;
    transition: 1s;
    -webkit-transition: 1s;
}


@media (min-width: 1200px) {
    .module.apply-links-home .learner-permit:hover {
    background: url(/images/1.png) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    }
    .module.apply-links-home .driving-licence:hover {
    background: url(/images/2.png) no-repeat;
    background-size: cover;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;    
    }
    .module.footer-headings.useful-videos-footer .module_surround {
    padding-left: 0;
    }

    .module.footer-headings.useful-videos-footer .module_surround .module_header h3 {
        padding-left: 17px;
    }
}



@media (max-width: 1190px) {
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {    
    background-size: contain;
    }
}


@media (max-width: 1000px) {
    .module.apply-links-home .driving-licence div, .module.apply-links-home .learner-permit div {
    margin: 8px 0 0 40px;    
    }
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    height: 80px;    
    }
}
.module.apply-links-home .driving-licence span, .module.apply-links-home .learner-permit span  {
    font-size: 33px;
}
.header-2 {
    right: -10px;
    top: -40px;
}

#logo {
    position: absolute;
    width: 14%;
    margin-left: 43%;
}



@media (max-width: 1024px) {
    #logo {    
    margin-top: 15px;
    }    
}

@media (max-width: 767px) {
    #logo {
    margin-top: 5px;
    width: auto;
    margin-left: 0;
    }
    .header-1 {
    display: none;    
    }
    #top-alert {    
    height: auto;    
    }
    
}

@media (max-width: 700px) {
   div#top-alert img {    
    background: #f26532;
    height: inherit;
    padding: 10px;
    border-radius: 50%;
    margin: 7px;
    } 
}


@media (max-width: 1183px) {
    #container_base .wrapper960 {
    height: auto;
    text-align: center;
    }
}


ul#moomenu li.deeper.parent {
    background: url(/images/menu-item-parent.png) no-repeat;
    background-position: 95% 50%;
}

@media (min-width: 1200px) {
    #hornav > ul > li > a {
    padding: 12px 25px 14px;   
    font-size: 16px;    
    }
}



.header-1 {
    left: 5px;
    top: -17px;
}
ul.menutopmenu li:nth-child(1) {
    padding-left: 0;
}

@media (max-width: 846px) {
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    width: 100%;    
    }
    .module.apply-links-home .learner-permit {
    margin-left: 0;    
    }
    .module.apply-links-home .driving-licence {
    margin-right: 0;    
    }
    .module.apply-links-home img {
    margin-top: 6px;
    }
    .module.apply-links-home .driving-licence div, .module.apply-links-home .learner-permit div {
    float: none;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    }
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    background-position: bottom;
    text-align: center;
    }
    .module.apply-links-home .driving-licence {
    margin-bottom: 15px;
    }
    .module.apply-links-home .driving-licence span, .module.apply-links-home .learner-permit span {
    font-size: 26px;    
    }
    
}

@media (max-width: 470px) {
    .module.apply-links-home img {    
    float: left;   
    margin: 10px 28px 0 22px;
    }
    .module.apply-links-home {
    margin-top: 15px;
    }
    #container_top1_modules {
    margin-top: 15px;
    }
    .module.apply-links-home .driving-licence div, .module.apply-links-home .learner-permit div {
    float: left;    
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;    
    }
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    height: auto;    
    }
    .module.apply-links-home .driving-licence {
    margin-bottom: 0px;    
    }
}

@media (max-width: 375px) {
    .module.apply-links-home .driving-licence, .module.apply-links-home .learner-permit {
    background-size: cover;
    text-align: left;
    background-image: none;  
    }
    .module.apply-links-home .driving-licence {
    background-color: #017dc3;
    }
    .module.apply-links-home .learner-permit {
    background-color: #f26532; 
    }
}

.main-banner.tp-fade.tp-resizeme.main-banner-background {
    text-align: center;    
}

.tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
    box-shadow: none;
}

a.tp-button.blue.small:hover {
    color: #fff !important;
}


.module .module_surround .module_content ul li a.tp-button.orange:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    background: #017dc3;
}

.module .module_surround .module_content ul li a.tp-button.blue.small:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    background: #f26532;
}

.module .module_surround .module_content ul li  a.tp-button.blue.small.blue-orange-back:hover {
     background: #022b47;   
}


.tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
    box-shadow: none;
}


@media (min-width:1200px) {
    .module .module_surround .module_content ul li  a.tp-button.blue.small.blue-orange-back, .module .module_surround .module_content ul li a.tp-button.blue.small, .tp-button.orange {
    padding: 15px 30px !important;    
    }
}


.tp-caption.small_white_banner span {
    font-weight: 900;
}


#hornav > ul > li > a:hover {
    color: #017dc3;    
}
#hornav ul ul li:hover a {
    text-decoration: none;
    color: #017dc3!important;
}

#hornav > ul > li:nth-child(1) > a {
    padding-left: 0;
}

.module .module_surround .module_content ul li a:hover, .module_menu .module_surround .module_content ul li a:hover {
    color: #f26532 !important;
}


.top-book-btn {
    background: #f26532;
    color: #fff;
    text-align: center;
    padding: 13px;
    margin: 0px !important;
    font-size: 18px;
    transition: .8s;
    -webkit-transition: .8s;
}

.top-cancel-btn {
    background: #b3b3b3;
    color: #fff;
    text-align: center;
    padding: 13px;
    margin: 0px !important;
    font-size: 18px;
    transition: .8s;
    -webkit-transition: .8s;
}


@media (max-width: 580px) {
    .top-book-btn, .top-cancel-btn {
    padding: 9px 5px;
    font-size: 15px;
    }
}

.top-cancel-btn:hover {
    background: #f26532;
    transition: .8s;
    -webkit-transition: .8s;
}
.top-book-btn:hover {
    background: #b3b3b3;
    transition: .8s;
    -webkit-transition: .8s;
}

.header-2 a:hover, .header-2 a:hover {
    text-decoration: none;
}

@media (max-width: 524px) {
    .header-2 {    
    top: -52px !important;
    }
}

a.cookie-link {
    color: #b5b5b5;
    transition: .8s;
    -webkit-transition: .8s;
}

a.cookie-link:hover {
    color: #f26532;
    transition: .8s;
    -webkit-transition: .8s;
    text-decoration: none;
}

.menutopmenu li+li {
    border-left: none;
}

.not-accepted-content {
    /*width: 55%;*/
	width: 100%;
    float: left;
    padding-right: 20px;
}

.not-accepted-img {
    /*width: 45%;*/
	width: 100%;
    float: left;
}

@media (max-width: 1200px) {
    .not-accepted-content, .not-accepted-img    
    {
    width: 100%;    
    }
    #top-alert {    
    height: auto !important;
    }
}

@media (min-width: 1200px) {
    .module.footer-headings {
    margin-bottom: 30px;
    }
    
}


.not-accepted-img table tr:first-child {
	background-color: #eee;
}
.not-accepted-img table tr td {
	width: 25%;
	text-align: center;
	border: 1px solid #ddd;
    padding: 8px;
}
.not-accepted-img table tr th {
	border: 1px solid #ddd;
}
.not-accepted-img table {
	max-width: 98%;
	margin: auto;
}

@media (max-width: 800px) {
   .new-banner-page .custom h1 {
    color: #fff;
    padding: 0 10px;
    text-align: center;
    } 
}

.container.form-container {
    width: 100%;
}

@media (max-width: 650px) {
      
    .top-alert-content {
    color: #fff;
    height: 100%;
    padding-left: 83px;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    line-height: 17px;
    padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
	.tp-button.blue, .tp-button.orange {
		letter-spacing: 0px !important;
		font-size: 14px !important;
	}
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -30px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3 {
		margin-left: 30px !important;
	}
}

@media only screen and (max-width: 610px) {
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -60px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3	{
		margin-left: 60px !important;
	}
}

@media only screen and (max-width: 500px) {
	.tp-caption.button-banner,
	.tp-caption.button-banner4 {
		margin-left: -80px !important;
	}
	.tp-caption.button-banner2,
	.tp-caption.button-banner3	{
		margin-left: 80px !important;
	}
}

@media only screen and (max-width: 420px) {
	.tp-caption.button-banner {
		margin-left: 0px !important;
		left: 28% !important;
	}
	.tp-caption.button-banner4 {
		margin-left: 0px !important;
		left: 31% !important;
	}
	.tp-caption.button-banner2 {
		margin-left: 0px !important;
		left: 26% !important;
		top: 60% !important;
	}
	.tp-caption.button-banner3 {
		margin-left: 0px !important;
		left: 27% !important;
		top: 70% !important;
	}
	.table-responsive {
		margin-bottom: 15px;
		overflow-y: hidden !important;
		overflow-x: scroll !important;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #DDD;
		-webkit-overflow-scrolling: touch;
	}
}

@media (min-width: 1025px) {
    li.item-517 {
    display: none;
    }
}

table#xmas-hours {
	color: #fff;
	text-align: left;
	width: 80%;
	margin: 4% auto;
}

table#xmas-hours th,
table#xmas-hours td {
	width: 50%;
}
table#xmas-hours tr.closed {
	color: #aaa;
}


table#xmas-hours-news {
	text-align: left;
}

table#xmas-hours-news th,
table#xmas-hours-news td {
	width: 50%;
}
table#xmas-hours-news tr.closed {
	color: #aaa;
}

table#xmas-hours-slide {
	text-align: left;
}

table#xmas-hours-slide th,
table#xmas-hours-slide td {
	width: 50%;
}
table#xmas-hours-slide tr.closed {
	color: #aaa;
}

/*
#top-alert {
    display: none;
}
*/

.top-applications-btn {
    background: #017DC3;
}
.top-applications-btn:hover {
    background: #b3b3b3;
}

.small_white_banner_orange {
    /*color: #f26532 !important;*/
    color: #ffffff !important;
    font-size: 2.5em !important;
    line-height: 1.2 !important;
}
.small_white_banner_black {
    /*color: #333333 !important;*/
    color: #ffffff !important;
    font-size: 1.4em !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 1200px) {
    .small_white_banner_orange {
        font-size: 2em !important;
    }
    .small_white_banner_black {
        font-size: 1.2em !important;
    }
}

@media only screen and (max-width: 991px) {
    .small_white_banner_black {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 767px) {
    .small_white_banner_orange {
        font-size: 1.2em !important;
    }
    .small_white_banner_black {
        font-size: 1em !important;
        bottom: 30% !important;
        top: auto !important;
    }
    .small_white_banner_button {
        left: 40% !important;
        bottom: 10px !important;
        top: auto !important
    }
}

@media only screen and (max-width: 540px) {
    #rev_slider_1_1_wrapper {
        min-height: 230px !important;
    }
    .fullwidthbanner-container .fullwidthabanner {
        height: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .wkmodal {
        top: 25px;
        overflow: scroll !important;
    }
}


#modalboxhome .popup-upper {
    padding: 25px;
    float: left;
    display: flex;
    align-items: center;
}
#modalboxhome .popup-upper > p {
    text-align: left;
    font-size: 2em;
    line-height: 1.2;
    width: 50%;
    float: left;
}
#modalboxhome .popup-upper > img {
    width: 50%;
    float: left;
    margin: 0;
}
#modalboxhome .popup-logo {
    width: 100%;
    float: left;
    padding: 0 25px;
}
#modalboxhome .popup-logo > img {
    float: right;
}

.tp-caption.small_white_banner_orange2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    color: #f26532;
    font-weight: bold;
}
.tp-caption.small_white_banner_black2 {
    color: #f26532;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}
.tp-caption.small_white_banner_black2 > a {
    color: #017dc3 !important;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 1200px) {
    .tp-caption.small_white_banner_black2 {
        margin-top: 30px !important;
    }
    #modalboxhome {
        width: 65%;
        left: 20%;
    }
}

@media only screen and (max-width: 767px) {
    #modalboxhome {
        width: 100%;
        left: 0;
    }
    #modalboxhome .popup-upper {
        display: block;
    }
    #modalboxhome .popup-upper > p {
        width: 100%;
        text-align: center;
    }
    #modalboxhome .popup-upper > img {
        width: 100%;
    }
}

/*@media only screen and (max-width: 540px) {
    #apply-online-slide .tp-bgimg {
        background-size: cover !important;
        background-position: left !important;
    }
}*/