a,a:hover {text-decoration: none}.error {color: #e65252!important}
.homealert {margin-top: 5px; width: 95%}
.styled-white-text { color: #FFF}
.item:nth-child(4n+1) { clear: left}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.position-relative {
    position: relative
}
.position-absolute {
    position: absolute;
}
.top-absolute {
    top: 14px
}
.grey-box,
.bed-box {
    cursor: pointer
}
.grey-boxes {
    background: #efefef;
		    }
.white-boxes {
    background: #fff
}
.grey-font label {
    color: #666!important;
		font-weight:bold;
}
.padding10 {
    padding: 10px
}
.padding20 {
    padding: 20px
}
.noBold {
    font-weight: 400!important
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #003546;
    cursor: pointer
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer
}
.pricedemo {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.blue-booked {
    color: #007fa9 !important;
}
.post-para {
    color: #333
}
/*.stickyfooter {
    z-index: 99999
}*/

.whatupFixed {
    position: fixed;
    bottom: 36px;
    right: 28px;
    z-index: 99999999;
}

/*.sticky,
.stickyfooter {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}*/

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    will-change: opacity;
    animation: fadeOut .3s;
    pointer-events: none
}

.stickyfooterBottom {
    bottom: 535px
}

.width82 {
    width: 82%
}

h1 a {
    color: #FFF
}

#submit_message {
    width: 100%
}

.post_thumbnail img {
    width: 58px;
    height: 51px
}

.rounded-top-num {
    padding: 6px 20px
}

.sticky {
    background: #3a3a3ac7!important;
}

.navbar {
    margin-bottom: 5px;
}

.navbar-brand {
    height: 38px;
    padding: 15px
}

.search-box-footer .search-form-footer .form-group input,
.search-box-footer .search-form-footer .form-group select {
    height: 45px;
    font-size: 16px;
    font-weight: 400
}

.search-box-footer .search-form-footer .btn-default {
    background: #007fa9;
    padding: 5px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fab63e;
    height: 46px;
    font-weight: 700
}

.search-box-footer {
    width: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 17px 0 1px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    border-right: 0;
	z-index: 9999;
}

.ficon img {
    width: 25px
}



.ficon-group label {
    margin-left: 5px;
    color: #000;
    margin-top: 3px
}

.search-box {
    background-color: rgb(245, 245, 245);
    padding: 20px 0 3px;
    margin-top: 0px!important;
    border-top: gray solid 1px;
}
.search-box .search-form .form-group input {
    padding: 24px;
    font-size: 14px;
    border: solid 1px #d6d6d6
}

.search-box .search-form .form-group select {
    height: 49px;
    font-size: 14px;
    border: solid 1px #d6d6d6
}

.search-box .search-form .btn-default {
    background: #007fa9;
    padding: 0 35px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: normal;
    color: #fff;
    height: 51px;
    width: 20%;
    font-weight: 700
}

.pckage-box .btn-theme {
    margin-top: 0
}

.btn-theme {
    height: 45px
}


.gallery-position {
    bottom: 80px!important
}

#sidebar_secondary {
    z-index: 99999999;
	}

.is-countdown {
    border: 0px !important;
    background-color: #ffffff00 !important;
	color: white !important;
	font-size: 34px !important;
	font-weight: bold !important;
	width: 80% !important;
    margin: 0 auto !important;
}

.clear { clear:both; }
.shore_more { display:none; }
.bus4click {
    background-image: url(../images/alojamiento-en-londres.jpg)!important;
    height: 426px;
    background-size: cover;
}
.bus1_click {
    background-image: url(../images/bus1_click.png)!important;
}
.bus2_click {
    background-image: url(../images/bus2_click.png)!important;
}
.bus3_click {
    background-image: url(../images/bus3_click.png)!important;
}

