/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a, nav .brand-logo {
  color: #FFF;
}



nav .button-collapse {
	margin: 0;
}



#mainNav {
    -webkit-box-shadow: initial;
    box-shadow: initial;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s;
	transition-timing-function: ease;
}
@media only screen and (min-width: 601px){
	#mainNav, #mainNav .nav-wrapper i, #mainNav a.button-collapse, #mainNav a.button-collapse i {
	    height: 84px;
	    line-height: 84px;
	}
}



.mainNav-bg {
	background-color: rgba(255, 255, 255, .95)!important;
}
.mainNav-bg a {
	color: #333;
}





nav {
	position: relative;
	background-color: #263238;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}

@media only screen and (min-width: 601px){
	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	    height: 50px;
	    line-height: 50px;
	}
}




#mainNavI {
	padding: 0 30px;
}




.navbar-fixed {
	position: absolute;
}
#logo-container {
	font-size: 22px; 
	width: 240px;
}
#mainNav #logo-container img {
	margin-bottom: -10px; 
	margin-right: 10px;
}
@media only screen and (max-width : 600px) {
	#logo-container img {
		height: 35px;
	}
}




nav .brand-logo {
	position: initial;
}
@media only screen and (max-width: 992px){
	nav .brand-logo {
	    left: initial;
	    -webkit-transform: initial;
	    transform: initial;
	}
}






#mainNavI #logo-container {
	font-size: 18px;
}
#mainNavI #logo-container img {
	height: 32px;
	margin-bottom: -10px; 
	margin-right: 10px;
}



nav a.button-collapse {
    margin-right: 15px;
}

#mainNavI a.button-collapse {
    display: block;
}
@media only screen and (min-width: 993px){
	#mainNavI a.button-collapse {
	    display: block;
	}
}


























p {
  line-height: 2rem;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
  }
}

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

}









.px-intro {

	min-height: 800px;
	padding-top: 200px;
	
    line-height: 0;
    height: auto;

	position: relative;
    overflow: hidden;

	
}

.px-intro .section {
	position: absolute;
	width: 100%;
}



h1 {font-size: 60px;}
h2 {font-size: 50px;}

#readMore-button {
	color: #303046;
	font-weight: bold;
	padding: 0 60px;
}




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

}



  .parallax-container .section {
    position: absolute;
  }
  #index-banner .section {
    top: 15%;
  }



#index-banner {
	color: white;
}

.full-width-background {
    background-color: #000;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: none;
    width: 100%;
    height: 100%;
    z-index: -1;
    
}


.contact-form input {
	width: 100%;
	border: 1px solid #CCC!important;
	padding: 0 10px!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #CCC!important;
	padding: 10px 10px!important;
}
.footer-so li {
	float: left;
	margin-right: 15px;
}
.footer-so li img {
	height: 28px;
}






#topMenuItems .liCart {
	margin-right: 30px;
}


#topMenuItems>li>a>img {
	margin-bottom: -10px;
}
#topMenuItems .liUser {
	margin-right: 15px;
}
#topMenuItems .liUser a {
	font-size: 14px;
	font-weight: 300;
}
#topMenuItems .liUser a img {
	margin-right: 10px; 
	margin-bottom: -13px;
}

#dropdown1 img {
	height: 24px; 
	margin-bottom: -8px; 
	margin-right: 10px;
}
#nav-mobile {
	background-color: #303030!important;
}


.side-nav li {
	position: relative;
}
.side-nav .badge {
	margin-right: 15px;
}


.side-nav li > a {
	color: white;
	font-size: 16px;
	font-weight: 300;
}

.side-nav hr {
    border: 0;
    border-bottom: 2px solid #373737;
}

#navTop {
	width: 100%;
	height: 180px;
	background-image: url(../img/mbg.jpg);
	background-size: cover; 
	margin-bottom: 20px; 
	padding: 30px; 
	color: white; 
	position: relative;
}

#navTop .nt-brand {
	color: white; 
	font-size: 18px;
}
#navTop .nt-brand img {
	margin-bottom: -15px; 
	margin-right: 10px; 
	nheight: 32px;
}

#navTop .nt-info {
	position: absolute; 
	bottom: 15px;
}

#navTop .nt-info .nt-user {
	font-size: 18px; 
	font-weight: 300;
}

#navTop .nt-info .nt-avatar {
	background-color: #FFF; 
	float: left; 
	margin-right: 15px; 
	width: 35px; 
	height: 35px; 
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px; 
	background-image: url(../img/musr.jpg); 
	background-size: cover;
}


#navTop .nt-info .nt-company {
	font-size: 14px; 
	font-weight: 300;
}






.support-section {
	background-color: #22282F; padding: 60px 30px 90px 30px;
}
.support-section .ss-title {
	font-size: 60px; font-weight: 100;
}
.support-section .ss-text {
	font-size: 24px; font-weight: 100;
}





.mainBoxes {
    background-color: #22282F;	
}
.mainBoxes .row .col {
    padding: 0 1rem;
}
.mainBoxes .container-fluid {
	max-width: 1400px; 
	margin: 0 auto;
}
.mainBoxes .row {
	margin-top: -100px;
}
.mainBoxes .col {
	margin-bottom: 15px;
}
.mainBoxes .item {
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	overflow: hidden;
}
.mainBoxes .item img {
	width: 100%; 
	display: block;
}

.mainBoxes .item .item-info {
	padding: 25px;
}

.mainBoxes .item .item-info h4 {
	font-size: 34px; font-weight: light; font-weight: 300; margin: 0; margin-bottom: 10px;
}
.mainBoxes .item .item-info p {
	font-size: 22px; font-weight: light; font-weight: 300; margin: 0;
}



.mainIconB {
	padding-top: 3rem; padding-bottom: 3rem;
}
.mainIconB .mi-title {
	margin-bottom: 45px
}
.mainIconB .mi-title h1 {
	font-size: 48px; font-weight: 300; margin-bottom: 15px;
}
.mainIconB .mi-title .bdr {
	margin: 0 auto; width: 200px; height: 2px; background-color: #E2E3E3;
}
.mainIconB .icon-block {
	padding: 0 15px;
	position: relative;
}
.mainIconB .icon-block .material-icons {
  font-size: inherit;
}
.mainIconB .icon-block .numb {
	position: absolute; left: 15px; top: 50px; font-size: 120px; color: #4A5C6E; font-weight: 300; opacity: .1;
}
.mainIconB .icon-block h5 {
	font-size: 32px; font-weight: 300;
}
.mainIconB .icon-block p {
	font-size: 24px; font-weight: 100; color: #647A91;
}




.para-2 .row {
	color: #333333;
}
.para-2 h1 {
	font-size: 50px;
}
.para-2 h5 {
	font-size: 20px;
	font-weight: 500;
}
.para-2 p {
	font-size: 24px; margin-top: 120px;
}

@media only screen and (max-width : 700px) {
	.para-2 p {
		font-size: 16px;
		margin-top: 40px;
	}

}





.brandsIcn {
	background-color: #F3F4F7; padding: 50px;
}
.brandsIcn row {
	margin-bottom: 0;
}



