body {
	font-family: Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #333;
	background: #f5f5f5;	
}

.margin-bottom-25{
	margin-bottom: 15px;
}

span.required {
    color: red;
    font-weight: 600;
}

@media (max-width: 768px) {
    input.form-control{ 
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    select.form-control{
        height: 46px;
        line-height: 46px;
    }
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	color: inherit;
}

.btn-xe-yellow, a.btn-xe-yellow{
    background-color: #28a745;
    background-image: linear-gradient(-180deg, #86c127 0%, #5a8910 90%);
    border-color: rgba(39,61,5,0.5);
    color: #fff;
}

.btn-xe-yellow:hover, a.btn-xe-yellow:hover{
	background-color: #269f42;
    background-image: linear-gradient(-180deg, #86c127 0%, #5a8910 90%);    
    border-color: rgba(27,31,35,0.5);
    color: #fff;
}

.marketing--input{	
    margin-right: 10px;
    width: 100%;
	display: inline-block;
    height: 52px;    
    margin: 0 0 15px;
    padding: 1.0625em 1em;
    color: #30373b;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 1px #c4cdd5;
    box-shadow: 0 0 0 1px #c4cdd5;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.marketing--button {    
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);    
    width: 100%;    
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    height: 52px;
    padding: 1.0625em 1.875em;    
    border-radius: 5px;    
    font-weight: 700;
    font-size: 1em;
    line-height: 1.133;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    -webkit-transition-property: background-color border-color color;
    transition-property: background-color border-color color;
    text-align: center;    
    
}

.heading--1 {
    font-size: 3em;
    margin-bottom: 0.25em;
    -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.222;
    font-weight: 700;
    font-family: 'ShopifySans', Helvetica, Arial, sans-serif;
    letter-spacing: -0.025em;
}

.heading--2 {
    font-size: 2.25em;
    margin-bottom: 0.5em;
    line-height: 1.222;
    font-weight: 700;
}

@media (max-width: 768px) {	
	.heading--1 {
	    -webkit-font-kerning: normal;
	    font-kerning: normal;
	    -webkit-font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;
	    font-variant-ligatures: common-ligatures, contextual, discretionary-ligatures;    
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    display: block;
	    margin-bottom: 0.71429em;	    
	    font-size: 1.75em;
	    line-height: 1.222;
	    font-weight: 700;
	    font-family: 'ShopifySans', Helvetica, Arial, sans-serif;
	    letter-spacing: -0.025em;
	}

	.heading--2 {
		font-size: 1.5em;
	    line-height: 1.222;
	    font-weight: 700;
	    font-family: 'ShopifySans', Helvetica, Arial, sans-serif;
	}
}

/*	-------------------------------------------
	Navbar
	------------------------------------------- */
.header-main{
	color: rgba(255,255,255,0.75);
    background-color: #fff;	
	padding: 3px 0;
	position: relative;	
}

.header-logo{
	width: 240px;
	height: 55;		
	float: left;
}

.header-hamburger{
	display: none;
}

.globalnav-container{
	color: #333;
	display: inline-block;
	font-size: 16px;
    font-weight: 600;
	padding: 9px 5px;
	float: right;	
}

.globalnav-item{
	display: inline-block;
	margin-left: 45px;
}

.globalnav-link:hover{
	color: rgba(51,51,51,0.75);

}

@media (max-width: 768px) {		

	.header-main{			
		padding-bottom:  0;			
	}

	.header-logo{		
		margin-bottom: 12px;
				
	}
	
	.header-hamburger{
		color: #333;
		display: inline-block;
		margin-left: 35px;
		font-size: 26px;
		position: absolute;
		top: 23px;
		right: 25px;
	}

	.globalnav-container{
		display: none;		
		width: 100%;		
		padding: 0px;
	}

	.globalnav-item{				
		font-weight: 300;		
		width: 100%;
		margin-left: 0px;
		text-align: left;
		padding: 16px 0;
		border-bottom: 1px solid rgba(225,225,225, 0.15);
	}

	.globalnav-item:first-child{
		border-top: 1px solid rgba(225,225,225, 0.15);
	}

	.globalnav-item:last-child{
		display: block;
	}

	.globalnav-item:last-child > button{
		width: 100%;
	}

	.globalnav-link{		
		display: block;		
		padding: 13px;		
	}

	.cart{
		position: absolute;
		right: 80px;
	}
}
/*	-------------------------------------------
	Header
	------------------------------------------- */
.page--header{
	background: #2b3137;
	background-size: cover;
	color: #fff;	
	height: 200px;
	width: 100%;
	padding-top: 4vw;
	text-align: center;		
}

.header--section{
	color: rgba(255,255,255,0.75);
  background-color: #2b3137;
	background: #2b3137 url(/img/home_bg.jpg) top center  no-repeat;
	background-size: cover;	
	width: 100%;
	padding-top: 7vw;
	padding-bottom: 4vw;
	text-align: center;	
}

.header--section h1{
	font-size: 4em;
	line-height: 1.222;
    font-weight: 700;
    color: #fff;
}

.header--section p{
    font-size: 1.5em;
    margin-bottom: 0.83333em;
    color: #e9fec6;
}

.header--section input{	    
    width: 60%;	
}

.header--section button {     
    width: 35%;     
}

@media (max-width: 768px) {	
	.header--section input {
		width: 100%;
	}

	.header--section button { 
		width: 100%;
	}

	.header--section h1{
		font-size: 1.5em;
	    margin-bottom: 0.83333em;
	}

	.header--section p{
    font-size: 1.25em;
    margin-bottom: 0.9em;
	}

	#moreExp p { font-size: 1.2em; }
}

/*	-------------------------------------------
	Main
	------------------------------------------- */
.page-width {
	max-width: 990px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page-block{
    padding: 5.625em 0;    
}

.page-block.-light{
	background: #ffffff;
	border-top: 1px solid #e9e9e9;
}

.page-block.-dark{
	background: #24292e;	
}

.features--section{
	text-align: center;
}

h1.bold--icons{
	color: #ccc;
	font-size: 50px;
}

.deep--gray{
	color: #586069;
}

.login-card{
    border: 1px solid #eaeaea;    
    background: #fff;    
    width: 100%;   
    padding: 40px;
    border-radius: 5px;      
}


/*	-------------------------------------------
	Footer
	------------------------------------------- */

footer{
	color: rgba(255,255,255,0.85);
  background-color: #212121;
	padding: 20px 0;
	border-top: 1px solid #86c127;	
}

.footer-top{
	border-bottom: 1px solid #0e0e0e;
	padding: 20px 0;
}

/* social-icons */
.social-icons{
	font-size: 24px;	
	float: right;
}

.social-icons a{
	margin-right: 20px;
}

.social-icons a:last-child{
	margin-right: 0;
}

.main-footer .credit{	
	
	
}

.main-footer .credit div{	
	padding:  0;	
}

.main-footer .credit .left{	
	text-align: left;
	margin-bottom: 7px;	
}

.main-footer .credit .center{	
	text-align: center;
	margin-bottom: 7px;	
}

.main-footer .credit .right{	
	text-align: right;	
}


@media (max-width: 768px) {	
	
	.main-footer .credit .left, .main-footer .credit .right{	
		text-align: center;			
	}

	.social-icons{
		font-size: 24px;	
		float: none;
	}
}
/*	-------------------------------------------
	Custom Modal
	------------------------------------------- */

#dialogoverlay{
	display: none;	
	position: fixed;
	top: 0px;
	left: 0px;
	background: #24292e;;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
	z-index: 100;
	overflow-y:scroll;
    overflow-x:hidden;
}

#dialogbox{		
	max-width: 650px;
	margin: 50px auto;
	position: relative;	
}


#dialogboxbody input {   
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #999;
    padding: 10px 15px;
}

