@font-face {
	font-family: 'MyriadWebPro';
	src: url('../fonts/MyriadWebPro.eot?') format('eot'), 
	     url('../fonts/MyriadWebPro.woff') format('woff'), 
	     url('../fonts/MyriadWebPro.ttf')  format('truetype'),
	     url('../fonts/MyriadWebPro.svg#MyriadWebPro') format('svg');
}

@font-face {
	font-family: 'MyriadPro-Light';
	src: url('../fonts/MyriadPro-Light.eot?') format('eot'), 
	     url('../fonts/MyriadPro-Light.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Light.woff') format('woff'), 
	     url('../fonts/MyriadPro-Light.ttf')  format('truetype'),
	     url('../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
}


body {
  	color: #333333;
  	font-family: 'MyriadWebPro', 'MyriadPro-Light', 'Myriad Pro', Helvetica, Arial, sans-serif;
  	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  	background: #eeeeee4f;
  	font-size: 18px;
  	line-height: 24px; 
  	margin: 0;
  	-webkit-font-smoothing:antialiased;
  	-moz-font-smoothing:antialiased;
  	-o-font-smoothing:antialiased;
  	font-smoothing:antialiased; 
}

h1 { font-size: 1.6em; color:#8e7537;} 
h2 { font-size: 1.5em; color:#8e7537;} 
h3 { font-size: 1.4em; color:#8e7537;} 
h4 { font-size: 1.2em; color:#000000;}
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
h1,h2,h3,h4,h5,h6 { display: block; }

em { font-size: 0.8em; }

p { text-align: justify; }

a { color: #000000; text-decoration: none; }
a:hover, a:active, a:focus { color: #24638F; text-decoration: none; outline: none; }
::selection { background-color: #0071bf; color: #fff; }

.dropdown-menu>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 1.1em;
    }
.nav-item.active{
  
	border-bottom: 2px solid #d3be87;
}

.nav-tabs>li>a {
  background: #ffffff;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.showme {
color:#d60202;
}
.showme2 {
color:#b19a52;
}


hr { width: 100px; border-top:1px solid #4d4d4d; }
.relative { position: relative; }
.subtitle { color: #8e7537; }
.btn { border: 1px solid transparent; border-radius: 0; background: transparent; }
.btn:Hover { opacity: 1; border: 1px solid transparent; }

.btn-white {
	border: 1px solid #0071bc;
	border-radius: 20px;
	font-style: italic;
	font-size: 13px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(51,51,51,1); 
	-moz-box-shadow: 0px 0px 0px 0px rgba(51,51,51,1); 
	box-shadow: 0px 0px 0px 0px rgba(51,51,51,1);	
	padding-left: 10px;
	padding-right: 10px;
}
.btn-white:hover {
	background: #0071bc;
	color: #fff;
}

.numbercircle {
    display: inline-block;
    border-radius: 50%;
    font-size: 21px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #aa9769;;
    color: #ffffff;
    vertical-align: middle;
    padding: 4px;
    font-weight: bold;
}

 .text-buble {
    padding-top: 5px;
    font-size: 1.7em;
    line-height: normal;
    color: #000033;
    height:390px;
    font-weight:bold;
    position:relative;
    text-align:center;
    background-color: #f5f3f3b0;
    }



.img-responsive-full { max-width: 100%; width: 100%; }
.section { min-height: 400px; padding-bottom: 60px; padding-top: 60px; overflow: hidden; position: relative; text-align: center; }
.container { z-index: 1; }

.hiding { opacity: 0; }
.visible { opacity: 1; }

.sticky { position: fixed; top:0; display: block; width: 100%; z-index: 9; }

.navigation-brand { float: right; }
.navigation-brand:after { content: ''; display: table; }
.navigation-brand .brand-logo { padding: 15px; }
.navigation-navbar { display: block; }
.navigation-bar { margin: 0 auto; padding: 0; list-style: none; }
.navigation-bar-left { float: left; margin-top: 15px;}
.navigation-bar-right { float: right; }
.navigation-bar > li { display: inline-block; }
.navigation-bar > li a { display: inline-block; padding:10px; }
.navigation-bar > li a:Hover,
.navigation-bar > li.active a { color: #0071bc; text-decoration: none; }
.navigation-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 10px; border-radius: 4px; border: 1px solid #fbfbfb;background: #aa9769; outline: none; }
.navigation-toggle:after { content: ''; clear: both; height: 1%; }
.navigation-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #fbfbfb; }
.navigation-toggle .icon-bar+.icon-bar { margin-top: 4px; }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #9a8550;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
}

.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background: #fbfbfb; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: 4px; }

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	color: #0071bc;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 99999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.space-1 li {
	margin-bottom: 20px;
}

.button2 {
    background-color: #a7d057;
    cursor: pointer;
    border: none;
    color: #000033;
    line-height: normal;
    font-weight:bold;
    font-size: 18px;
    padding:8px;
    border-radius:4px;
    }
    
.button { 
  color: #000000;
  font-size: 32px;
  line-height: 40px; 
  padding: 5px 15px; 
  font-style: normal; 
  background: rgb(192, 174, 127);
  background: -moz-linear-gradient(top, rgb(192, 174, 127) 0%, rgb(234, 201, 139) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(234, 201, 139)), color-stop(100%,rgb(234, 201, 139)));
  background: -webkit-linear-gradient(top,rgb(192, 174, 127) 0%, rgb(234, 201, 139) 100%);
  background: -o-linear-gradient(top,rgb(192, 174, 127)0%, rgb(234, 201, 139)100%);
  background: -ms-linear-gradient(top, rgb(192, 174, 127) 0%, rgb(234, 201, 139) 100%);
  background: linear-gradient(to bottom,rgb(192, 174, 127) 0%, rgb(234, 201, 139) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bb32', endColorstr='#89ef37', GradientType=0 ); 
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.button:Hover { color: #ffffff; background:#0071bc; text-decoration: none; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #aa9769;
 }
    

/* Header */
#header { background-image: url(''); background-repeat: repeat-x; background-position: center top;background-color:#fbfbfb; height: auto; position: relative; z-index: 10; width: 100%; box-shadow:1px 1px 12px #696969;}
#header .header-logo { position: absolute;}
#header .lang-select { position: absolute; bottom: -6px; right: 35px; }
/*#header .container { width: 950px; position: relative; }*/


.navigation-header { padding: 0 0 0; }
/* .navigation-header .navigation-bar li { padding: 5px 10px 0 12px; }*/
.navigation-header .navigation-bar li > a { font-size: 16px; color: #000000; padding: 0;}
.navigation-header .navigation-bar li > a:Hover, 
.navigation-header .navigation-bar li.active > a { border-bottom: 2px solid #aa9769; }
.navigation-header .navigation-bar li > a.external { color: #000000; }
.navigation-header .navigation-bar li > a.external:Hover { border-bottom: 2px solid #aa9769; }
.navigation-header .navigation-bar li:after { content: '|'; display: inline-block; margin-left: 5px; color: #8e7537; }

header .lang-select .text-link a { font-size: 14px; color: #000000; padding: 15px; }
#header .lang-select .text-link a:Hover { border-bottom: 2px solid #aa9769; }



/* Hero */
#hero { background-image: url('../img/background6.jpg'); background-repeat: no-repeat; background-size: cover; background-position-x: 50%; background-position-y: 80%; height: 390px; margin-top: -20px; position:relative; z-index: 2; }

#hero .connected-empty { position: absolute; background: #000000; padding: 3px 2% 1px 0; font-size: 28px; line-height: 36px; color: #fff; bottom: -21px; z-index: 5; width: 30%; }
#hero .connected { position: absolute; background: #000000; padding: 3px 2% 1px 0; font-size: 28px; line-height: 36px; color: #fff; bottom: 129px; z-index: 9999; }
#hero .connected:after { left: 100%; top: 50%; border: solid transparent; content: ''; height: 0; width: 0; position: absolute; 	pointer-events: none; border-color: rgba(12, 26, 85, 0); border-left-color: #000000; border-width: 20px; margin-top:  -20px; }
#hero .container { position: relative; height: 540px; z-index: 10; }
#hero .get-free { position:absolute; right: 0; color: #0c1a55; font-size: 28px; line-height: 36px; bottom: 10%; font-style: italic; }
.welcome_title {position: relative; color: #0071bc; font-size: 48px; text-align: center; padding: 330px 0 0 0; line-height: 48px;}
.Landing_title { float: right; padding-left: 10px; padding-right: 10px; margin-top: 22%;  width: 60%; font-size: 28px; line-height: 30px; color: #000000; background: #ffffff; opacity: 0.6; border: 1px solid #0071bc; border-radius: 5px;}
.Landing_title_small { float: left; margin-top: 10px; font-size: 18px; line-height: 24px; color: #4d4d4d;}
.Landing_title2 { float: left; margin-top: 90px; font-size: 28px; line-height: 34px; color: #ffffff;}


/* Content */

/* #welcome, #where, #apply { background-image: url('../img/gradient-bg-blue.png'); background-position: center top; background-repeat: repeat-x; } */
#welcome { padding-top: 0;}
#welcome .big { font-size: 15px; }
#welcome .apply-wrap { text-align: center; padding: 0 0px 0 40px; }
#welcome .apply-wrap img { 
  -webkit-transform : scale(1);
  -moz-transform    : scale(1);
  -ms-transform     : scale(1);
  transform         : scale(1);   
  margin: 20px auto; 
}
#welcome .apply-wrap .button { }
.apply-wrap h3 { font-size: 18px; color: #fff; text-align: center; margin-top: 20px; }
.eurail-card { margin-top: 20px; margin-bottom: 40px; max-width: 100%; }
.smaller { font-size: 10px; }
.image-box { margin-top: 10%; width: 100%; margin-bottom: 3%; max-width: 100%; box-shadow: 1px 1px 12px #555; border-radius: 2px; padding: 5px; }
.title { position: relative; color: #041658; font-size: 110%; line-height: 110%; text-align: center; }
.title2 { font-size:1.6em; position: relative; color: #8e7537; line-height: normal; text-align: left; }
.title_black { position: relative; color: #8e7537; line-height: normal; text-align: left; }

.titlestrong { color: #041658; font-size: 50px; font-weight:bold; line-height: 52px }
.titlesmall { position: relative; color: #0071bc; font-size: 28px; padding: 20px 0 10px 0; line-height: 32px; text-align: center;}

/* What */
#the-what { position: relative; top: -100px; display: block; visibility: hidden; }
#what { padding-bottom: 30px; }
#what h2 { color: #0071bc; margin-top: 45px; }
#what h3 { margin-bottom: 30px; }
#what .infographic { text-align: center; padding-top: 50px; }
.blue-border { border: 1px solid #0071bc; border-radius: 20px; margin-bottom: 20px; padding-top: 20px; }
#what .infographic ul { margin: 0 0 30px; }
#what .infographic li { line-height: 18px; }
#what .infographic li img { display: inline-block; margin-bottom: 8px; }
#what .infographic .in-between { height: 106px; display: table-cell; position: relative; vertical-align: top; font-size: 19px; padding-top: 30px; }
#what li.icon-wrap { min-width: 110px; }

/* Where */
#the-where { position: relative; top: -100px; display: block; visibility: hidden; }
#where { padding: 30px 0; }
#where h2 { color: #333333; }
#where ul { float: left; margin-top: 30px; margin-bottom: 30px; }
#where ul.first { margin-right: 80px; }
#where ul li { line-height: 20px; }
#where .map-wrapper { text-align: right; }
#where .big { font-size: 18px; margin-top: 20px; margin-bottom: 15px; display: block; }

/* Apply */
#apply { padding: 20px 0; }
#apply h2 { margin-bottom: 35px; }
#apply h2 a { color: #fff; font-size: 40px; font-weight: 600; font-style: italic; }
#apply h2 a:hover { text-decoration: underline; }
#apply h3 { color: #ffffff; margin-bottom: 22px; font-size: 22px;  }
#apply img { margin-left: auto; margin-right: auto; }
.signup-page #apply h2 { color: #fff; font-size: 40px; font-style: italic; }
.signup-page #apply img { margin: 0; }

/* Application form */
.flabel { display: inline-block; width: 30%; font-size: 14px; color: #696969; }
.long .flabel { width: 40%; }
.fblue { border: 1px solid #dddddd; padding: 2px 5px; width: 65%; }
.long .fblue { width: 55%; }
.fselect { border: 2px solid #4D9CD0; padding: 2px 5px; width: 65%; height: 32px; }
.ftextarea { border: 2px solid #4D9CD0; padding: 2px 5px; width: 65%; }
.long .fselect { width: 50%; }
.fselect.small { width: 50px; }
#signup-form .birthday, #signup-form .birthmonth, #signup-form .birthyear { width: 75px; }
#add-sim { display: none; margin-bottom: 0; }
#valid-country-wrapper, #passenger-wrapper,  #extra-sim-wrapper { margin-bottom: 0; }
#valid-country-wrapper label { vertical-align: top; padding-top: 1px; font-weight: normal;}
#valid-country-wrapper select { margin-top: 5px; }
#passenger-wrapper { margin-right: 20px; }
.sim2-wrapper { padding-bottom: 6px; }
.sim3-wrapper { padding-bottom: 12px; }
.label-sim { display: block; margin-top: 10px; }
.sim-info-wrapper { position: absolute; top: -15px; left: 350px; }
#permission-desc { float: left; width: 80%; margin-bottom: 15px; }
.permission-info-wrapper { position: absolute; right: 0; top: 10px;  }
#continous-wrapper { display: none; }
.terms-wrapper { font-size: 12px; }

.form-heading .container { background: url('') no-repeat right top; position: relative; }
.form-heading .container:before { background: url('') no-repeat; content: ''; width: 333px; height: 32px; position: absolute; left: 0; z-index: -1; }
.form-heading h4 { font-size: 16px; color: #0c1a55; line-height: 33px; font-weight: bold; }
.form-content { margin-bottom: 30px; }

.icheckbox_square-blue { background-position: -24px 0; }
.iradio_square-blue { background-position: -144px 0; }
.icheckbox_square-blue,
.iradio_square-blue { margin: 0 5px; display: inline-block; }

.form-horizontal .control-label { text-align: left; color: #0071bc; font-weight: bold; padding-right: 0px; }
.form-horizontal .form-group { margin-left: 0; margin-right: 0; }
.form-inline { padding-top: 7px; }
.form-inline span { display: inline-block; margin-right: 15px; }
.form-inline .form-row { margin-bottom: 12px; }
.help-block { margin-bottom: 0; font-style: italic; font-size: 13px; }
.form-row span { width: 60%; }

/*.form-group { margin-bottom: 20px; }*/
.form-control { height: auto !important; padding: 11px 12px 7px; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; }
.form-control:focus { outline: none; border: 1px solid #ccc; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; }
select.form-control { background: #FFFFFF url('../img/select-arrow.png') no-repeat right center; position: relative; -webkit-appearance: none; width: 60px; line-height: 24px; margin-left: 5px; margin-right: 5px; padding: 9px 12px 5px; }

.personal-info { padding-top: 30px; }
.personal-info .form-control::-webkit-input-placeholder { color: #0071bc; font-weight: bold;  }
.personal-info .form-control:-moz-placeholder { color: #0071bc; font-weight: bold; }
.personal-info .form-control::-moz-placeholder { color: #0071bc; font-weight: bold; }
.personal-info .form-control:-ms-input-placeholder { color: #0071bc; font-weight: bold; }

.input-group-addon:first-child { background-color:#ddd;}
.input-group-addon:last-child { background-color:#ffffff;}
.fa-check:before {color:#99cc00;}

    background-color: rgba(177, 154, 82, 0.38);
    text-align: center;
    font-size: 14px;
    padding: 3px;
     }

input.ng-invalid {
    background-color:#fff;
}
input.ng-valid {
    background-color: rgba(153, 204, 0, 0.3);
    color:#555;
}

select.ng-invalid {
    background-color:#fff;
}
select.ng-valid {
    background-color: rgba(153, 204, 0, 0.3);
    color:#555;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

   
    

.class { min-width: 55px; margin-right: 5px; }

input.button { font-size: 18px; font-weight: normal; line-height: 24px; padding: 6px 30px 2px; }
input.button[disabled] { background: none; color: #c1c1c1; }

#country1 option:first-child {
	color: #0071bc !important;
}

.multiselect {
    width: 80%; 
    height: 10em;
    border: solid 1px #4D9CD0;
    overflow: auto;
    display: inline-block;
}
 
.multiselect label {
    display: block;
    margin: 0;
}
 
.multiselect label input {
    margin: 5px 5px;
}

.multiselect-on {
    color: #ffffff;
    background-color: #000099;
}

#ticket-error {
	display: none;
}

/* Footer */
#footer { background-image: url(''); background-repeat: repeat-x; background-color:#ffffff; background-position: center top; height: 110px; position: relative; text-align: center; box-shadow:1px 1px 12px #696969}
#footer .footer-logo { position: absolute; right: 18%; bottom: 91px; }
#footer-nav { margin: 15px auto 0; font-size:14px; }
#footer-nav li a { color: #000000; }
#footer-nav li a:Hover { text-decoration: underline; }
#footer-nav li:after { content: '|'; display: inline-block; margin-left: 10px; color: #696969; }
#footer-nav li:last-child::after { display: none; }

/* Home Page */
.icon-wrap { position: relative; }
.wrapper-info {
  position: absolute;
  bottom: 2px;
  right: -15px;
}
.btn-white-wrapper {
	padding-left: 18%;
	text-align: left;
}

.btn-white-wrapper .btn {
	/*width: 270px;*/
}

/* Sign Up Page*/
.signup-page #main {
  margin-top: -40px;
}

/* About Page */
.blue { color: #8e7537 !important; }
.gold { color: #8e7537 !important; }
.grey { color: #333; font-size:18px;}
.about-page #hero { background-image: url('../img/hero-bg-about.jpg'); height: 390px; margin-top: -40px; }
.about-page #hero .get-free { color: #fff; top: 15%; right: 10px; }
.about-page #hero .connected { bottom: 129px; }

.about-page #welcome h2 { margin-bottom: 30px; }
.about-page #welcome .apply-wrap { padding-top: 4px; }

/* Howto Page */
.blue { color: #8e7537 !important; }
.gold { color: #8e7537 !important; }
.howto-page #hero { background-image: url('../img/hero-bg-howto.jpg'); height: 390px; margin-top: -40px; }
.howto-page #hero .connected { bottom: 129px; }

/* coverage */
.blue { color: #8e7537 !important; }
.gold { color: #8e7537 !important; }
.coverage-page #hero { background-image: url('../img/hero-bg-coverage.jpg'); height: 390px; margin-top: -40px; }
.coverage-page #hero .connected { bottom: 129px; }

#support .title { font-size: 18px; color: #0071bc; }

#buy { padding: 20px 0; }
#buy h3 { margin-bottom: 40px; }
#buy .item { margin-bottom: 40px; }
#buy .item .name { font-size: 18px; color: #0071bc; margin-top: 20px; margin-bottom: 5px; }
#buy a { color: #4d4d4d; }
#buy a:hover { text-decoration: underline; }

.sims { margin-top: 15px; }

/* App Planner Page */
.mb-40 { margin-bottom: 40px; }
.mb-20 { margin-bottom: 20px; }
.app-page #hero { background-image: url('../img/hero-bg-app.jpg'); height: 390px; margin-top: -40px; }
.app-page #hero .connected { bottom: 129px; }
.app-page #hero .get-free { color: #fff; top: 15%; right: 10px; }
.app-page #hero .app-icon { position: absolute; top: 60%; right: 10px; }
.app-page #hero .app-icon a:hover { opacity: 0.85; }
.app-page #hero #google-play-small { margin-left: 35px; }

.app-page #welcome { padding-top: 15px; }
.app-page #welcome h2 { color: #fff; }
.app-page #welcome h3 { color: #fff; margin-top: -5px; }
.app-page #welcome .apply-wrap { padding-top: 0px; }

#what-it-do p { margin-top: 20px; }
#what-it-do p, #what-it-do img { margin-bottom: 40px; }

#get-it-content { padding-left: 60px; }

.app-icon-main #app-store { display: block; margin-bottom: 15px; }
.app-icon-main #google-play { display: block; }
.app-icon-main a:hover img { opacity: 0.85; }

.app-page #how ul { padding-left: 15px; }
.app-page #how ul li { margin-bottom: 3px; }

.app-page h2 { }
.app-page h3 { }

/* Rate Page */
.rate-page #hero { background-image: url('../img/hero-bg-rate.jpg'); height: 390px; margin-top: -40px; }
#roaming ul, #roaming ol { padding-left: 15px; }
.rate-page #roaming { padding-bottom: 50px; }
.rate-page h4 { font-size: 21px; }
.rate-page #hero .connected { bottom: 129px; }
.blue-borderprice { margin-bottom: 10px; padding: 10px 10px 10px 10px; font-size: 16px; margin-top: 15px; }


#rate, #international { background-image: url('../img/gradient-bg.png'); background-position: center top; background-repeat: repeat-x; padding-top: 30px; padding-bottom: 30px; }
#rate h4, #international h4 { font-size: 21px; color: #fff; }
#rate h4 {  }
#rate ul { float: left; margin-top: 10px; margin-bottom: 30px; }
#rate ul.first { margin-right: 80px; }
#rate ul li { line-height: 17px; }
.rate-counter { background: #fff; padding: 5px 10px; margin-top: 10px; }
.grey-border { border: 1px solid #DDDDDD; border-radius: 5px; padding: 10px; margin-bottom: 10px; }
#submit-view-rates { margin-top: 45px; }
iframe { max-width: 100%; }

.rate-table {
	width: 100%; 
	text-align: left; 
	height: 340px;  
	#border: 1px solid #999999; 
	#background-color: #ffffff;
}

/* Thank You Page */
.thank-you-page #main #application {
  padding: 50px 0;
}

/* Privacy & Terms Page */
.static-page #main {
	padding: 0 0 0 0;
}


#roaming ul, #roaming ol { padding-left: 15px; }
.static-page #roaming { padding-bottom: 50px; }
.static-page h4 { font-size: 21px; }
.static-page #hero .connected { bottom: 129px; }
.blue-borderfaq { border: 1px solid #0071bc; border-radius: 20px; font-size:14px; background-color: #ffffff; margin-bottom: 20px; padding: 8px 8px 8px 8px; color: #696969 }
.h3-legend { font-size: 22px;  }
.static-page .row { margin-bottom: 30px; margin-top:20px;  }
.legend_t  {font-size:20px; color:#696969;  }
 /* .static-page img {
  border-radius:25px;
  box-shadow: 1px 1px 12px #555;*/
}
.static-page h3 {
	font-size: 24px;
	font-weight: normal;
	color: #696969;
}

.static-page h4 {
	font-size: 36px;
	font-weight: normal;
	color: #0071bc;
}

.static-page h5 {
	font-size: 60px;
	font-weight: normal;
	color: #0071bc;
}

/* Magnific pop up */
.zoom-cursor a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* Login Modal */
.loginModal .modal-content { max-width: 400px; margin: 0 auto;     margin-top: 70px; }
.loginModal .form-group { margin-bottom: 10px; }

.loginModal .close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 10;
    opacity: 1;
}
.loginModal .close:hover {
    opacity: 0.8;
}

/* Contact Modal */
.contactModal .modal-content { max-width: 400px; margin: 0 auto; }
.contactModal .form-group { margin-bottom: 10px; }

.contactModal label, .contactModal .fblue, .contactModal .fselect, .contactModal .ftextarea {
  width: 100%;
}

.contactModal .close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 10;
    opacity: 1;
}
.contactModal .close:hover {
    opacity: 0.8;
}

/* ==========================================================================
   Contact Us Page
   ========================================================================== */
.contact-page #main {
	margin-top: -67px;
}

.contact-page .title-large {
	color: #000033;
	font-size: 24px;
	margin-top: 20px;
	display: block;
}

.contact-page hr {
	border-color: #000033;
	width: 100%;
}

.contactus1.mtmin50 { margin-top: -30px; }
.contactus1 table { margin-left: 0px !important; width: 100%!important; border-collapse: collapse; }
.contactus1 tr { border-bottom: 20px; /*change "white" to your background color*/ width: 45%; display: inline-block; margin-right: 20px; margin-top: 20px;}
.contactus1 input:not([type="button"]) { width: 100%!important; margin: 2px 0; padding: 6px; border: 1px solid #D8D8D8; font-size: 15px; -webkit-appearance: textfield; background-color: #FFF; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; letter-spacing: normal; word-spacing: normal; text-transform: none; text-indent: 0px; text-shadow: none; display: inline-block; text-align: start; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
.contactus1 select { width: 100%; font-size: 15px; border: 0; border-radius: 0; color: #999; border: 1px solid #D8D8D8; margin: 2px 5px 2px 0; padding: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
/*.contactus1 select { background: #FFF url(https://secure.globalroaming.com/eurail/assets/img/selectArrow.png) no-repeat right center; width: 100%; font-size: 15px; border: 0; border-radius: 0; -webkit-appearance: none; color: #999; border: 1px solid #D8D8D8; margin: 2px 5px 2px 0; padding: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }*/
/*.contactus1 input[type="button"] {  display: block; padding: 11px 20px 11px 20px; background: #0071bf; text-decoration: none; color: #FFF; margin: 10px 0 0 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; width: auto!important }*/
.contactus1 span, .contactus1 td { display: block; font-family: 'MyriadWebPro', 'MyriadPro-Light', 'Myriad Pro', Helvetica, Arial, sans-serif; color: #000033 !important; font-size: 16px; line-height: 18px; }
.contactus1 #capcha { float: left; display: inline; }
#capcha { width: 165px !important; }
.spinner { position: relative; bottom: 5px; left: 5px; display: none; }

/* Mobile device */
@media (max-width: 767px) {
    #header .container { width: 100%; height:60px;}
    
    .navigation-brand { float: none; }
    .navigation-brand .brand-logo { float: left; }
    .navigation-bar > li,
    .navigation-bar > li a { display: block; position: relative; z-index: 999; margin-bottom:-10px;}
    .navigation-navbar { overflow: hidden; height: 0; display: inline-block; }
    .navigation-navbar.open { height: 100%; background: #fbfbfb; display: inline-block;   position: relative; z-index: 9;  box-shadow: 1px 1px 12px #555;}
    .navigation-navbar.open a { border-bottom: 2px solid transparent;}
    .navigation-brand:after { content: ''; clear: both; }
    .navigation-bar-left, .navigation-bar-right { float: none; }
    .navigation-header .navigation-bar li { padding-left: 15px; padding-right: 15px;}
    .navigation-toggle { float: right;background: #aa9769;margin-top: 2px;}
    .navigation-toggle .icon-bar { background: #fbfbfb; }
    .navigation-header .navigation-bar li:after { content: ''; margin-top: -10px;}
    
    
    #hero .get-free { font-size: 22px; bottom: 7% }
    #hero .connected:after { display: none; }
    #hero .welcome_title {position: relative; color: #0071bc; font-size: 28px; text-align: center; padding: 280px 0 0 0; line-height: 48px;}
	
	.buble2 { margin-top: 40px; margin-left: 5px;}
	.img-buble { width: 110px; padding-top: 55px; margin-bottom: 50px; opacity: 1;}
	.text-buble {
    padding-top: 5px;
    font-size: 1.2em;
    line-height: normal;
    color: #000033;
    height:390px;
    font-weight:bold;
    position:relative;
    text-align:center;
    background-color: #f5f3f3b0;
    }
    .mapi {
	margin-top: -10px;
	
    }
    .logoi {
    float: right;
    margin-top: -50px;
    margin-right: 10px;
    width: 150px;
    }
    
     .button_text{ 
    position: relative;
    width: 100%;
    font-size: 21px;
    margin-top: -31px;
    margin-bottom: 30px;
             }
    
    .buttoni { margin-top: 40px; }
    
  	.topin { margin-bottom: -35px; }
    
    .row .pull-right { float: none !important; }
    #apply .pull-right { text-align: center; }
    #apply .button { margin-bottom: 20px; display: inline-block; }

	#welcome .apply-wrap { padding: 0 15px; }
	.apply-wrap h3 { text-align: center; color: #0071bc; }    
    
    #what .infographic { padding-top: 10px; }
    
    #where .map-wrapper img { max-width: 100%; }

    .col-sm-10.form-inline span { display: block; padding: 10px; }
    .form-row { clear: both; }
    .form-row:after { display:block; content:''; clear: both; }
    .form-row span { float: left; width: 100%; }
    
    #footer-nav { margin: 20px auto 0; padding-right: 10px; }

    .sims, .card { margin-left: auto; margin-right: auto; }
    .sims { margin-bottom: 20px; } 

    .full-xs { width: 100%; }
    .xs-blue { color: #0071bc !important; }

	.btn-white-wrapper {
		padding-left: 0;
		text-align: center;
	}  
	.blue { font-size: 115% !important; } 
}
.title { position: relative; color: #8e7537; font-size: 80%; line-height: 90%; text-align: center; }
.title2 {  position: relative; color: #8e7537; font-size: 110%;line-height: 110%; line-height: normal; text-align: left; }


/* Custom mobile */
@media (max-width: 500px) {
  #buy .col-xs-6 { width: 100%; }
  #what-it-do p { margin-top: 0; }
  #where ul.first, #rate ul.first { margin-right: 40px; }
  #signup-form { overflow: hidden; }
  #signup-form #birth-day, #signup-form #birth-month { width: 60px; }
  #signup-form #birth-year { width: 70px; }

  .sim-info-wrapper { position: absolute; top: -10px; left: 250px; }

  .rate-page #hero .connected, .home-page #hero .connected { width: 85%; }

  #hero .connected-empty { display: none; }
  #hero .connected { padding-left: 30px; left: -15px; }

}

/* Tablet device */
@media (min-width: 768px) {
	.container {width: 750px; }
    #where .map-wrapper img { max-width: 100%; }
    .image-popup { padding-top: 30px; display: block; }
	.about-page  #hero .connected-empty { width: 39%; left: -15%; }
 
 .mapi {
	margin-top: 90px;
	}

@media (min-width: 768px) and (max-width: 991px) {
    #header .container { width: 100%; }

    .nav-sm { list-style: none; padding-left: 15px; position: absolute; top: 15px; }
    .nav-sm li { display: inline-block !important; padding-right: 30px; }
    .nav-sm li > a { font-size: 14px; color: #fff; padding-bottom: 5px; }
    .nav-sm li > a:Hover, 
    .nav-sm li.active > a { border-bottom: 2px solid #8bc53f; }
    .nav-sm li a.external { color: #8bc53f; }
    .nav-sm li a.external:Hover { border-bottom: 2px solid #8bc53f; }    

}

/* Desktop small screen */
@media (min-width: 992px) {
  	.container {width: 970px; }
  	
  	#where .row > div { position: static; }
    .the-map { height: 650px; }
  	#where .map-wrapper { position: absolute; right: 0; }
  	#where .map-wrapper img { max-width: none !important; }

    #rate ul.first { margin-left: 0px; }
}

/* Desktop large screen */
@media (min-width: 1200px) {
  	.container { width: 1170px; }
  	
  	#where .map-wrapper { text-align: right; position: static; }

    #signup-form #phone, #signup-form #city, #signup-form #state, #signup-form #country { width: 50%; }
    #signup-form #zip { width: 30%; }

	.about-page  #hero .connected-empty { width: 39%; left: -10%; }
}