.mainContBar {
	min-height: 250px;
}
.mainContBar .mcb-title {
	margin-bottom: 45px
}
.mainContBar .mcb-title h1 {
	font-size: 48px; font-weight: 300; margin-top: 0; margin-bottom: 15px;
}
.mainContBar .mcb-title .bdr {
	margin: 0 auto; width: 200px; height: 2px; background-color: #E2E3E3;
}
.mainContBar .mcb-subtitle {
	font-size: 24px; font-weight: 100;
	line-height: initial;
}

@media only screen and (max-width : 700px) {
	.mainContBar .mcb-subtitle {
		font-size: 18px;
	}
}




.contact-form {
	margin-top: 60px;
}
.contact-form input {
	width: 100%;
	border: 1px solid #CCC!important;
	padding: 0 10px!important;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #CCC!important;
	padding: 10px 10px!important;
	height: 115px;
}
.contact-form .btn {
	margin-top: 30px;background-color: #8698AC; padding: 0 30px; -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;
}



.footer-separ {
	height: 60px;
}

footer.page-footer {
  margin: 0;
  background-color: #333333;
}

.footer-so li {
	float: left;
	margin-right: 15px;
}
.footer-so li img {
	height: 28px;
}


.page-footer .pf-brand h5 {
	font-size: 22px; margin-bottom: 30px;
}
.page-footer .pf-brand h5 img {
	margin-bottom: -10px; margin-right: 15px;
}
.page-footer .pf-brand p {
	font-size: 14px; 
	font-weight: 300; 
	max-width: 500px;
}

.page-footer .footer-copyright {
	background-color: #111;
	font-size: 14px;
}
.footer-copyright .container {

}

.page-footer .container-fluid {
	padding: 0 20px;
}
.page-footer .container-fluid {
	padding: 0 20px;
}
.footer-copyright .container-fluid {
	padding: 0 30px;
}

#map {
	height: 400px;
	background-color: #DDD;
}