#dialogboxbody form div {
    position: relative;
}

#dialogboxbody form div label {
  position: absolute;
  top: 17px;
  left: 0;
  margin-left: 15px;
  color: #999;
  transition: 0.15s;
  pointer-events: none;
}

#dialogboxbody input:focus~label,
#dialogboxbody input:not(:placeholder-shown) ~ label {
  top: 5px;
  left: 0;  
  font-size: 11px;
}

#dialogboxbody input:focus,
#dialogboxbody input:not(:placeholder-shown) {
  border-bottom: 2px solid #28a745;
  padding-top: 20px;
}

#storeCheck{background: #eb644d; 
    margin-top: -18px; margin-bottom: 15px; 
    padding: 10px 15px; border-radius: 0 0 3px 3px; 
    display: none;
    color: #fff;
}

#urlCase{
    background: #f5f5f5; margin-top: -20px; margin-bottom: 15px; 
    padding: 20px 15px 10px; 
    border-radius: 0 0 3px 3px;
    display: none;
    position: relative;
}
.store-url{
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: 15px;
    color: #999;  
    font-size: 11px;
    font-weight: 600;    
}


#dialogbox > div{margin: 8px;}
#dialogbox > div > #dialogboxhead{ font-size: 19px; padding:10px; color:#ccc;}
#dialogbox > div > #dialogboxbody{ padding: 10px;}
#ok{  position: absolute; top: 50px; right: 50px; font-size: 22px; color: #ccc; cursor: pointer;}
#store_name_case{ position: relative; display: block;}

#dialog--preloader{
	display: none;
	text-align: center;
	padding: 20px;
	padding-top: 9vw;
}

@media (max-width: 768px) {	
	#dialogbox > div > #dialogboxhead{ text-align: center;}
	#dialogbox > div > #dialogboxbody button{width: 100%; float: none;}
	#ok{   top: 20px; right: 20px;}
	#dialog--preloader img{ height: 30px; }
}



.list-inline {
    padding-left: 0;
    list-style: none;
    margin: 50px 0;
    margin-left: -5px;    
}

.list-inline li.active {
    border-color: #27a444;
    border-width: 3px;

}

.list-inline li {
    width: 32.3333%;
    border: 1px solid #ddd;
    padding: 0;
    position: relative;    
    text-align: center;
    border-radius: 4px;
}

