@charset "UTF-8";
/* CSS Document */

/***** Google fonts import ************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700");
/*
Base csss
*/
html, body {
	height: 100%;
}
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
    background-color: #ffe24f;
    color: #414042;
    font-weight: 500;
    font-size: 1.7rem;
    /*line-height: 3.5rem;*/
    line-height: 2.5rem;
    letter-spacing: 0px;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;/*color: #858585;*/
    /*background-image: url(../img/bg-img_400.png);*/
    background-position: center top;
    background-repeat: repeat-x;
}




@media (min-width: 768px) {
	body {
		/*background-image: url(../img/bg-img_350.png);
		background-position: center top;
		background-repeat: repeat-x;	*/
	}

}

@media (min-width: 992px) {
	body {
		/*background-image: url(../img/bg-img_300.png);
		background-position: center top;
		background-repeat: repeat-x;	*/
	}
	.plus-sign {
		float:right; 
		margin-right: -30px;
		margin-top: -50px;
	}	
	.plus-sign-free {
		float:right; 
		margin-right: -30px;
		margin-top: -70px;
	}		
}

@media (min-width: 1280px) {
	body {
		/*background-image: url(../img/bg-img_350.png);
		background-position: center top;
		background-repeat: repeat-x;*/	
	}
	.plus-sign {
		float:right; 
		margin-right: -30px;
		margin-top: -55px;
	}	
	.plus-sign-free {
		float:right; 
		margin-right: -30px;
		margin-top: -80px;
	}	
}

@media (min-width: 1600px) {
	body {
		/*background-image: url(../img/bg-img_400.png);
		background-position: center top;
		background-repeat: repeat-x;	*/
	}
	.plus-sign {
		float:right; 
		margin-right: -30px;
		margin-top: -55px;
	}
	.plus-sign-free {
		float:right; 
		margin-right: -30px;
		margin-top: -80px;
	}	
}



.txt-en2 {
    font-weight: 400;
    font-size: 1.5rem;
    /*line-height: 3.5rem;*/
    line-height: 2.0rem;
    letter-spacing: 0px;	
}

.txt-xs {
	font-weight: 500;
	font-size: 1.4rem;
	/*line-height: 3.5rem;*/
	line-height: 2rem;
	letter-spacing: 1px;
	
}

input,
input::-webkit-input-placeholder {
    font-size: 1.4rem;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #555;
}


input {
	padding: 5px;
	border: 1px;	
	border-color: #131313;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
}

.well {	
	min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fed307;
    border: 1px solid #fed307;
    border-radius: 0px;
	/*border: 0px; */	
	box-shadow: inset 0 0px 0px rgba(0,0,0,.05);

}

.well2 {	
	min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border: 1px solid #f1f2f2;
    border-radius: 0px;
	/*border: 0px; */	
	box-shadow: inset 0 0px 0px rgba(0,0,0,.05);

}

.well-error {	
	min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fcb503;
    border: 8px solid #fcb503;
    border-radius: 15px;
	/*border: 0px; */	
	box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
	color: #fff;

}

.well-img {	
	
    padding: 10px;
    
    border: 1px solid #e3e3e3;
    border-radius: 0px;
	

}

ul {
	padding: 0;
	list-style-type: none; 
    display: block;	
	
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    /*-webkit-padding-start: 40px;*/
	margin-top: 0;

}

li {
		/*display: inline;*/
	}

.inline-block div {
    color: #fff!important;
    display: inline-block;
}
.social-link {
    margin-bottom: 0;
	padding-top: 25px;
}

.social-link li a img {
    max-height: 40px!important;
}

img {
    max-width: 100%;
}


label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  
  
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
	padding: 2px;
  border:2px solid #666666;
	background-color: #fff;
  border-radius: 15px;
}

a {
    color: #414042;
    text-decoration: none;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.data-info{
	border-radius: 8px;
  background: #282828;
  padding: 5px;
	color: #fff;	
}

.price-info{
	border-radius: 10px;
  background: #fdb409;
  padding: 15px;
	color: #fff;	
	margin-bottom: 5px;
	
}

.title-info{
	border-radius: 50px;
  background: #4c4c4c;
  padding: 15px;
	color: #fff;	
	font-weight: 800;
	width: 100%;
	
}

.accessories-info{
	
	border-radius: 20px;
	/*border: 2px solid #fff;*/
	background: #fed401;
	padding: 15px;
	color: #353535;		
	width: 100%;
	font-size: 85%;
	text-align: center;
	min-height: 100px;
	vertical-align: middle;
	margin-top: 5px;
	
		
	
}

.tnc-info{
	border-radius: 8px;
  background: #efefef;
  padding: 5px;
	color: #353535;	
	margin: 5px;
}

.service-info{
	border-radius: 8px;
  background: #fce577;
  padding: 15px;
	
	margin: 0px;
}


.form-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    color: #fed401;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 2px  #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
	padding-right: 5px
}
.form-radio:checked::before
{
     position: absolute;
     font: 15px/1 'Open Sans', sans-serif;
     font-weight: 700;
     left: 10px;
     top: 6px;
     content: '\02143';
     transform: rotate(40deg);
	color: #fed401;
}
.form-radio:hover
{
     background-color: #fff;
}
.form-radio:checked
{
     background-color: #333333;
}

label
{
     /*font: 15px/1.7 'Open Sans', sans-serif;
     color: #333;*/
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
} 

.form-checkbox
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #fed401;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 2px  #FFFFFF;
     border-radius: 3px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
	padding-right: 5px
}
.form-checkbox:checked::before
{
     position: absolute;
     font: 15px/1 'Open Sans', sans-serif;
     font-weight: 700;
     left: 10px;
     top: 6px;
     content: '\02143';
     transform: rotate(40deg);
	color: #fed401;
}
.form-checkbox:hover
{
     background-color: #fff;
}
.form-checkbox:checked
{
     background-color: #333333;
}