.mapLayerContainer {
	position: relative;
}
.mapLayer {
	position: absolute;
	background-color: white;
	nborder: 1px solid #CCC;
	z-index: 99;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 380px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.mapLayer ul {margin: 0; padding: 0; }
.mapLayer ul li {
	border-bottom: 1px solid #CCC;
}
.mapLayer .ad-sec {
	font-size: 18px;
	margin-bottom: 2px;
}
.mapLayer .ad-ad {
	font-size: 14px;
	color: #666;
}
.mapLayer a {
	color: #333;
	display: block;
	padding: 10px;
}
.mapLayer a:hover {
	background-color: #FAFAFA;
}


.mapLayer::-webkit-scrollbar { width: 4px;  }
.mapLayer::-webkit-scrollbar-track { background: #f2f2f2; }
.mapLayer::-webkit-scrollbar-thumb { background: #ddd; }
.mapLayer:hover::-webkit-scrollbar-thumb { background: #bbb; }
.mapLayer::-webkit-scrollbar-thumb:horizontal:hover,
.mapLayer::-webkit-scrollbar-thumb:vertical:hover { background: #999; }
.mapLayer::-webkit-scrollbar-thumb:horizontal:active,
.mapLayer::-webkit-scrollbar-thumb:vertical:active { background: #777; }

















.flag-dropdown img {
	height: 24px;
	margin-bottom: -7px!important;
}





.topSBar {
	position: absolute;
	display: inline-block; 
	height: 48px;
	text-align: center;
}

.topSBar { width: 30%; }
@media only screen and (min-width: 1100px){ .topSBar { width: 35%; } }
@media only screen and (min-width: 1200px){ .topSBar { width: 40%; } }
@media only screen and (min-width: 1300px){ .topSBar { width: 45%; } }
@media only screen and (min-width: 1400px){ .topSBar { width: 50%; } }
@media only screen and (min-width: 1600px){ .topSBar { width: 55%; } }
@media only screen and (min-width: 1800px){ .topSBar { width: 60%; } }

.topSBar input {
	background-color: #5C656A; 
	width: 300px; 
	height: 26px; 
	margin: 0 auto;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	border: 0;
	font-size: 12px;
	padding-left: 15px;
	transition: background-color 1s;
}
.topSBar input:focus {
	outline: none;
	background-color: #6e787d;
}
.topSBar>div {
	display: inline; 
	position: absolute; 
	margin-left: -30px;
}
.topSBar i.material-icons {
	font-size: 21px; 
	color: #CCC; 
	margin-top: 1px;
}



.subMenu {
	margin: 0;
	padding-left: 18px;
	height: 60px;
	background-color: #E9E9E9;
	padding-top: 13px;
}
.subMenu ul {
	padding: 0;
	margin: 0;
}
.subMenu ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;

}
.subMenu ul li a {
	display: inline-block;
	padding-right: 15px;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.subMenu i {
	margin-top: -2px;
}
.subMenu a {
	color: #555;
}

.subMenu a:hover {
	color: #333;
}

.subMenu a.selected {
	background-color: #43A047;
	color: #FFF;
}

.subMenu a {
	position: relative;
}

.subMenu>div>ul>li>a:after {
  content: '';
  position: absolute;
  left: 80px;
  right: 50px;
  bottom: 5px;
  height: 0px;
  background: #43A047;
  transition: ease .1s;
  -webkit-transition: ease .1s;
}
.subMenu a:hover:after{
  height: 2px;
  left: 65px;
  right: 30px;
}


.subMenu img {
	float: left; 
	margin-top: -5px; 
	margin-right: 10px; 
	height: 26px;
	

}


.subMenu a.selected img {
	-webkit-filter: invert(1);
   filter: invert(1);
}





.subMenu path {
  nfill: #555;
  height: 26px;
}


.subMenu a svg {
	opacity: .5;
}


.subMenu svg {
	float: left; 
	margin-top: -5px; 
	margin-right: 10px; 
	height: 26px;
}







.listCont, .listCont .section {
	margin: 0; padding: 0;
}
.listCont {
	min-height: 270px;
	background-image: url(../img/listBG01.jpg);
	background-size: 100% 240px;
	background-repeat: no-repeat;
}


.NOlistBG {
	position: absolute;
	background-image: url(img/listBG01.jpg);
	background-size: cover;
	height: 240px;
	left: 0; right: 0;
}

.listHeader {
	padding-top: 30px; 
	padding-left: 30px;
	margin-bottom: 30px;
}
.listHeader .l-title {
	float: left; 
	color: white; 
	font-size: 22px; 
	font-weight: 300;
	margin-right: 30px;
}
.listHeader .btnAdd {
	float: left; 
	width: 40px; 
	height: 40px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 
	background-color: #263238;
	line-height: 40px; 
	text-align: center; 
	color: white;
	margin-top: -2px;
	margin-right: 15px;
}
.listHeader .btnAdd:hover {
	background-color: #41555f;
}
.listHeader .btnAdd a {
	color: white;
	display: block;
}

.listHeader .btnSea {
	float: left; 
	width: 40px; 
	height: 40px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 
	background-color: #E9E9E9;
	
	text-align: left; 
	color: white;
	margin-top: -2px;
	
	transition: all .2s;
	overflow: hidden;
	
	cursor: pointer;
}
.listHeader .btnSea:hover {
	background-color: #FFF;
	color: #FFF;
}
.listHeader .btnSea.sData {
	background-color: #FFF;
	width: 300px;
	height: 30px;
	margin-top: 6px;
}

.listHeader .btnSea i {
	font-size: 21px; 
	color: #CCC; 
	margin-top: 10px; 
	margin-right: 8px;
	transition: all .2s;
}
.listHeader .btnSea.sData i {
	margin-top: 5px;
}

.listHeader .btnSea input {
	border: 0;
	width: 0;
	margin-left: 12px;
	color: #333;
	background-color: #E9E9E9;
	font-size: 13px;

	padding: 0;
	nborder-bottom: 1px solid #CCC;
	
	transition: all .2s;
	display: block;
	nbackground-color: red;
	position: absolute;
	margin-top: 10px;

}
.listHeader .btnSea.sData input {
	width: 240px;
	display: block;
	background-color: #FFF;
	padding: 7px 0;
	margin-top: 0;
}

.listHeader .btnSea input:focus {
	outline: none;
}





@media only screen and (min-width : 993px) {
	.userForm .userListCont {
		margin: 0 30px;
	}
}












.userMain.card {
    border-top: 4px solid #4caf50;
}


.card.userSide .card-title {
    display: block;
    line-height: 100%;
    margin-bottom: 25px;
}

.card {
    overflow: visible !important;
}


.listContent {

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background-color: #FFF;
	margin: 0 30px;
	
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);


	
}






.lcFilters {
	height: 56px;
	nline-height: 55px;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 30px;
	padding-top: 20px;
}

.lcFilters ul {
	margin: 0;
	padding: 0;
}
.lcFilters ul li {
	float: left;
	margin-right: 15px;
}

@media only screen and (min-width: 992px){
	.lcfilter {
		width: 200px;
		height: 30px;
		background-color: #E5E5E5;
		padding: 0 15px;
		border: 0;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin-top: -6px;
	}


	.roundSelect .select-wrapper input.select-dropdown {
		border: 0;
		height: 2rem;
		font-size: 13px;
	}
	
	.roundSelect .select-wrapper span.caret {
	    nright: 10px;
	    color: #CCC;
	}


}

	.countFilter.roundSelect .select-wrapper input.select-dropdown {
		border: 0;
		height: 2rem;
		font-size: 13px;
	}
	
	.countFilter.roundSelect .select-wrapper span.caret {
	    nright: 10px;
	    color: #CCC;
	}






.lcTableContainer {
	overflow: auto;
}

.lcTable td {
	white-space: nowrap;
}

.lcTable thead {
	border-bottom: 1px solid #E1E1E1;
}
.lcTable thead td {
	padding: 15px;
	font-size: 13px;
	color: #999999;
}
.lcTable tbody {
	border-bottom: 1px solid #E1E1E1;
}
.lcTable tbody td {
	padding: 8px 15px;
	font-size: 14px;
	color: #666666;
}
.lcTable td:first-child {
	padding-left: 30px;
}

.lcTable tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}


.lcTable tbody tr:hover {
  background-color: #EBEBEB;
  cursor: pointer;
}


.status1 {
	width: 16px;
	height: 16px;
	background-color: #43A047;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 auto;
}

.status2 {
	width: 16px;
	height: 16px;
	background-color: #FF3300;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 auto;
}

.status3 {
	width: 16px;
	height: 16px;
	background-color: #CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 auto;
}

.status4 {
	width: 16px;
	height: 16px;
	background-color: #FFEB3B;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0 auto;
}



.listHeader .listHRMenu {
	float: right; 
	margin-right: 15px; 
	margin-top: 15px;
}


.listHeader .btnFilters {
	float: left; 
	width: 28px; 
	height: 28px;
	line-height: 28px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 

	background-color: #FFF;
	color: #000;
	
	text-align: center; 
	margin-top: -2px;
	margin-right: 15px;
}
.listHeader .btnFilters a {
	color: #000;
	display: block;
}
.listHeader .btnFilters a img {
	margin-top: 7px;
	height: 15px;
}


.listHeader .btnOptions {
	float: left; 
	width: 28px; 
	height: 28px;
	line-height: 28px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px; 

	background-color: #FFF;
	color: #000;
	
	text-align: center; 
	margin-top: -2px;
	margin-right: 15px;
}

.listHeader .btnOptions i {
	color: #AAA;
	font-size: 20px;
	margin-top: 4px;
}





.listHeader .selCount {
	float: left; 
	width: 75px; 
	margin-right: 15px;
}




.countFilter {
	width: 75px;
	height: 30px;
	background-color: #FFF;
	padding: 0 15px;
	border: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: -3px;
}


.dropdown-content li > a, .dropdown-content li > span {
	color: #263238;
}

#lcFiltersClose {
	display: block; 
	margin-top: -6px; 
	margin-right: -10px;
}
#lcFiltersClose img {
	height: 28px;
}


.lcfTitle {
	float: left;
}
.lcfTitle span {
	display: none;
}

.lcfTitle {
	margin-right: 15px;
}



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

	.lcfTitle {
		float: initial;
		margin-right: 15px; 
		font-size: 22px; 
		margin-bottom: 30px;
		display: block;
	}
	.lcfTitle span {
		display: initial;
	}
	.lcfTitle img {
		margin-right: 15px;
	}

	.lcFilters {
		display: none; 
		position: absolute; 
		top: 30px; 
		left: 30px; 
		right: 30px; 
		bottom: 30px; 
		background-color: white; 
		height: initial;
	}
	.lcFilters ul li {
		float: initial;
		margin-bottom: 15px;
	}
	
	.lcfilter {
		width: 100%;
	}




	#mainNavI {
	    padding: 0 15px;
	}
	.listHeader {
	    padding-left: 15px;
	}
	.listContent {
	    margin: 0 15px;
	}
	.page-footer .container-fluid {
	    padding: 0 5px;
	}
	.footer-copyright .container-fluid {
	    padding: 0 15px;
	}




}










.login-bg {

  background: no-repeat center center fixed; 
  background-size: cover;
  display: block;
  
  left: -8px;
  top:-8px;
  bottom:-8px;
  position: fixed;
  right: -8px;

  margin:-8px;

  z-index: 1;
  
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.login-bg img {
	-o-object-fit: cover; object-fit: cover;
}


#login .login-cont {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: 400;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 85%;
  max-width: 400px;
  padding: 20px;
  padding-top: 30px;
  text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#login .close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: -16px;
	right: -16px;
	background-color: rgba(255,255,255,.5);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	padding: 3px;
	overflow: hidden;
}
#login .close a {
	display: block;
}

#login h5 {
	margin-bottom: 30px;
}


@-webkit-keyframes autofill {
    to {
        color: #DDD;
        background: transparent;
    }
}

#login input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