.list-inline li .plan {
    padding: 10px;
}

.list-inline li .action-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
    background-color: rgba(70,245,110,.3);
}

.list-inline li .action-button:hover {
    opacity: 1;
}

.list-inline li .action-button>div {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    width: 100%;
}

.list-inline .special-offer {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
}

.list-inline .special-offer.special-success {
    background-color: #24292e;
    color: #fff;
}

@media (max-width: 768px) {
    .list-inline li {
        width: 100%;
        margin-bottom: 25px;        
    }

    .list-inline li .action-button {
        display: none;
    }
}

#compare-table .table-title {
    background-color: #fcfcfc;
    font-weight: 700;
}

#compare-table .table-title td {    
    font-weight: 700;
}

#compare-table .table-title .block-item {
    font-size: 21px;
}
#compare-table .table tr td {
    vertical-align: middle;
}
#compare-table .block-item {
    width: 20%;
    text-align: center;
}

#compare-table .fa {
    color: #27a444;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #DEAF35;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  font-size: 16px;
  /*color: #112363;*/
    color: #6c6c6c;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  /*color: #44670d;*/
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #DEAF35;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #DEAF35;
  border: 1px solid #DEAF35;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #DEAF35;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}


.section-header h2 {
    font-size: 36px;
    
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #86c127;
    bottom: 0;
    left: calc(50% - 25px);
}

.row {
    width: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    height: auto;
    overflow: auto;
    box-sizing: border-box !important;
}

.col-centered {
    float: none !important;
    margin: auto;
}

@media (min-width: 768px){
#contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
} 
.section-header.he1::before {   
    width: 180px;
    left: calc(50% - 90px);    
}

}

#hotels .hotel {
    border: 1px solid #e0e5fa;
    background: #fff;
    margin-bottom: 30px;
}

#hotels .hotel-img {
    overflow: hidden;
    margin-bottom: 15px;
}



#hotels .hotel-img img {
    transition: 0.3s ease-in-out;
    width: 100%;
}

#hotels .hotel-img img:hover { 
    box-shadow: 0px 0px 40px rgba(200,200,200,0.3);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);    
}

#hotels h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 20px;
}

#hotels p {
    padding: 0 20px;
    margin-bottom: 20px;    
    font-style: italic;
    font-size: 15px;
}

#about p{
  font-size: 15px;
}

#topBtn{
  opacity: 0;
}

.scrollToTop {
    background: #fff;
    width: 38px;
    height: 33px;
    text-align: center;
    border: 1px solid #d2d2d2;    
    position: fixed;
    bottom: 85px;
    right: 24px;
    border-radius: 3px;
    line-height: 22px;    
    cursor: pointer;
}

.scrollToTop:after {
    content: "\2191";
    font-size: 1.4em;
    text-align: center;
    padding: 2px 13px;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) { 
  .scrollToTop {
    right: 3px;
  }
}

/*//////////////////////////////////////////////////////*/

#hero {
    position: relative;
    overflow: visible;
    color: rgba(255,255,255,0.75);
    background-color: #2b3137;
    background: #2b3137 url(../img/home_bg.jpg?) top left  no-repeat;
    background-size: cover; 
}   

#hero .container {
    position: relative;         
}

#hero h1{
    font-size: 3em;
    line-height: 1.222;
    font-weight: 700;
    color: #fff;
}

#hero img {
    clear: both;
}

#hero .device {
    background-image: url(../img/hero-image.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 506px;
    width: 50%;
    position: absolute;
    right: 0;
    margin-top: -445px;
}

@media (min-width: 992px){
    #hero .container {
        padding-top: 86px;
        height: 500px;
    }
    #hero img {
        opacity: 0;
    }
}

@media (min-width: 1200px){
    #hero .container {
        padding-top: 106px;
    }
}

#feature {
    padding-top: 90px;
    padding-bottom: 70px;
}

.page-header {
    height: auto;
    margin-bottom: 0;
    border-bottom: 0;
}

.page-header {
    
    margin: 0 0 60px;
    text-align: center;           
    background-repeat: no-repeat;
    background-size: cover;           
}

#feature .page-header p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

#feature .row>div+div {
    border-left: 1px solid #e2e4e8;
    padding-left: 20px;
}

#feature h2{            
    font-weight: 600;
}

#feature h4{
    font-size: 20px;
    font-weight: 600;
}

#feature p{
    font-size: 16px;
    color: #6c6c6c;         
}

#feature h4 i {
    color:  #86c127;
    color:  gray;
    font-size: 4em;
    margin-bottom: 25px;
}

#sponsors img {
    max-width: 168px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #hero h1{
        font-size: 2.3em;
        margin-bottom: 0.63333em;
        margin-top: 1em;
        text-align: center;
    }
    #hero p{        
        text-align: center;
    }

    .desk-device {        
        margin-top: 1.2em;
    }

    .page-block {
        padding: 3.625em 0;
    }

    #feature {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    #feature .row>div+div {
        border-left: none;        
    }

    #contact {
        padding: 0;
    }
}