.gray-plus-package {
    background-image: url(../images/trabajo-en-londres-plus.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-basic-package {
    background-image: url(../images/trabajo-en-londres-basic.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-lite-package {
    background-image: url(../images/trabajar-en-londres-lite.jpg)!important;
    height: 426px;
    background-size: cover;
}

.pack_title_block { display:none; }
.pack_title_block  ul li { cursor:pointer; }
.positionBottom {     bottom: 0px; } 


.caption-title{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:10px;

}
.caption-title-room{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:20px;

}
.text-holder { 
    text-shadow: 1px 2px 15px gray !important;
	font-size:50px; line-height:53px;
}
/*
.sixtypx {
	font-size:60px;
	line-height: 60px;
}

.fourtypx {
	font-size:40px;
	line-height:40px;
}

.thirtypx {
	font-size:30px;
	line-height:50px;
}
.banner-text {
	
	color: #fff;
	padding: 10px 0 10px;
	
}*/

.sixtypx {
	font-size:60px;
	line-height: 60px;
}

.fourtypx {
	font-size:30px;
	line-height:40px;
}

.thirtypx {
	font-size:30px;
	line-height:50px;
}

.back-img-alquiler-habitacion {
    background-image: url(../images/background1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    /*height: 60vh;*/
	height:773px;
}

.back-img-trabajar-en-londres {
 	background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 60vh;
}

.back-img-trabajo-en-londres-rapido {
	background-image: url(../images/westminster.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 60vh;
}

.back-img-trabajo-en-londres-barato {
	background-image: url(../images/154317.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 60vh;
}

.parallax {
    min-height: 60vh;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	}
.bluebooked { color:#007fa9 }

.back-img-plus {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-basico {
    background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-lite {
    background-image: url(../images/barato.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-habitaciones {
    background-image: url(../images/habitaciones-en-londres.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
/*.facility-icon { padding-left:60px; }*/
.facility-icon { padding-left:0px; }
.overflow-hidden { overflow:hidden; }
.formcolor { background: #033847; }
.navbar { z-index:99999999; }
.width47 { width:47%; }
.marginB40 { margin-bottom:40px; padding-left: 30px; }
.links { padding:0px; }
.search-box, #navbar { transition:all .9s ease; z-index: 9999999; display:block!important;}

.grey-box h3, .white-box h3, .grey-box p, .white-box p {color: #fff; text-decoration:none; }
.marginB20 { margin-bottom:20px; }
.send { position:absolute; }
.whtsapp-chat-box { width:82%;}
.adjustwid { 
  display: inline-block; 
  max-width:163px;
  height:149px;
  width: auto;
 }
 

.navbar-fixed-top { position:relative;}
.greenfont { font-weight: 700;
    color: #3d7001!important;}
.menuHeight { min-height:130px; }	
@media only screen and (max-width:450px) and (min-width:200px) {
.sixtypx {
    font-size: 33px;
    line-height: 45px;
}
.marginB40 { padding-left:20px;}
.banner-text { font-size: 26px; }
.fourtypx{     font-size: 16px;
    line-height: 34px;}
}
@media only screen and (max-width:600px) and (min-width:320px) {
/*.shore_more { display:block; margin-bottom: 13px;  }*/

.search-box .search-form .btn-default { width:100%; }
.pack_title_block { display:block; }
.pack_image_block, .hidden-package-detail { display:none; }
.facility-icon { padding-left:0px; }
.thirtypx { font-size:20px !important; line-height: 29px; }
#sidebar_secondary { height: 420px;
    right: 4px;
    width: 289px }

.adjustwid { 
 
  height:auto;
  
 }
 
.btn-theme { font-size:18px;}	
}

@media only screen and (max-width:600px) and (min-width:660px) {
.overlay-icon { padding:2px 30px;}
}
@media only screen and (max-width:990px) and (min-width:600px) {
.item:nth-child(2n+1) {
    clear: left;
}
}
@media only screen and (max-width:1100px) and (min-width:755px) {
.paddingL { padding-left:55px !important; }
}
@media only screen and (max-width:900px) and (min-width:320px) {
.back-img-gallery { height:auto; }

}
@media only screen and (max-width:4000px) and (min-width:1025px) {
	
	.wrap-videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.wrap-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  height: 82vh;
}


}
@media only screen and (max-width:1024px) and (min-width:769px) {
	
	.wrap-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.wrap-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  height: 82vh;
}
}
@media only screen and (max-width:768px) and (min-width:500px) {
	
	.wrap-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.wrap-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  height: 82vh;
}

}	
	@media only screen and (max-width:499px) and (min-width:320px) {
	.wrap-videos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
	
	.wrap-map {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  height: 82vh;
}	
}		
	
@media only screen and (max-width:768px) and (min-width:320px) {
.facility-section {
    background-image: url(../images/camarera.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
    background-size: cover;
}
	.margleft20xs {
	margin-left:20px;
}
	
.facility-section {
    padding: 0px 0;
    background-size: cover;
}
	.facility-icon-para {
    padding: 0px 0;
}
	.facility-rightside span.yellow-title {
	color: #ff8e00 !important;
	font-size: 18px
}
	.right-side-block-detail {
	    background: #0000006b;
    padding: 10px 10px 20px 10px;
    margin-top: 20px;
	}
.facility-rightside {
    padding: 20px 20px 0 20px;
}
#navbar, #navbarsmall {     
background: #3a3a3ac7;     
width: 100%;}  

.fixedbackground {background: #3a3a3ac7; }
.navbar-nav { margin: 0px -15px; } 
.navbar-fixed-top
    {
    position: absolute;
    top: auto;
    }
.navbar-collapse {
        max-height: none;
    }	
	
}

@media only screen and (max-width:768px) and (min-width:320px) {

.tittle-box { height:150px; min-height:150px;}
}

@media only screen and (max-width:541px) and (min-width:320px) {

	.bus1, .bus2, .bus3 {
    height: 202px;
    background-size: contain;
		    background-position: inherit;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.circle-pack1 {
    width: 120px;
    height: 120px;
    left: 24%;
	padding-top: 28px;
}
		a,
a:hover {
    text-decoration: none
}

.error {
    color: #e65252!important
}

.homealert {
    margin-top: 5px;
    width: 95%
}

.styled-white-text {
    color: #FFF
}

.item:nth-child(4n+1) {
    clear: left
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute;
}

.top-absolute {
    top: 14px
}

.grey-box,
.bed-box {
    cursor: pointer
}

.grey-boxes {
    background: #efefef;
		    }
.white-boxes {
    background: #fff
}

.grey-font label {
    color: #666!important
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.noBold {
    font-weight: 400!important
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #003546;
    cursor: pointer
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer
}

.pricedemo {
    font-size: 16px;
    color: #7b7474;
    font-weight: 700;
    margin-bottom: 20px
}

.blue-booked {
    color: #007fa9 !important;
}

.post-para {
    color: #333
}

/*.stickyfooter {
    z-index: 99999
}*/

.whatupFixed {
    position: fixed;
    bottom: 36px;
    right: 28px;
    z-index: 99999999;
}

/*.sticky,
.stickyfooter {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}*/

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    will-change: opacity;
    animation: fadeOut .3s;
    pointer-events: none
}

.stickyfooterBottom {
    bottom: 535px
}

.width82 {
    width: 82%
}

h1 a {
    color: #FFF
}

#submit_message {
    width: 100%
}

.post_thumbnail img {
    width: 58px;
    height: 51px
}

.rounded-top-num {
    padding: 6px 20px
}

.sticky {
    background: #3a3a3ac7!important;
}

.navbar {
    margin-bottom: 5px;
}

.navbar-brand {
    height: 38px;
    padding: 15px
}

.search-box-footer .search-form-footer .form-group input,
.search-box-footer .search-form-footer .form-group select {
    height: 45px;
    font-size: 16px;
    font-weight: 400
}

.search-box-footer .search-form-footer .btn-default {
    background: #007fa9;
    padding: 5px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fab63e;
    height: 46px;
    font-weight: 700
}

.search-box-footer {
    width: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 17px 0 1px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    border-right: 0
}

.ficon img {
    width: 25px
}



.ficon-group label {
    margin-left: 5px;
    color: #000;
    margin-top: 3px
}

.search-box {
    background-color: rgb(245, 245, 245);
    padding: 20px 0 3px;
    margin-top: 0px!important;
    border-top: gray solid 1px;
}
.search-box .search-form .form-group input {
    padding: 24px;
    font-size: 14px;
    border: solid 1px #d6d6d6
}

.search-box .search-form .btn-default {
    background: #007fa9;
    padding: 0 35px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: normal;
    color: #fff;
    height: 51px;
    width: 20%;
    font-weight: 700
}

.pckage-box .btn-theme {
    margin-top: 0
}

.btn-theme {
    height: 45px
}


#sidebar_secondary {
    z-index: 99999999;
	}

.is-countdown {
    border: 0px !important;
    background-color: #ffffff00 !important;
	color: white !important;
	font-size: 34px !important;
	font-weight: bold !important;
	width: 80% !important;
    margin: 0 auto !important;
}

.clear { clear:both; }
.shore_more { display:none; }
.bus4click {
    background-image: url(../images/alojamiento-en-londres.jpg)!important;
    height: 426px;
    background-size: cover;
}
.bus1_click {
    background-image: url(../images/bus1_click.png)!important;
}
.bus2_click {
    background-image: url(../images/bus2_click.png)!important;
}
.bus3_click {
    background-image: url(../images/bus3_click.png)!important;
}

.gray-plus-package {
    background-image: url(../images/trabajo-en-londres-plus.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-basic-package {
    background-image: url(../images/trabajo-en-londres-basic.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-lite-package {
    background-image: url(../images/trabajar-en-londres-lite.jpg)!important;
    height: 426px;
    background-size: cover;
}

.pack_title_block { display:none; }
.pack_title_block  ul li { cursor:pointer; }
.positionBottom {     bottom: 0px; } 


.caption-title{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:70px;

}
.caption-title-room{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:20px;

}
.text-holder { 
    text-shadow: 1px 2px 15px gray !important;
	font-size:50px; line-height:53px;
}
/*
.sixtypx {
	font-size:60px;
	line-height: 60px;
}

.fourtypx {
	font-size:40px;
	line-height:40px;
}

.thirtypx {
	font-size:30px;
	line-height:50px;
}
.banner-text {
	
	color: #fff;
	padding: 10px 0 10px;
	
}*/

.sixtypx {
	    font-size: 43px;
    line-height: 43px;
}

.fourtypx {
	font-size:30px;
	line-height:40px;
}

.thirtypx {
	font-size:26px;
	line-height:30px;
}

.back-img-alquiler-habitacion {
    background-image: url(../images/background1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajar-en-londres {
 	background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajo-en-londres-rapido {
	background-image: url(../images/westminster.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajo-en-londres-barato {
	background-image: url(../images/154317.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}


.bluebooked { color:#007fa9 }

.back-img-plus {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-basico {
    background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-lite {
    background-image: url(../images/barato.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-habitaciones {
    background-image: url(../images/habitaciones-en-londres.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
/*.facility-icon { padding-left:60px; }*/
.facility-icon { padding-left:0px; }
.overflow-hidden { overflow:hidden; }
.formcolor { background: #033847; }
.navbar { z-index:99999999; }
.width47 { width:47%; }
.marginB40 { margin-bottom:40px; padding-left: 30px; }
.links { padding:0px; }
.search-box, #navbar { transition:all .9s ease; z-index: 9999999; display:block!important;}

.grey-box h3, .white-box h3, .grey-box p, .white-box p {color: #fff; text-decoration:none; }
.marginB20 { margin-bottom:20px; }
.send { position:absolute; }
.whtsapp-chat-box { width:82%;}
.adjustwid { 
  display: inline-block; 
  max-width:163px;
  height:149px;
  width: auto;
 }
 

.navbar-fixed-top { position:relative;}
.greenfont { font-weight: 700;
    color: #3d7001!important;}
.menuHeight { min-height:130px; }	
@media only screen and (max-width:450px) and (min-width:200px) {
.sixtypx {
    font-size: 33px;
    line-height: 45px;
}
.marginB40 { padding-left:20px;}
.banner-text { font-size: 26px; }
.fourtypx{     font-size: 16px;
    line-height: 34px;}
}
@media only screen and (max-width:600px) and (min-width:320px) {

.search-box .search-form .btn-default { width:100%; }
.pack_title_block { display:block; }
.pack_image_block, .hidden-package-detail { display:none; }
.facility-icon { padding-left:0px; }
.thirtypx { font-size:20px !important; line-height: 29px; }
#sidebar_secondary { height: 420px;
    right: 4px;
    width: 289px }

.adjustwid { 
 
  height:auto;
  
 }
 	
}

@media only screen and (max-width:600px) and (min-width:660px) {
.overlay-icon { padding:2px 30px;}
}
@media only screen and (max-width:990px) and (min-width:600px) {
.item:nth-child(2n+1) {
    clear: left;
}
}
@media only screen and (max-width:1100px) and (min-width:755px) {
.paddingL { padding-left:55px !important; }
}
@media only screen and (max-width:900px) and (min-width:320px) {
.back-img-gallery { height:auto; }

}

@media only screen and (max-width:768px) and (min-width:320px) {
.facility-section {
    background-image: url(../images/camarera.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
    background-size: cover;
}
	.margleft20xs {
	margin-left:20px;
}
	
.facility-section {
    padding: 0px 0;
    background-size: cover;
}
	.facility-icon-para {
    padding: 0px 0;
}
	.facility-rightside span.yellow-title {
	color: #ff8e00 !important;
	font-size: 18px
}
	.right-side-block-detail {
	    background: #0000006b;
    padding: 10px 10px 20px 10px;
    margin-top: 20px;
	}
.facility-rightside {
    padding: 20px 20px 0 20px;
}
#navbar, #navbarsmall {     
background: #3a3a3ac7;     
width: 100%;}  

.fixedbackground {background: #3a3a3ac7; }
.navbar-nav { margin: 0px -15px; } 
.navbar-fixed-top
    {
    position: absolute;
    top: auto;
    }
.navbar-collapse {
        max-height: none;
    }	
}

@media only screen and (max-width:768px) and (min-width:320px) {
.tittle-box { height:150px; min-height:150px;}
}

@media only screen and (max-width:541px) and (min-width:320px) {

	.bus1, .bus2, .bus3 {
    height: 202px;
    background-size: contain;
		    background-position: inherit;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.circle-pack1 {
    width: 120px;
    height: 120px;
    left: 24%;
	padding-top: 28px;
}
		.margl40 {
	padding-left:5px;
}
	.tittle-box { height:200px; padding-left: 15px; padding-right: 15px; }
.facility-rightside h3, .facility-icon-para, .facility-icon-para p {
color:black;
}
	
.bed-box h3 { font-size: 25px; padding: 4px 28px;}
.bed-box p { padding: 0 20px; }


.contact-package h3 {
	height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
}
.contact-package {
    background-color: #E9E9E9;
    padding: 10px;
    text-align: center;
    border: solid 1px #dedede;
}
.contact-package:hover {
	background-color:white;
}
.contact-package h3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tittle-box {
background-color: #00000070;
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: white !important;
    font-weight: bold;
	width: 100%;
}


 /*.grey-box .tittle-box {
background-color: #00000070;

}*/



 .bus4 .tittle-box {
background-color: #00000070;

}
 .bus4click .tittle-box {
background-color: #ff9d0073;

}
 .descxs {
font-size:15px !important;

}
 .h3xs {
font-size:20px !important;

}
.navbar-toggle {
    background-color: #0000008c !important;
    border-radius: 4px;
    z-index: 99999999999999;
}
.whitexs {
	color:white !important;
}
.size18 {
	font-size:18px !important;
}
.size15 {
	font-size:15px !important;
}

.margr10 {
	margin-right:10px;
}
.floatl {
	float:left;
}
.garantia {
	   background: #0000006e;
       padding: 5px 20px 20px 20px;
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
	
}
.navbar-nav {
    margin: 0px -15px;
    padding: 10px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding-left: 50px;
	}
	
@media only screen and (max-width: 767px) and (min-width: 300px) {
.student-img {
    display: none;
}
.student-box {
    background-image: none;
}
.student-box-first {
    text-align: left;
}
.student-section {
    padding-bottom: 30px;
    margin-top: 0px;
}
}

/**************Working on new menu *******************/
	
@media only screen and (max-width: 2000px) and (min-width: 846px) {	
.navbar-brand>img {
    width: 185px
}

}
/*.logo img {
    width: 85px
}	*/


.main_h .dropdown-menu>li>a { 
	color: #333; font-size: 14px;
    text-shadow: none;
}
 .main_h {
  position: fixed;
  top: 0px;
  max-height: 90px;
  z-index: 9999;
  width: 100%;
   background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}


.open-nav {
  /*max-height: 400px !important;*/
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.main_h nav ul {
  float: right;
	margin-right:1vh;
}

.main_h nav ul a {
  color: #fff;
  font-size: 20px;
  text-shadow: 4px 4px 12px #000;
}
.main_h nav .dropdown ul a {
    color: #fff ;
    text-shadow: 4px 4px 12px #000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f0ae43 !important;
    text-decoration: none;
    background: none !important;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 25px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.main_h nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

	.margl40 {
	margin-left:5px;
}


	
}
@media only screen and (max-width: 765px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
	}
@media only screen and (max-width: 845px) {
.dropdown-menu { position:relative!important;}

 .rounded-top-num { float:none!important; text-align:center;}
 .main_h { overflow:hidden; }
  .navbar-brand {
    float: none!important;
	height: 100px!important;
}
.navbar-brand img { margin: 0 auto; }
  .main_h nav ul {
    padding-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    width: 100%;
	padding-right:21px;
  }
  .main_h nav ul li {
    width: 100%;
    padding: 3px 0;
    margin: 0;
  }

  .mobile-toggle {
    display: block;
  }
  .open-nav {
   background-color: #3a3a3ac7;
  }
}

@media only screen and (max-width: 4000px) and (min-width: 1024px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
.facility-icon-para {
color:black;
}

    
}

@media only screen and (max-width: 4000px) and (min-width: 1920px) {
.main_h nav ul {
    margin-right: 20vh;
}
		.tittle-box {
    height: 165px;
    padding-left: 30px;
    padding-right: 30px;
   
}

}

@media only screen and (max-width: 1919px) and (min-width: 1600px) {
.main_h nav ul{
    margin-right: 20vh;
}
.tittle-box {
    height: 185px;
    padding-left: 25px;
    padding-right: 25px;
}	
	.grey-box h3, .white-box h3 {
    font-size: 28px;
	}
	.grey-box p, .white-box p {
    font-size: 17px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	.tittle-box {
    height: 180px;
    padding-left: 30px;
    padding-right: 30px;
   }
	.grey-box h3, .white-box h3 {
    font-size: 25px;
	}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
	}
@media only screen and (max-width: 1399px) and (min-width: 1024px) {
.tittle-box {
    height: 175px;
    padding-left: 20px;
    padding-right: 20px;
}
.grey-box h3, .white-box h3 {
    font-size: 25px;
}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
}




.absolut {
		position:absolute;
	}

.jumbotron-facility {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #eeeeee1a;
}
.margin-0-impotant {
    margin-top: 0px;
}
.facility-icon-para-18 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.marg-t20 {
 margin-top:20px;
}
.marg-b20 {
 margin-bottom:20px;
}
.size16 {
    font-size: 16px !important;
}
.yellow-title {
    color: #fe8d00 !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.facility-section {
		background: url(../images/student-bg.png);
		padding: 70px 0;
		background-size: cover;
		}
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 13px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00000091;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
}
.contact-package .bus1, .contact-package .bus2, .contact-package .bus3, .contact-package .bus4 {
    height: 300px;
}
.bus1_click, .bus2_click, .bus3_click, .bus4_click {
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-position: 50%;
    max-width: 100%;
	    height:150px;
    background-size: contain;
	
}
.contact-package .circle-pack {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 7px solid #fff;
    top: 15px;
    right: 22px;
    font-size: 25px;
    padding-top: 25px;
    font-weight: bold;
}
.contact-package:hover {
    transform: scale(1.1) ; /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	  transition-duration: 0.5s;
	z-index:99999999;
	-webkit-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
-moz-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
	position:relative;
}
.vertical-centered {
	 display: flex !important;
   justify-content: center;
   align-items: center;
}
.back-img-contacto {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 533px;
    background-position: left bottom;
    overflow: hidden;
}
.contact-section {
	    background: url(../images/student-bg.png);
        background-size: cover;
	padding-top:70px;
	padding-bottom:70px;
	
}
.contact-form-des {
	    background: #1778aa;
    padding: 25px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.margl40 {
	padding-left:40px;
}
	.tittle-box { height:200px; padding-left: 15px; padding-right: 15px; }
.facility-rightside h3, .facility-icon-para, .facility-icon-para p {
color:black;
}
	
.bed-box h3 { font-size: 25px; padding: 4px 28px;}
.bed-box p { padding: 0 20px; }


.contact-package h3 {
	height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
}
.contact-package {
    background-color: #E9E9E9;
    padding: 10px;
    text-align: center;
    border: solid 1px #dedede;
}
.contact-package:hover {
	background-color:white;
}
.contact-package h3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tittle-box {
background-color: #00000070;
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: white !important;
    font-weight: bold;
	width: 100%;
}


/* .grey-box .tittle-box {
background-color: #00000070;

}*/





 .bus4 .tittle-box {
background-color: #00000070;

}
 .bus4click .tittle-box {
background-color: #b50202a3;

}
 .descxs {
font-size:15px !important;

}
 .h3xs {
font-size:20px !important;

}
.navbar-toggle {
    background-color: #0000008c !important;
    border-radius: 4px;
    z-index: 99999999999999;
}
.whitexs {
	color:white !important;
}
.size18 {
	font-size:18px !important;
}
.size15 {
	font-size:15px !important;
}

.margr10 {
	margin-right:10px;
}
.floatl {
	float:left;
}
.garantia {
	   background: #0000006e;
       padding: 5px 20px 20px 20px;
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
	
}
.navbar-nav {
    margin: 0px -15px;
    padding: 10px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding-left: 50px;
	}
	
@media only screen and (max-width: 767px) and (min-width: 300px) {
.student-img {
    display: none;
}
.student-box {
    background-image: none;
}
.student-box-first {
    text-align: left;
}

}

/**************Working on new menu *******************/
	
@media only screen and (max-width: 2000px) and (min-width: 846px) {	
.navbar-brand>img {
    width: 185px
}

}
/*.logo img {
    width: 85px
}	*/


.main_h .dropdown-menu>li>a { 
	color: #333; font-size: 14px;
    text-shadow: none;
}
 .main_h {
  position: fixed;
  top: 0px;
  max-height: 90px;
  z-index: 9999;
  width: 100%;
   background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}


.open-nav {
  max-height: 450px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.main_h nav ul {
  float: right;
}

.main_h nav ul a {
  color: #fff;
  font-size: 20px;
  text-shadow: 4px 4px 12px #000;
}
.main_h nav .dropdown ul a {
    color: #fff ;
    text-shadow: 4px 4px 12px #000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f0ae43 !important;
    text-decoration: none;
    background: none !important;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 25px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.main_h nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

	a,
a:hover {
    text-decoration: none
}

.error {
    color: #e65252!important
}

.homealert {
    margin-top: 5px;
    width: 95%
}

.styled-white-text {
    color: #FFF
}

.item:nth-child(4n+1) {
    clear: left
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute;
}

.top-absolute {
    top: 14px
}

.grey-box,
.bed-box {
    cursor: pointer
}

.grey-boxes {
    background: #efefef;
		    }
.white-boxes {
    background: #fff
}

.grey-font label {
    color: #666!important
}

.padding10 {
    padding: 10px
}

.padding20 {
    padding: 20px
}

.noBold {
    font-weight: 400!important
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .7;
    -webkit-transition: .2s;
    transition: opacity .2s
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #003546;
    cursor: pointer
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer
}

.pricedemo {
    font-size: 16px;
    color: #7b7474;
    font-weight: 700;
    margin-bottom: 20px
}

.blue-booked {
    color: #007fa9 !important;
}

.post-para {
    color: #333
}

/*.stickyfooter {
    z-index: 99999
}*/

.whatupFixed {
    position: fixed;
    bottom: 36px;
    right: 28px;
    z-index: 99999999;
}

/*.sticky,
.stickyfooter {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}*/

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    will-change: opacity;
    animation: fadeOut .3s;
    pointer-events: none
}

.stickyfooterBottom {
    bottom: 535px
}

.width82 {
    width: 82%
}

h1 a {
    color: #FFF
}

#submit_message {
    width: 100%
}

.post_thumbnail img {
    width: 58px;
    height: 51px
}

.rounded-top-num {
    padding: 6px 20px
}

.sticky {
    background: #3a3a3ac7!important;
}

.navbar {
    margin-bottom: 5px;
}

.navbar-brand {
    height: 38px;
    padding: 15px
}

.search-box-footer .search-form-footer .form-group input,
.search-box-footer .search-form-footer .form-group select {
    height: 45px;
    font-size: 16px;
    font-weight: 400
}

.search-box-footer .search-form-footer .btn-default {
    background: #007fa9;
    padding: 5px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fab63e;
    height: 46px;
    font-weight: 700
}

.search-box-footer {
    width: 100%;
    background-color: rgba(245, 245, 245, 0.8);
    padding: 17px 0 1px;
    border: 1px solid #d0d0d0;
    border-left: 0;
    border-right: 0
}

.ficon img {
    width: 25px
}



.ficon-group label {
    margin-left: 5px;
    color: #000;
    margin-top: 3px
}

.search-box {
    background-color: rgb(245, 245, 245);
    padding: 20px 0 3px;
    margin-top: 0px!important;
    border-top: gray solid 1px;
}
.search-box .search-form .form-group input {
    padding: 24px;
    font-size: 14px;
    border: solid 1px #d6d6d6
}

.search-box .search-form .btn-default {
    background: #007fa9;
    padding: 0 35px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: normal;
    color: #fff;
    height: 51px;
    width: 20%;
    font-weight: 700
}

.pckage-box .btn-theme {
    margin-top: 0
}

.btn-theme {
    height: 45px
}


.gallery-position {
    bottom: 20px!important
}

#sidebar_secondary {
    z-index: 99999999;
	}

.is-countdown {
    border: 0px !important;
    background-color: #ffffff00 !important;
	color: white !important;
	font-size: 34px !important;
	font-weight: bold !important;
	width: 80% !important;
    margin: 0 auto !important;
}

.clear { clear:both; }
.shore_more { display:none; }
.bus4click {
    background-image: url(../images/alojamiento-en-londres.jpg)!important;
    height: 426px;
    background-size: cover;
}
.bus1_click {
    background-image: url(../images/bus1_click.png)!important;
}
.bus2_click {
    background-image: url(../images/bus2_click.png)!important;
}
.bus3_click {
    background-image: url(../images/bus3_click.png)!important;
}

.gray-plus-package {
    background-image: url(../images/trabajo-en-londres-plus.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-basic-package {
    background-image: url(../images/trabajo-en-londres-basic.jpg)!important;
    height: 426px;
    background-size: cover;
}
.gray-lite-package {
    background-image: url(../images/trabajar-en-londres-lite.jpg)!important;
    height: 426px;
    background-size: cover;
}

.pack_title_block { display:none; }
.pack_title_block  ul li { cursor:pointer; }
.positionBottom {     bottom: 0px; } 


.caption-title{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:70px;

}
.caption-title-room{ 
    text-shadow: 1px 2px 15px gray !important;
	margin-top:20px;

}
.text-holder { 
    text-shadow: 1px 2px 15px gray !important;
	font-size:50px; line-height:53px;
}
/*
.sixtypx {
	font-size:60px;
	line-height: 60px;
}

.fourtypx {
	font-size:40px;
	line-height:40px;
}

.thirtypx {
	font-size:30px;
	line-height:50px;
}
.banner-text {
	
	color: #fff;
	padding: 10px 0 10px;
	
}*/

.sixtypx {
	font-size:43px;
	line-height: 43px;
}

.fourtypx {
	font-size:30px;
	line-height:40px;
}

.thirtypx {
	font-size:30px;
	line-height:50px;
}

.back-img-alquiler-habitacion {
    background-image: url(../images/background1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajar-en-londres {
 	background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajo-en-londres-rapido {
	background-image: url(../images/westminster.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}

.back-img-trabajo-en-londres-barato {
	background-image: url(../images/154317.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
}



.bluebooked { color:#007fa9 }

.back-img-plus {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-basico {
    background-image: url(../images/londonattractions.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-lite {
    background-image: url(../images/barato.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
.back-img-habitaciones {
    background-image: url(../images/habitaciones-en-londres.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 773px;
	background-position:left bottom;
	overflow: hidden;
}
/*.facility-icon { padding-left:60px; }*/
.facility-icon { padding-left:0px; }
.overflow-hidden { overflow:hidden; }
.formcolor { background: #033847; }
.navbar { z-index:99999999; }
.width47 { width:47%; }
.marginB40 { margin-bottom:40px; padding-left: 30px; }
.links { padding:0px; }
.search-box, #navbar { transition:all .9s ease; z-index: 9999999; display:block!important;}

.grey-box h3, .white-box h3, .grey-box p, .white-box p {color: #fff; text-decoration:none; }
.marginB20 { margin-bottom:20px; }
.send { position:absolute; }
.whtsapp-chat-box { width:82%;}
.adjustwid { 
  display: inline-block; 
  max-width:163px;
  height:149px;
  width: auto;
 }
 

.navbar-fixed-top { position:relative;}
.greenfont { font-weight: 700;
    color: #3d7001!important;}
.menuHeight { min-height:130px; }	
@media only screen and (max-width:450px) and (min-width:200px) {
.sixtypx {
    font-size: 33px;
    line-height: 45px;
}
.marginB40 { padding-left:20px;}
.banner-text { font-size: 26px; }
.fourtypx{     font-size: 16px;
    line-height: 34px;}
}
@media only screen and (max-width:600px) and (min-width:320px) {

.search-box .search-form .btn-default { width:100%; }
.pack_title_block { display:block; }
.pack_image_block, .hidden-package-detail { display:none; }
.facility-icon { padding-left:0px; }
.thirtypx { font-size:20px !important; line-height: 29px; }
#sidebar_secondary { height: 420px;
    right: 4px;
    width: 289px }

.adjustwid { 
 
  height:auto;
  
 }
 	
}

@media only screen and (max-width:600px) and (min-width:660px) {
.overlay-icon { padding:2px 30px;}
}
@media only screen and (max-width:990px) and (min-width:600px) {
.item:nth-child(2n+1) {
    clear: left;
}
}
@media only screen and (max-width:1100px) and (min-width:755px) {
.paddingL { padding-left:55px !important; }
}
@media only screen and (max-width:900px) and (min-width:320px) {
.back-img-gallery { height:auto; }

}

@media only screen and (max-width:768px) and (min-width:320px) {
.facility-section {
    background-image: url(../images/camarera.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
    background-size: cover;
}
	.margleft20xs {
	margin-left:20px;
}
	
.facility-section {
    padding: 0px 0;
    background-size: cover;
}
	.facility-icon-para {
    padding: 0px 0;
}
	.facility-rightside span.yellow-title {
	color: #ff8e00 !important;
	font-size: 18px
}
	.right-side-block-detail {
	    background: #0000006b;
    padding: 10px 10px 20px 10px;
    margin-top: 20px;
	}
.facility-rightside {
    padding: 20px 20px 0 20px;
}
#navbar, #navbarsmall {     
background: #3a3a3ac7;     
width: 100%;}  

.fixedbackground {background: #3a3a3ac7; }
.navbar-nav { margin: 0px -15px; } 
.navbar-fixed-top
    {
    position: absolute;
    top: auto;
    }
.navbar-collapse {
        max-height: none;
    }	
}

@media only screen and (max-width:768px) and (min-width:320px) {

.tittle-box { height:150px; min-height:150px;}
.contact-package h3 {
font-size:20px;
}
	}

@media only screen and (max-width:541px) and (min-width:320px) {

	.bus1, .bus2, .bus3 {
    height: 202px;
    background-size: contain;
		    background-position: inherit;
}

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.circle-pack1 {
    width: 120px;
    height: 120px;
    left: 24%;
	padding-top: 28px;
}
	.contact-package h3 {
font-size:20px;
}
		.margl40 {
	margin-left:5px;
}
	.tittle-box { height:200px; padding-left: 15px; padding-right: 15px; }
.facility-rightside h3, .facility-icon-para, .facility-icon-para p {
color:black;
}
	
.bed-box h3 { font-size: 25px; padding: 4px 28px;}
.bed-box p { padding: 0 20px; }


.contact-package h3 {
	height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
}
.contact-package {
    background-color: #E9E9E9;
    padding: 10px;
    text-align: center;
    border: solid 1px #dedede;
}
.contact-package:hover {
	background-color:white;
}
.contact-package h3 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tittle-box {
background-color: #00000070;
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    color: white !important;
    font-weight: bold;
	width: 100%;
}



 .bus4 .tittle-box {
background-color: #00000070;

}
 .bus4click .tittle-box {
background-color: #b50202a3;

}
 .descxs {
font-size:15px !important;

}
 .h3xs {
font-size:20px !important;

}
.navbar-toggle {
    background-color: #0000008c !important;
    border-radius: 4px;
    z-index: 99999999999999;
}
.whitexs {
	color:white !important;
}
.size18 {
	font-size:18px !important;
}
.size15 {
	font-size:15px !important;
}

.margr10 {
	margin-right:10px;
}
.floatl {
	float:left;
}
.garantia {
	   background: #0000006e;
       padding: 5px 20px 20px 20px;
	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
	
}
.navbar-nav {
    margin: 0px -15px;
    padding: 10px 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding-left: 50px;
	}
	
@media only screen and (max-width: 767px) and (min-width: 300px) {
.student-img {
    display: none;
}
.student-box {
    background-image: none;
}
.student-box-first {
    text-align: left;
}
.student-section {
    padding-bottom: 0px!important;
    margin-top: 0px!important;
}

.footer-section ul li { padding-top: 15px; }
}

/**************Working on new menu *******************/
	
@media only screen and (max-width: 2000px) and (min-width: 846px) {	
.navbar-brand>img {
    width: 185px
}

}
/*.logo img {
    width: 85px
}	*/


.main_h .dropdown-menu>li>a { 
	color: #333; font-size: 14px;
    text-shadow: none;
}
 .main_h {
  position: relative;
  top: 0px;
  max-height: 90px;
  z-index: 99999999;
  width: 100%;
   background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}


.open-nav {
  max-height: 450px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.main_h nav ul {
  float: right;
	margin-right:20vh;
}

.main_h nav ul a {
  color: #fff;
  font-size: 20px;
  text-shadow: 4px 4px 12px #000;
}
.main_h nav .dropdown ul a {
    color: #fff ;
    text-shadow: 4px 4px 12px #000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f0ae43 !important;
    text-decoration: none;
    background: none !important;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 25px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

.main_h nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {

	.margl40 {
	margin-left:5px;
}
	
}
@media only screen and (max-width: 765px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
	}
@media only screen and (max-width: 845px) {
 .rounded-top-num { float:none!important; text-align:center;}
 .main_h { overflow:hidden; }
  .navbar-brand {
    float: none!important;
	height: 100px!important;
}
.navbar-brand img { margin: 0 auto; }
  .main_h nav ul {
    padding-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    width: 100%;
	padding-right:21px;
  }
  .main_h nav ul li {
    width: 100%;
    padding: 3px 0;
    margin: 0;
  }

  .mobile-toggle {
    display: block;
  }
  .open-nav {
   background-color: #3a3a3ac7;
  }
}

@media only screen and (max-width: 4000px) and (min-width: 1024px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
.facility-icon-para {
color:black;
}

    
}

@media only screen and (max-width: 4000px) and (min-width: 1920px) {
.main_h nav ul {
    margin-right: 20vh;
}
		.tittle-box {
    height: 165px;
    padding-left: 30px;
    padding-right: 30px;
   
}

}

@media only screen and (max-width: 1919px) and (min-width: 1600px) {
.main_h nav ul{
    margin-right: 20vh;
}
.tittle-box {
    height: 185px;
    padding-left: 25px;
    padding-right: 25px;
}	
	.grey-box h3, .white-box h3 {
    font-size: 28px;
	}
	.grey-box p, .white-box p {
    font-size: 17px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	.tittle-box {
    height: 180px;
    padding-left: 30px;
    padding-right: 30px;
   }
	.grey-box h3, .white-box h3 {
    font-size: 25px;
	}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

	}
@media only screen and (max-width: 1399px) and (min-width: 1024px) {
.tittle-box {
    height: 175px;
    padding-left: 20px;
    padding-right: 20px;
}
.grey-box h3, .white-box h3 {
    font-size: 25px;
}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

}




.absolut {
		position:absolute;
	}

.jumbotron-facility {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #eeeeee1a;
}
.margin-0-impotant {
    margin-top: 0px;
}
.facility-icon-para-18 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.marg-t20 {
 margin-top:20px;
}
.marg-b20 {
 margin-bottom:20px;
}
.size16 {
    font-size: 16px !important;
}
.yellow-title {
    color: #fe8d00 !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.facility-section {
		background: url(../images/student-bg.png);
		padding: 70px 0;
		background-size: cover;
		}
	.wrap-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
}
.dropdown-menu {
    position: relative!important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 13px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00000091;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
}
.contact-package .bus1, .contact-package .bus2, .contact-package .bus3, .contact-package .bus4 {
    height: 300px;
}
.bus1_click, .bus2_click, .bus3_click, .bus4_click {
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-position: 50%;
    max-width: 100%;
	    height:150px;
    background-size: contain;
	
}
.contact-package .circle-pack {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 7px solid #fff;
    top: 15px;
    right: 22px;
    font-size: 25px;
    padding-top: 25px;
    font-weight: bold;
}
.contact-package:hover {
    transform: scale(1.1) ; /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	  transition-duration: 0.5s;
	z-index:99999999;
	-webkit-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
-moz-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
	position:relative;
}
.vertical-centered{
	 display: flex !important;
   justify-content: center;
   align-items: center;
}
.back-img-contacto {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 533px;
    background-position: left bottom;
    overflow: hidden;
}
.contact-section {
	    background: url(../images/student-bg.png);
        background-size: cover;
	padding-top:70px;
	padding-bottom:70px;
	
}
.contact-form-des {
	    background: #1778aa;
    padding: 25px;
 	-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}

	
}
@media only screen and (max-width: 765px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
	}
@media only screen and (max-width: 845px) {
 .rounded-top-num { float:none!important; text-align:center;}
 .main_h { overflow:hidden; }
  .navbar-brand {
    float: none!important;
	height: 100px!important;
}
.navbar-brand img { margin: 0 auto; }
  .main_h nav ul {
    padding-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: center;
    width: 100%;
	padding-right:21px;
  }
  .main_h nav ul li {
    width: 100%;
    padding: 3px 0;
    margin: 0;
  }

  .mobile-toggle {
    display: block;
  }
  .open-nav {
   background-color: #3a3a3ac7;
  }
  
  .search-box .search-form .form-group {
      width: 100%;
  }
  
  
  .shore_more { display:block; margin-bottom: 13px;  }
  .TopForm { display:none;}

}

@media only screen and (max-width: 4000px) and (min-width: 1024px) {

	.facility-rightside h3, .facility-icon-para {
color:white;
}
.facility-icon-para {
color:black;
}

    
}

@media only screen and (max-width: 4000px) and (min-width: 1920px) {
.main_h nav ul {
    margin-right: 20vh;
}
		.tittle-box {
    height: 165px;
    padding-left: 30px;
    padding-right: 30px;
   
}

}

@media only screen and (max-width: 1919px) and (min-width: 1600px) {
.main_h nav ul{
    margin-right: 20vh;
}
.tittle-box {
    height: 185px;
    padding-left: 25px;
    padding-right: 25px;
}	
	.grey-box h3, .white-box h3 {
    font-size: 28px;
	}
	.grey-box p, .white-box p {
    font-size: 17px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}

}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	.tittle-box {
    height: 180px;
    padding-left: 30px;
    padding-right: 30px;
   }
	.grey-box h3, .white-box h3 {
    font-size: 25px;
	}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
	}
@media only screen and (max-width: 1399px) and (min-width: 1024px) {
.tittle-box {
    height: 175px;
    padding-left: 20px;
    padding-right: 20px;
}
.grey-box h3, .white-box h3 {
    font-size: 25px;
}
	.grey-box p, .white-box p {
    font-size: 15px;
    text-align: center;
}
	.bed-box h3 {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
}
}




.absolut {
		position:absolute;
	}

.jumbotron-facility {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: inherit;
    background-color: #eeeeee1a;
}
.margin-0-impotant {
    margin-top: 0px;
}
.facility-icon-para-18 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.marg-t20 {
 margin-top:20px;
}
.marg-b20 {
 margin-bottom:20px;
}
.size16 {
    font-size: 16px !important;
}
.yellow-title {
    color: #fe8d00 !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.facility-section {
		background: url(../images/student-bg.png);
		padding: 70px 0;
		background-size: cover;
		}
		.wrap-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
	.circle-pack {

    padding-top: 28px;
 
}
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 13px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00000091;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
	color: white;
    font-weight: bold;
	 }
.filter-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 13px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00000091;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.45);
	color: white;
    font-weight: bold;
	padding:30px;
	 }
.contact-package .bus1, .contact-package .bus2, .contact-package .bus3, .contact-package .bus4 {
    height: 300px;
}
.bus1_click, .bus2_click, .bus3_click, .bus4_click {
    background-repeat: no-repeat;
    position: relative;
    display: block;
    background-position: 50%;
    max-width: 100%;
	    height:150px;
    background-size: contain;
	
}
.contact-package .circle-pack {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 7px solid #fff;
    top: 15px;
    right: 22px;
    font-size: 25px;
    padding-top: 25px;
    font-weight: bold;
}
.contact-package:hover {
    transform: scale(1.1) ; /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	  transition-duration: 0.5s;
	z-index:99999999;
	-webkit-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
-moz-box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
box-shadow: 0px 1px 35px 0px rgba(109, 108, 108, 0.2);
	position:relative;
}
.vertical-centered{
	 display: flex !important;
   justify-content: center;
   align-items: center;
}
.back-img-contacto {
    background-image: url(../images/trabajo-en-londres-para-espanoles.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    display: block;
    height: 533px;
    background-position: left bottom;
    overflow: hidden;
}
.contact-section {
	    background: url(../images/student-bg.png);
        background-size: cover;
	padding-top:70px;
	padding-bottom:70px;
	
}
.contact-form-des {
    background: #00000075;
    padding: 25px;

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    color: white;
}

.padding30 {
	padding:30px;
}

.package1 {
    background: #0d4703;   
}

.package2 {
    background: #8a024c;   
}

.package3 {
    background: #014363;   
}

.package4 {
    background: #9e0000;   
}


.search-box {
    z-index: 99999;
    position: absolute;
    bottom: 0px;
    width: 100%;
	
}

.backgroudfooter {
    background-image: url(../images/skyline-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 2000px) and (min-width: 1680px) {	

.parallax { min-height: 50vh; }

}

@media only screen and (max-width: 640px) and (min-width: 320px) {
.search-box .search-form .form-group select {
    border-radius: 10px;  
}
	.circle-pack {

    padding-top: 28px;
  
}


}

.hoveronBox .hover1 {
	background-color: #568c00;
}

.hoveronBox .hover2 {
	background-color: #ce0a74;
}

.hoveronBox .hover3 {
	background-color: #0265ab;
}
.circle-pack, .bus1.changeImg1.bus1_click .circle-pack.grayprice {
	background-color:#007fa8;
}

.bus1.changeImg1 .circle-pack.grayprice{
	background:#a9a9a9;
	
}


.bus2.changeImg2.bus2_click .circle-pack.grayprice {
	background-color:#007fa8;
}

.bus2.changeImg2 .circle-pack.grayprice{
	background:#a9a9a9;
	
}


.bus3.changeImg3.bus3_click .circle-pack.grayprice {
	background-color:#007fa8;
}

.bus3.changeImg3 .circle-pack.grayprice{
	background:#a9a9a9;
	007fa8
}

.bus4.revertanoback .circle-pack1.grayprice {
	background:#a9a9a9;
}
.bus4.revertanoback.bus4click .circle-pack1.grayprice{
		background-color:#007fa8;

}
.width50p {
	width:50%;
}

.backofvideo {
    background-color: #0000002b;
    padding: 20px 20px 20px 20px;
	   -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
		}
.topmar50px {margin-top:60px}

@media only screen and (max-width: 1600px) and (min-width: 1400px){
.main_h nav ul {
    float: right;
    margin-right: 10vh;
}
}

.banner-text {
    text-shadow: 1px 2px 15px gray !important;
}
.absolut {
		position:absolute;
	}
.top-border-1px-gray {
	    border-top: solid gainsboro 1px;
}


@media only screen and (max-width: 1200px) and (min-width: 846px){
.search-box .search-form .form-group {
    width: 18%;    
}

}

.social-section p { margin-top: 16px;}

.no-margin {
margin:0px;
}
.no-padding {
padding:0px;
}

.client-section-2 h5 {
font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}
.client-section-2 em {
    color: gray;
    font-size: 15px;
}
.banner-text-margin {  margin-top: 70px!important;}
@media only screen and (max-width:768px) and (min-width:320px) {
.banner-text-margin {  margin-top: 120px!important;}
}

.sect-gray {    background-color: #f9f9f9;}

@media screen and (orientation: landscape) { #sidebar_secondary { height: 324px; } }
@media only screen and (min-device-width: 768px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {


}

@media only screen and (max-width:2000px) and (min-width:1400px) {
/*.clearoff:nth-child(3n+1) {
    clear: left
}*/
.clearoff  { height:290px;}
}
@media only screen and (max-width:1400px) and (min-width:990px) {
.clearoff  { height:280px;}
}
@media only screen and (max-width:768px) and (min-width:320px) {
.clearoff { height: auto;}
}

.footer-section ul li { padding-top: 15px; }

.blur-image {

filter: blur(3px);
-webkit-filter: blur(3px); 
z-index: 999999999999999;

   }
   
.padding16 { padding:16px;}


@media only screen and (max-width:2000px) and (min-width:1100px) {
.resizeforBig { min-width:255px; height:170px; }
}
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.width80 {
	width:80%;
}