#login input:not([type]):focus:not([readonly]) + label, 
#login input[type=text]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=password]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=email]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=url]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=time]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=date]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=tel]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=number]:not(.browser-default):focus:not([readonly]) + label, 
#login input[type=search]:not(.browser-default):focus:not([readonly]) + label, 
#login textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #CCC;
}
#login input:not([type]):focus:not([readonly]), 
#login input[type=text]:not(.browser-default):focus:not([readonly]), 
#login input[type=password]:not(.browser-default):focus:not([readonly]), 
#login input[type=email]:not(.browser-default):focus:not([readonly]), 
#login input[type=url]:not(.browser-default):focus:not([readonly]), 
#login input[type=time]:not(.browser-default):focus:not([readonly]), 
#login input[type=date]:not(.browser-default):focus:not([readonly]), 
#login input[type=datetime]:not(.browser-default):focus:not([readonly]), 
#login input[type=datetime-local]:not(.browser-default):focus:not([readonly]), 
#login input[type=tel]:not(.browser-default):focus:not([readonly]), 
#login input[type=number]:not(.browser-default):focus:not([readonly]), 
#login input[type=search]:not(.browser-default):focus:not([readonly]), 
#login textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}
#login input:not([type]):focus:not([readonly]), 
#login input[type=text]:not(.browser-default):focus:not([readonly]), 
#login input[type=password]:not(.browser-default):focus:not([readonly]), 
#login input[type=email]:not(.browser-default):focus:not([readonly]), 
#login input[type=url]:not(.browser-default):focus:not([readonly]), 
#login input[type=time]:not(.browser-default):focus:not([readonly]), 
#login input[type=date]:not(.browser-default):focus:not([readonly]), 
#login input[type=datetime]:not(.browser-default):focus:not([readonly]), 
#login input[type=datetime-local]:not(.browser-default):focus:not([readonly]), 
#login input[type=tel]:not(.browser-default):focus:not([readonly]), 
#login input[type=number]:not(.browser-default):focus:not([readonly]), 
#login input[type=search]:not(.browser-default):focus:not([readonly]), 
#login textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

#login .row {
	margin-bottom: 10px;
	margin-left: 0;
    margin-right: 0;
}

#login .forgot-btn {
	font-size: 12px;
	font-weight: 400;
}
#login .new-btn {
	font-size: 12px;
	font-weight: 400;
}

#login .contpass {
	margin-bottom: 30px;
}
#login .contsubm {
	margin-bottom: 15px;
}

#login a {
	color: #FFF;
}

#login .login-cont {
	animation:mymove .6s 0ms forwards;
	-webkit-animation: mymove .6s 0ms forwards;
}

@keyframes mymove {
	from {
		transform: translate(-50%, -55%);
		opacity: 0;
	}
	to {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translate(-50%, -55%);
		opacity: 0;
	}
	to {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}




.listCont i.small {
    font-size: 1.5rem;
}

.listCont .showing {
	font-size: 13px;
	color: #666;
	float: left;
}

.listnumbers {
	float: right;
	margin-right: 10px;
	height: 30px;
}

.listnumbers>div {
	display: inline-block;
}

.listnumbers a {
	float: left;
	display: inline-block;
	border: 0px solid red;
	padding: 0 5px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	
}

.listnumbers .page-n {
	position: relative;
}



.listnumbers .page-n:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -5px;
  height: 0px;
  background: #43A047;
  transition: ease .1s;
  -webkit-transition: ease .1s;
}
.listnumbers .page-n:hover:after{
  height: 2px;
  left: 30%;
  right: 30%;
}
.listnumbers .actual:after{
  height: 2px;
  left: 30%;
  right: 30%;
}

.listnumbers .page-j {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	height: 34px;
	line-height: 49px;
	margin-top: -4px;
}

.listnumbers .page-j:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}


.listnumbers .page-left {
	margin-right: 5px;
}
.listnumbers .page-right {
	margin-left: 5px;
}



@media only screen and (max-width: 992px){
	.listCont .showing {
		text-align: center;
    	position: absolute;
    	left: 0;
    	right: 0;
	}
	.listCont .listnumbers {
		text-align: center;
    	position: absolute;
    	left: 0;
	   	right: 0;
	   	margin-top: 30px;
	}
	.listCont .listnumbers a {
    	nfloat: initial;
    }
    .listCont tfoot td {
    	padding-bottom: 80px;
    }
    
    
}



.userForm .title.row {
	color: white;
}
.userForm .title.row .caret {
	color: white;
}

@media only screen and (max-width: 601px){
	.userForm .title.row {
		color: black;
	}
	.userForm .title.row .caret {
		color: black;
	}
}



.userForm .listContent {
    border-top: 4px solid #4caf50;
    margin: 0 20px;
}


.userForm h5 {
	font-size: 24px;
    font-weight: 300;
    Ncolor: #FFF;
}
.userMain .divider {
	margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -25px;
    margin-right: -25px;
}
.userSide .divider {
	margin-top: 15px;
    margin-bottom: 15px;
}



.userForm  .tabs .tab a:hover, .userForm  .tabs .tab a.active {
    background-color: transparent;
    color: #333;
}

.userForm .tabs .tab a {
    color: rgba(30, 30, 30, 0.7);
    display: block;
}

.userForm .tabs .indicator {
    background-color: #b3d1e0;
}




.newsthumb {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	margin-bottom: -7px;
}






@media only screen and (min-width: 1160px){

	.newsthumb {
		position: absolute;
		margin-top: -15px;
		margin-left: -15px;
		transition: width .5s, height .5s, margin .5s;
		transition-timing-function: ease;
		margin-bottom: 0;
	}
	
	.newsthumb:hover {
		width: 200px;
		height: 220px;
		z-index: 999;
		margin-left: -100px;
		margin-top: -100px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

}




.lcTable tfoot .row {
	margin-bottom: 0;
}











.uPermissions label {
	font-size: 13px;
}





.userForm .formContent p {
	margin: 0;
}







.dropdown-content {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	min-width: 200px;
}



.z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}



.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-8px) scale(0.8);
    transform: translateY(-8px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.card .card-content .card-title {
    line-height: 48px;
}

.card .card-content .card-title {
    margin-bottom: 0;
}

.dropdown-content li > a, .dropdown-content li > span {
    line-height: 32px;
}






.card.userMain, .card.userSide, .card.sNewsletter {
	margin: 0;
}




.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 15px;
}


.userSide .userHeader {
	background-color: #e8e8e8; 
	height: 100px; 
	padding: 30px 30px;
}
.userSide .userHeader img {
	max-width: 100px; 
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;  
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}
.userSide .userHeader .u-name {
	font-size: 22px; 
	font-weight: 300;
}
.userSide .userHeader .u-email {
	font-size: 17px; 
	font-weight: 300;
}

@media only screen and (max-width: 992px){
    .userSide .userHeader {
    	padding: 30px 20px;
    }
}

.userSide .userSummary {
	margin: 15px 30px; 
	padding-bottom: 30px;
}


.userCPass {
	margin: 15px 30px!important; 
	padding-bottom: 30px;
}

.card.userSide .userCPass .card-title {
    display: block;
    line-height: 100%;
    margin-bottom: 10px;
}





.userForm {
	opacity: 0;
}
.userForm .material-icons.prefix {
	font-size: 24px;
	margin-top: 10px;
	color: #9B9;
}



.formContent {
	padding: 25px;
}
.formContentB {
	padding: 25px;
}
@media only screen and (max-width : 700px) {
	.formContent {
		padding: 15px 5px;
	}
	.formContentB {
		padding: 15px 15px;
	}
	.userMain .divider {
	    margin-left: -15px;
	    margin-right: -15px;
	}
}


.sNewsletter .n-num { font-size: 14px; font-weight: 500; }
.sNewsletter .n-date { font-size: 13px; font-weight: 500; margin-bottom: 30px; }
.sNewsletter .n-desc { font-size: 26px; font-weight: 400; }
.sNewsletter .n-subject { font-size: 22px; font-weight: 400; }
.sNewsletter .n-sender { font-size: 16px; font-weight: 400; }

.sNewsletter .sNewsPreview {
	float: left; 
	margin-right: 30px;
}
.sNewsletter .sNewsPreview img {
	max-width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}




.main-promo .mp-texts {
	background: rgba(0,0,0,.5);
}

.main-promo h5 {
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.main-promo p {
	padding-bottom: 5px;
}


.registerInfo {
	padding: 20px 30px;
}

@media only screen and (max-width : 700px) {
	.registerInfo {
		padding: 15px 15px;
	}
}








.row-no-mlr {
	margin-left: -10px;
	margin-right: -10px;
}









input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #DDD;
}








.main-c-fluid-m {
	padding: 0px 20px;
}










/* BACKGROUNDS SEARCHING */
.searching-box.bg0 {
  background: url('../temp/bg/bg01.jpg') center;
}
.searching-box.bg1 {
  background: url('../temp/bg/bg-hotel.jpg') center;
}
.searching-box.bg2 {
  background: url('../temp/bg/bg-car.jpg') center;
}
.searching-box.bg3 {
  background: url('../temp/bg/bg-tra.jpg') center;
}
.searching-box.bg4 {
  background: url('../temp/bg/bg-tour.jpg') center;
}
.searching-box.bg5 {
  background: url('../temp/bg/bg-cruise.jpg') center;
}
.searching-box.bg6 {
  background: url('../temp/bg/bg-dyn.jpg') center;
}

.searching-box.bg7 {
  background: url('../temp/bg/bg-fli.jpg') center;
}


.flightConfirm {
	margin-right: 15px;
}
.flightinfo {
	padding: 5px 10px;
}



.chavai {
	padding-bottom: 0;
}
.chavai .card {
	padding: 25px; 
	margin-bottom: 0;
}

.chavai .row {
	margin-top: 15px;
	margin-bottom: 0;
}
.chavai .btn {
	width: 100%;
	padding: 0;
}



.rtripabs {
	position: absolute;
	transform: translate(5px, -3px);
}


.uladitionals {
	margin: 0;
}
.uladitionals i {
	transform: translateY(6px);
	font-size: 20px;
}

.mar0 { margin: 0!important; }
.mar5 { margin: 5px!important; }
.mar10 { margin: 10px!important; }
.mar15 { margin: 15px!important; }
.mar20 { margin: 30px!important; }

.w100 { width: 100%; }

.we100 { font-weight: 100; }
.we500 { font-weight: 500; }

.h20 { 	height: 20px; }

.mtop0 { margin-top: 0!important; }
.mtop10 { margin-top: 10px!important; }
.mtop15 { margin-top: 15px!important; }
.mtop30 { margin-top: 30px!important; }
.mtop45 { margin-top: 45px!important; }
.mtop50 { margin-top: 50px!important; }

.mbot0 {margin-bottom: 0!important; }
.mbot5 { margin-bottom: 5px!important; }
.mbot10 { margin-bottom: 10px!important; }
.mbot15 { margin-bottom: 15px!important; }
.mbot30 { margin-bottom: 30px!important; }
.mbot45 { margin-bottom: 45px!important; }

.ptop0 { padding-top: 0!important; }
.ptop10 { padding-top: 10px!important; }
.ptop15 { padding-top: 15px!important; }
.ptop30 { padding-top: 30px!important; }
.ptop45 { padding-top: 45px!important; }

.pbot0 { padding-bottom: 0px!important; }
.pbot10 { padding-bottom: 10px!important; }
.pbot15 { padding-bottom: 15px!important; }
.pbot30 { padding-bottom: 30px!important; }
.pbot45 { padding-bottom: 45px!important; }

.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }

.padr10 { padding-right: 10px; }
.padr15 { padding-right: 15px; }
.padr20 { padding-right: 20px; }
.padr30 { padding-right: 30px; }

.padl10 { padding-left: 10px; }
.padl15 { padding-left: 15px; }
.padl20 { padding-left: 20px; }
.padl30 { padding-left: 30px; }


.tra6 {
	transform: translateY(6px);
}


.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font22 { font-size: 22px; }
.font24 { font-size: 24px; }
.font26 { font-size: 26px; }
.font28 { font-size: 28px; }
.font30 { font-size: 30px; }
.font32 { font-size: 32px; }
.font48 { font-size: 48px; }


.pad020{
	padding: 0 20px!important;
}


.borderR10 { border-radius: 10px; }
.borderR15 { border-radius: 15px; }
.borderR20 { border-radius: 20px; }
.borderR25 { border-radius: 25px; }
.borderR30 { border-radius: 30px; }
.borderR45 { border-radius: 45px; }
.borderR50 { border-radius: 50px; }

.lr-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.lr-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.clear-right {
	clear: right;
}



i.whatshot {
	transform: translateY(4px);
}

.flexslider {
	border: 0;
}
#carousel {
	margin-top: 10px;
}


.container-fluid .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}




.confirm-Sector .card {
  padding: 30px;
}
.confirm-Sector h2 {
  font-size: 24px;
  font-weight: 300;
}



@media only screen and (max-width : 992px) {
	.container-fluid .row {
	    margin-left: 0;
	    margin-right: 0;
	}
}







#modalComm .btn {
	float: left; 
	margin-right: 1%;
	width: 9%;
	margin-bottom: 5px;
	padding: 0;
}
#modalComm .btn.selected {
	background-color: #666;
}
#modalComm h5 {
	font-size: 24px;
    font-weight: 300;
}





.activities-results .activity-item .card-image {

}
.activities-results .activity-item .card-image img {
	max-height: 220px;
	object-fit: cover;
}


.font16 {
	font-size: 16px;
}



.titledivider {
	margin: 20px 0;
}

.sboxFilters {
	padding: 0 20px!important;
}




.skipBtn {
	width: 100%; 
	padding: 0; 
	margin-bottom: 15px;
}


.dynamicTopBar {
    margin: -5px;
    margin-bottom: 15px;
}



.ofhid {
	overflow: hidden;
}





.price_calendar {
    border: 0!important;
}


.price_calendar.ffly {
	margin-top: 15px; 
	background-color: #FFF; 
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.price_calendar_matrix.ffly {
	margin-top: 15px; 
	background-color: #FFF; 
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.price_calendar.ffly .daynames {
	background-color: #546e7a;
}

.price_calendar_matrix.ffly .daynamesMat {
	background-color: #546e7a;
}


.price_calendar_matrix .daynamesMat>div {
  float: left;
  width: 10%;
  padding: 10px;
  text-align: center;
  background-color: #546e7a;
  color: #FFF;
}
.price_calendar_matrix .matday {
  float: left;
  width: 10%;
  border: 1px solid #506873;
  border-bottom: 0;
  border-right: 0;
  padding: 10px;
  text-align: center;
  background-color: #546e7a;
  color: #FFF;
}

.price_calendar_matrix .day {
  float: left;
  width: 10%;
  border: 1px solid #EEE;
  border-bottom: 0;
  border-right: 0;
  padding: 10px;
  text-align: center;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.price_calendar_matrix .day>div {
  text-align: right;
  margin: -5px 0;
  margin-bottom: 10px;
  color: #999;
}
.price_calendar_matrix .day.out {
  background-color: #EEE;
  color: #999;
}
.price_calendar_matrix .day.na {
  background-color: #ffebee;
  color: #999;
}
.price_calendar_matrix .day:hover {
  background-color: #dcedc8;  
}
.price_calendar_matrix .day.cheaper {
	color: #00ad00;
}
.price_calendar_matrix .day.expensive {
	color: red;
}

.matlr {
	width: 50%;
	float: left;
	color: #333;
}
.mattb {
	width: 50%;
	float: left;
	color: #333;
	height: 52px;
	text-align: right;
}



@media only screen and (max-width : 600px) {
	.price_calendar_matrix .daynamesMat>div {
	  width: 16.6%;
	}
	.price_calendar_matrix .matday {
	  width: 16.6%;
	}
	.price_calendar_matrix .day {
	  width: 16.6%;
	}
}



.iCruises .item.card .card-content {
    padding-left: 350px;
}

@media only screen and (min-width: 601px) {
	.iCruises .item.card .card-content .pic {
	    width: 340px;
	    margin-left: -350px;
	}
}

.cruiDetails {
	font-size: 12px;
}


@media only screen and (max-width: 600px) {
	.iCruises .item.card .card-content {
	    padding: 10px;
	}
}



.main-offers2 .card-content {
  text-align: center;
}
.main-offers2 .picon1 {
  position: absolute;
  color: #5f5f5f;
  margin-top: 5px;
}
.main-offers2 .pname1 {
  color: #366b46;
  font-weight: 500;
  font-size: 13px;
}
.main-offers2 .pname2 {
  color: #366b46;
  font-weight: 500;
  font-size: 13px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main-offers2 .roundtrip {
  font-size: 10px;
  color: #666;
}
.main-offers2 .rdate {
  font-size: 11px;
  color: #666;
}
.main-offers2 .card-content img {
  height: 40px;
}
.main-offers2 .rprice {
  font-size: 17px;
  font-weight: 500;
  color: #328e35;
}

.main-offers2 .card {
	display: table;
    width: 100%;
}


.main-offers2 .card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0,0,0,.5);
    font-size: 18px;
    font-weight: 300;
}


.main-offers2 .tabs {
	margin-bottom: 15px;
}

.main-offers2 .tabs .tab a {
    color: rgba(88, 97, 85, 0.7);
}

.main-offers2 .tabs .tab a:hover, .main-offers2 .tabs .tab a.active {
    color: #41904b;
}

.main-offers2 .tabs .indicator {
    background-color: #9bbb9f;
}




.itemCruises {
  display: none;
}
.itemCruises.show {
  display: block;
}

.itemCruises label {
	margin-left: -5px;
}





#dropdownCart {
	top: 100% !important;
}
#dropdownCart {
	padding: 15px 20px;
	color: #000;
	line-height: 1.5;
}
#dropdownCart i {
	height: 50px;
	line-height: 20px;

}
.tcsepar {
	border-bottom: 1px solid #EEE;
	margin: 10px 0;
}
#dropdownCart .total {
	font-size: 12px;
	margin: 5px 0;
}
#dropdownCart .total.tend {
	font-weight: 500;
}

#dropdownCart .itemTitle {
	font-size: 13px;
    color: #333;
    font-weight: 500;
}
#dropdownCart .item {
	font-size: 13px;
    color: #333;
}




.roombuttons {
	float: right;
	padding: 10px;
}

@media only screen and (max-width: 800px){
	.btn.roomb {
		width: 100%;
		margin-bottom: 15px;
	}
	.roombuttons {
		float: none;
		padding: 0;
	}
}

.cartPopTitle {
	background-color: #CCC; 
	color: #FFF; 
	padding: 3px 10px; 
	margin: -15px -20px; 
	margin-bottom: 10px;
}


#popReserveR {
	background-color: #FFF; 
	color: #333; 
	top: 45px; 
	width: 360px; 
	position: absolute; 
	right: 15px; 
	padding: 0px; z-index:11;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.49);
	display: none;
}


.resSupplierIcon {
	height: 22px;
	margin-top: -2px;
}


#sendQuoteModal {
	max-width: 500px;
}


.itemsSector.small .book-btn-nc {
    margin-top: 15px;
}


@media only screen and (max-width: 600px){
  .item .book-btn-nc {
    width: 100%;
    margin: 15px 0;
  }
}

.item .book-btn-nc.equote-btn {
	margin-top: 0;
}



.cruisesBra {
	position: absolute; 
	bottom: 5px; 
	right: 5px; 
	max-width: 120px;
}




.iCruises .stepcard {
    border-top: 4px solid #4caf50;
}
.iCruises .stepcard {
    padding: 15px;
}


.iCruises .item.card .card-content {
    min-height: 150px;
}

.iCruises .rcabin {
	width: 100px; 
	height: 100px; 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px; 
	object-fit: cover;
}

.cruLogoRef {
	max-width: 140px;
	margin-bottom: 5px!important;
}


.iCruises .item.card .card-content.card-nopic {
    padding-left: 0;
}


.iCruises .cruNum {
	background-color: white;
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 2px 4px;
	font-size: 13px;
}


.mDeckImg {
	width: 120px; 
	height: 120px; 
	object-fit: cover; 
	border: 1px solid #CCC; 
	padding: 10px;
}


.ini-title h1 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.ini-title .bdr {
  width: 100%;
  height: 2px;
  background-color: #E2E3E3;
  background-color: #4caf50;
  margin-bottom: 30px;
}



















@media only screen and (min-width: 1501px) {
  .row .col.xxl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xxl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xxl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xxl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xxl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xxl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xxl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xxl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xxl3 {
    margin-left: 25%;
  }
  .row .col.pull-xxl3 {
    right: 25%;
  }
  .row .col.push-xxl3 {
    left: 25%;
  }
  .row .col.offset-xxl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xxl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xxl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xxl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xxl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xxl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xxl6 {
    margin-left: 50%;
  }
  .row .col.pull-xxl6 {
    right: 50%;
  }
  .row .col.push-xxl6 {
    left: 50%;
  }
  .row .col.offset-xxl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xxl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xxl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xxl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xxl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xxl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xxl9 {
    margin-left: 75%;
  }
  .row .col.pull-xxl9 {
    right: 75%;
  }
  .row .col.push-xxl9 {
    left: 75%;
  }
  .row .col.offset-xxl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xxl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xxl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xxl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xxl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xxl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xxl12 {
    margin-left: 100%;
  }
  .row .col.pull-xxl12 {
    right: 100%;
  }
  .row .col.push-xxl12 {
    left: 100%;
  }
}









.activities-results .item-sm .card-image {

}
.activities-results .item-sm .card-image img {
	max-height: 220px;
	object-fit: cover;
}

.activities-results .item-sm {
  position: relative;
}


.activities-results .item-sm .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating){
  color: #388e3c;
}
.activities-results .item-sm .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #4caf50;
}

.activities-results .item-sm .special-text-bar {
  background: rgba(75,175,80,.75);
  color: #FFF;
  position: absolute;
  bottom:0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.activities-results .item-sm .special-text-bar span {
  padding-left: 15%;
}


.activities-results .item-sm.special-offer-1 .special-text-bar {
  display: block;
}
.activities-results .item-sm.special-offer-2 .special-text-bar {
  display: block;
}


.activities-results .item-sm.special-offer-1 .special-text-bar .img {
  width: 55px;
  height: 83px;
  border:0;
  position: absolute;
  transform: translate(-30%, -60%);
  background-image: url(../img/offer1.png);
}
.activities-results .item-sm.special-offer-2 .special-text-bar .img {
  width: 57px;
  height: 80px;
  position: absolute;
  transform: translate(-30%, -60%);
  background-image: url(../img/offer2.png);
}


.item-sm a .location-icon {
    color: #666;
}

.item-sm .location-icon {
    font-size: 20px;
    margin-right: 10px;
    transform: translateY(4px);
}





.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.rotate90b {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}



.flights .more-details .md-link {

}
.flights .more-details .md-link a {
  color: #33691e;
}
.flights .more-details .md-link a i {
  transform: translateY(-3px);
  -webkit-transition: all .5s; /* Safari */
          transition: all .5s;
}
.flights .more-details.active .md-link a i {
  transform: translateY(-3px) rotate(180deg);

}




.hflights .more-details .md-box {
  display: none;
}
.hflights .more-details.active .md-box {
  display: block;
}

.hflights {
	margin-bottom: 0;
}





.hflights .hf-img {
  width: 160px; 
  height: 100px; 
  object-fit: cover; 
  float: left; 
  margin-bottom: 5px;
}
.hflights .hf-hinfo-cont {
  padding-left: 180px;
}
.hflights .hf-hinfo-cont .hf-hotel {
  font-size: 16px;
}
.hflights .hf-hinfo-cont .hf-location {
  font-size: 13px; 
  color: #666;
}
.hflights .hf-hinfo-cont .hf-room {
  font-size: 12px;
}
.hflights .hf-brand {
  width: 160px; 
  height: 65px; 
  object-fit: contain; 
  float: left; 
  margin-bottom: 5px; 
  padding: 10px; 
  border-top: 1px solid #EEE; 
  border-bottom: 1px solid #EEE; 
  background-color: #FFF;
}
.hflights .hf-finfo-cont {
  padding-left: 180px; 
  margin-bottom: 10px;
}
.hflights .hf-finfo-cont .hf-trip {
  font-size: 13px;
}
.hflights .hf-finfo-cont .hf-hours {
  font-size: 12px; 
  color: #666; 
  margin-bottom: 5px;
}
.hflights .hf-finfo-cont .md-link a {
  font-size: 12px; 
  color: #33691e;
}
.hflights .md-box .fname {
  font-size: 12px;
}
.hflights .md-box .finfo img {
  width: 100%; 
  max-width: 85px;
}

.hflights .hf-price-t {
  font-size: 16px; 
  color: #666;
}
.hflights .hf-price-no {
  font-size: 14px; 
  color: #666;
}
.hflights .hf-price {
  font-size: 22px; 
  color: #388e3c;
}
.hflights .hf-price-sub {
  font-size: 13px; 
  color: #666;
}






.cru-child1 {display: none;}
.cru-child2 {display: none;}
.cru-child3 {display: none;}
.cru-child4 {display: none;}


.flex {
    display: flex;
    flex-wrap: wrap;
}


.static-inimage {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.static-inimage-circle {
	border-radius: 100%;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	shape-outside: circle();
}

.static-sideimage {
	width: 101%;
	height: 100%;
	object-fit: cover;
}

.static-pad {
	padding: 25px;
}



@media only screen and (max-width : 700px) {
	.static-pad {
		padding: 15px;
	}
}











.search-box-icons-v {
  margin-top: 0;
  margin-bottom: 0;
  width: 90%;
}

.search-box-icons-v a {
  color: #FFF;
  display: block;
  padding: 12px;
  border-radius: 5px;
}

.search-box-icon-v {
  white-space: nowrap;
  margin: 0;
  font-size: 18px;
  margin-bottom: 5px;
}



.search-box-icon-v.selected {


}

@media only screen and (min-width: 1240px){
  .search-box-icon-v:hover {

  }
}

.search-box-icon-v.selected a {
  padding: 12px;
  background-color: #43a047;
}

.search-box-icon-v i {
  line-height: 18px;
}

@media only screen and (max-width: 680px){
	.search-box-icons-v {
		margin: 0 -15px;
		width: 50px;
	}
	.search-box-icon-v {
		margin-bottom: 5px;
	}
}

.search-box.sbv {
	min-height: initial;
}

.search-box.sbv .row {
	margin-bottom: 0;
}



.price_calendar_matrix.ffly.matx2 {
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 0;
    position: relative;
}

.price_calendar_matrix.ffly.matx2 .arrri {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: linear-gradient(to right, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 1%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	line-height: 225px;
    display: grid;
	cursor: pointer;
}
.price_calendar_matrix.ffly.matx2 .arrri:hover {
	background: linear-gradient(to right, rgba(213,224,225,.5) 0%,rgba(213,224,225,.5) 1%,rgba(213,224,225,1) 75%,rgba(213,224,225,1) 100%);
}

.price_calendar_matrix.ffly.matx2 .arrri img {
	width: 32px;
	margin: auto;
}

.price_calendar_matrix.ffly.matx2 .arrle {
	position: absolute;
	top: 0;
	left: 120px;
	bottom: 0;
	width: 50px;
	background: linear-gradient(to right, rgba(255,255,255,.5) 0%,rgba(255,255,255,.5) 1%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	line-height: 225px;
    display: grid;
	cursor: pointer;
	transform: rotate(180deg);
	display: none;
}
.price_calendar_matrix.ffly.matx2 .arrle:hover {
	background: linear-gradient(to right, rgba(213,224,225,.5) 0%,rgba(213,224,225,.5) 1%,rgba(213,224,225,1) 75%,rgba(213,224,225,1) 100%);
}

.price_calendar_matrix.ffly.matx2 .arrle img {
	width: 32px;
	margin: auto;
}











.price_calendar_matrix.matx2 .day {
    display: inline-block;
    float: unset;
    width: 120px;
    font-size: 14px;
}

.faresd {
	width: 150px;
	font-weight: 500;
}


.price_calendar_matrix.ffly.matx2 img {
	width: 90%;
	Nheight: 30px;
}





.price_calendar_matrix.matx2 .day-t {
    display: inline-block;
    float: unset;
    width: 120px;
    font-size: 14px;
    border: 1px solid #EEE;
    border-bottom: 0;
    border-right: 0;
    padding: 10px;
    text-align: center;
}

.price_calendar_matrix.matx2 .day-f {
    display: inline-block;
    float: unset;
    width: 120px;
    font-size: 14px;
    border: 1px solid #EEE;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    padding: 10px;
    text-align: center;
    height: 65px;
    vertical-align: middle;
    background-color: #F3F4F8;
    line-height: 75px;
}


.price_calendar_matrix.matx2 .mat-ltitles {
	width: 120px; 
	float: left;
	white-space: initial;
}
.price_calendar_matrix.matx2 .mat-mitems {
	float: right;
    width: calc(100% - 120px);
	overflow: hidden;
}




.cr-port {
	padding: 15px;
	border-top: 1px solid #CCC;
	font-size: 14px;
}
.cr-port img {
	float: left;
	max-width: 140px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cr-port h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 500;
}
.cr-port p {
    line-height: 160%;
    font-size: 13px;
	margin-bottom: 0;
}

@media only screen and (max-width: 680px){
	.cr-port {
		padding: 10px;
	}
}



.cabin-split {
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.cabin-split-cont {
	text-align: center;
}
.cabin-split-item {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	
}
.cabin-split-item .cabt {
	color: #666;
}


@media only screen and (max-width: 679px){
	.cabin-sbut {
		margin: 0 auto;
		text-align: center;
		border-top: 1px solid #DDD;
		margin-top: 5px;
		padding-top: 5px;
		width: 90%;
	}
}

@media only screen and (min-width: 680px){
	.cabin-split {
		display: flex;
		flex-direction: column;
		float: right;
		text-align: right;
	}
	.cabin-split-cont {
		margin-top: 10px;
	}
	.cabin-sbut {
		text-align: right;
		padding-right: 10px;
		margin-top: 3px;
	}
}



@media only screen and (max-width: 992px){
  .itemRooms .intList {
      padding: 0;
  }
}


.crumap {
    height: 250px;
}






.iterul {
    list-style: none;
    margin: 0 10px;
    padding: 0 0 2px 10px;
}

.iterul li:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #689f38;
    border-radius: 8px;
    position: absolute;
    top: 22px;
    left: -4px;
    background-color: #689f38;
}

.iterul li:before {
    content: '';
    border-left: 1px solid #689f38;
    position: absolute;
    height: 100%;
    top: 25px;
    left: 0;
}

.iterul li:last-child:before {
    border: 0;
}


.iterul li {
    padding: 15px;
    position: relative;
}



.green-btop {
	border-top: 4px solid #4caf50;
}

.topquote {
	margin: 30px 20px;
}


.lcTable.sideqt1 tbody td {
	font-size: 12px;
}






@media only screen and (max-width: 1460px){
	.lcTable.sideqt1 tbody td {
		font-size: 12px;
	}
	.lcTable td:first-child {
	    padding-left: 10px;
	}
	.lcTable.sideqt1 thead td:nth-child(6) {
		display: none;
	}
	.lcTable.sideqt1 tbody td:nth-child(6) {
		display: none;
	}
}




.iterul li>div:nth-child(1) {
    font-weight: 500;
    color: #0a8610;
}







		#canvas-holder1 canvas{
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
		}
		#canvas-holder1 .chartjs-tooltip {
			opacity: 1;
			position: absolute;
			background: rgba(0, 0, 0, .7);
			color: white;
			border-radius: 3px;
			-webkit-transition: all .1s ease;
			transition: all .1s ease;
			pointer-events: none;
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
			padding: 4px;
		}
		#canvas-holder1 .chartjs-tooltip-key {
			display: inline-block;
			width: 10px;
			height: 10px;
		}



.table-over {
	with: 100%; 
	overflow: auto;
}


#canvas-holder1 {
	height: 350px;
}



.stats-top .st1-title {
	padding: 10px 20px; 
	border-bottom: 1px solid #EEE;
}

.stats-top .card-content {
	padding: 10px 20px;
}

.stats-top .subt {
	font-size: 10px; 
	float: right;
}


.registerBg {
	background-size: 500px 300px; 
	background-position: top right; 
	background-repeat: no-repeat;
}

.minh-80 {
	min-height: 80px;
}






.summary-item .itemIcon {
	display: block;
}
.summary-item .deleteIcon {
	display: none;	
}

.summary-item a {
	display: block;
}
.summary-item a:hover .itemIcon {
	display: none;
}
.summary-item a:hover .deleteIcon {
	display: block;	
}




.summary-item {
  font-size: 13px;
}
.summary-item .summary-left-pad {
  padding: 30px;
}
.summary-item .summary-right-pad {
  padding: 30px;
}


.summary-item .summary-left {
  border-right: 1px solid #ececec;
}

.summary-item .title {
  font-size: 24px;
  font-weight: 300;
}

.summary-item .title i {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 24px;
  color: #cacaca;
}

.summary-item .dates {
  font-size: 20px;
  font-weight: 300;
}
.summary-item .flightTitle {
  margin-bottom: 15px;
}

.summary-item .flightLogo {
  float: right;
  width: 85px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
}
.summary-item .carLogo {
  float: right;
}
.summary-item .carLogo img {
  width: 85px;
}
.summary-item .cruiseLogo {
  float: right;
}
.summary-item .cruiseLogo img {
  width: 100px;
}

.summary-item .itemMainImage {
  width: 100%;
  max-width: 250px;
  border-radius: 3px;
}

.summary-item .divider {
    margin-top: 10px;
    margin-bottom: 10px;
}
.summary-item .total {
  font-weight: 500;
  font-size: 14px;
}


.summary-item .itemName {
  font-size: 18px;
  font-weight: 300;
}
.summary-item .itemName .itemName-sub {
  font-size: 12px;
}


.summary-item .itemName i {
    line-height: 2rem;
    letter-spacing: -3px;
    font-size: 16px;
}

.summary-item .amenities-icons i {
    font-size: 18px;
    border-radius: 100%;
    padding: 5px;
    background-color: #EEE;
    color: #757575;
}


.summary-item .summary-total {
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}



.summary-item .a-item {
    font-size: 13px;
    line-height: 140%;
    color: #546e7a !important;
        margin: 0;
}
.summary-item .a-item i {
    font-size: 16px;
    transform: translateY(2px);
    margin-right: 5px;
    color: #546e7a !important;
}



@media only screen and (max-width: 650px) {
  .summary-item .summary-left-pad {
    padding: 15px 0;
  }
  .summary-item .summary-right-pad {
    padding: 10px;
    margin-bottom: 10px;
  }
  .summary-item .itemMainImage {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .summary-item .dates {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }
  .summary-item .flightTitle.title2 {
    margin-top: 15px;
  }

  .summary-item .flightLogo{
    width: 75px;
    margin-top: 0;
    margin-right: 0;
  }

  .summary-item .carLogo img {
    width: 75px;
  }
  .summary-item .cruiseLogo {
    float: none;
    text-align: right;
  }

}




















