/* 
	Blue banner & font: 	#0099da
	PIE = behavior: url(PIE/PIE.php);
*/

@font-face {
    font-family: 'Sofia';
    src: url('webfonts/SofiaProLight-webfont.eot');
    src: url('webfonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/SofiaProLight-webfont.woff2') format('woff2'),
         url('webfonts/SofiaProLight-webfont.woff') format('woff'),
         url('webfonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('webfonts/SofiaProLight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



.dontshow {
	display: none;
}

/* Generic */
body {
	font-family: "Sofia", "Helvetica Neue", "Gill Sans", Arial, sans-serif;
	padding-top: 50px;
}

.container-with-sticky-footer {
/*	padding-bottom: 60px !important;
*/}

.orangerow {
	/*border-bottom: solid #f68900;*/
	/*border-bottom: solid #dddddd;*/
}

.bluerow {
	background-color: #0099da;
	/*border-bottom: solid #086cad;*/
	/*border-bottom: solid #dddddd;*/
}

.glyphicon-grey {
	color: #aaa;
}

.yellowrow {
	background-color: #ffc400;
}

.whiterow {
	background-color: white;
}
.bottompromorow {
	margin-top: 30px;
}

.bottom-border {
	border-bottom: solid 1px #dddddd;
}

.leadtext {
	padding-top: 30px;
    text-align: justify;
    text-justify: inter-word;
	
}

.websiteheader {
	padding-bottom: 10px;
	color: white;
}

.signupbottombutton {
	text-align: center;
	
}
.signupbottombutton a {
	font-size: 25px;
	background-color: #0099da;
}

/* Class for unpadded columns */
.nopad {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.no-top-margin {
	margin-top: 0px !important;
}
.no-bottom-margin {
	margin-bottom: 0px !important;
}
.no-left-margin {
	margin-left: 0px !important;
}
.no-right-margin {
	margin-right: 0px !important;
}

.banner {
/*	margin-top: 20px;
*/	min-height: 180px;
}




.spacer {
	min-height: 15px;
}

@media (max-width: 600px) {
	.container {
/*		margin-left: 15px;
		margin-right: 15px;*/
		font-size: 16px;
	}
}




.dividingline {
	padding-left: 15%;
	padding-right: 15%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.dividingline hr {
	border-color: #a3a3a3;
}



.featureheading {
	color: #0099da;
	font-size: 30px;
}

.featuredescription {
    text-align: justify;
    text-justify: inter-word;
}



/*utalk banner*/

.utalkbanner {
/*	background: url('../img/utalkbanner.png');
	background-position: 0%;
    background-repeat: no-repeat;*/
	min-height: 300px;
}

.utalkbanner a {
	text-decoration: none;
}

.utalkslide {
	background-color: #331d48;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 6s;
  transition: opacity 6s; 
}

  .utalkslide.active {
    opacity: 1; 
}
  .utalkslide.utalkslide-1 {
      background-image: url("../img/utalkbanner/1.jpg"); 
  }
  .utalkslide.utalkslide-2 {
      background-image: url("../img/utalkbanner/2.jpg"); 
  }
  .utalkslide.utalkslide-3 {
      background-image: url("../img/utalkbanner/3.jpg"); 
  }
  .utalkslide.utalkslide-4 {
      background-image: url("../img/utalkbanner/4.jpg"); 
  }

  .utalklogo-container {
	  margin-left: auto;
	  margin-right: auto;
	  z-index: 1;
	  text-align: center;
  }
  .utalklogo {
	  padding-top: 30px;
	  padding-bottom: 40px;
	  width: 30%;
  }
  .utalktext {
	  color: white;
	  text-align: center;
	  font-size: 20px;
	  padding: 0 15px;
	  text-decoration: none;
  }
  
  .darkbackground {
	  background: rgba(0,0,0,0.5);
/*      background-image:
        linear-gradient(
          rgba(0, 0, 0, 0.2),
          rgba(0, 0, 0, 0.2)
        );*/
  }
  
  
  
/*  jlc banner */
  
  .jlcbanner {
  	min-height: 210px;
  	padding-top: 30px;
	color: #6a1b9a;
  }
  
  .jlcbanner a {
  	color: #965BB9;
  }
  
  .jlctextcontainer {
	  padding-bottom: 10px;
  }
  
  .jlcheader {
	  font-size: 20px;
	  
  }
  
  .jlclogo {
	  float: right;
	  width: 130px;
	  padding-bottom: 30px;
  }
  


/*  bottom promo */
  
  .leftpromocol {
	  border-right: 1px solid rgb(200,200,200);
  }
  
 
 
/*social icons*/
  .socialicons {
	  padding-top: 50px;
	  text-align: center;
  }

/*Language Selector Homepage*/
.languagebanner {
	background: #0182b9;
/*    background-position: 50% 20%;
*/	min-height: 200px;
}

.languageheader {
	color: white;
	font-size: 28px;
	padding: 20px 8px 10px 8px;
	text-align: center;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,1);*/
}

.languageselect {
	background: white;
}

.languageselect-container {
	margin-left: 15px !important;
	margin-right: 15px !important;
}



/*CONTACT PAGE*/

.contactbox {
	text-align: center;
	min-height: 250px;
	color: #0099da;
	font-size: 25px;
}

.contactbox img {
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;

}

@media (max-width: 996px) {
	.contactbox {
		font-size: 16px;
	}
	.contactbox img {
		height: 100px;
	}
}

.contactbox a {
	color: #0099da;
}

.footer {
	padding-top: 60px;
	font-size: 12px;
	color: #aaa;
	text-align: center;
	padding-bottom: 30px;
}

.footer a {
	color: #aaa;
}


#btnStartLearning {
	background: transparent !important;
	border-color: #0099da !important;
	color: white;
}

/*Icons*/
.globe-icon:before{
	content: "\00a0";
}
.globe-icon {
	background-image: url(../img/earthwhite.svg);
    width: 1em;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
   /* width: 1.3333333333333333em;*/
}
.navbar-collapsed-button {
	padding: 2px 11px;
}

.translation-icon {
	background-image: url(../img/translation.svg);
}


.cart-icon {
	color: #ecf0f1;
	padding-top: 2px;
}


/*.navbar-cart-badge{
	font-size: 15px;
	color: white;
	background-color: #c9302c;
	border-radius: 15px;
	z-index: 10;
	position: absolute;
	padding: 2px;
	min-width: 25px;
}*/


.navbar-cart-badge{
	color: #086dad;
	position: absolute;
	z-index: 100;
	 -webkit-text-stroke: 1px white;
/*	 text-shadow: 1px 1px 3px #ddd;
*/}


/*NAVBAR*/

/*.eurotalk-logo {
	background-image: url('../img/etlogowhite.png');
	background-image: url('../img/eurotalk-logo.svg');
	background-size: 100px 50px;
	min-width: 100px;
	min-height: 50px;

 }*/
 
 .eurotalk-logo:before{
 	content: "\00a0";
 }
 
 
 #search-form {
	 border-color: #0099da;
	 box-shadow: none !important;
 }
 
 .navbar-brand {
	 padding: 0px !important;
 }
 .eurotalk-logo {
	 margin-top: 11px; 
	 margin-left: 7px;
 	 background-image: url(../img/eurotalk-logo.svg);
     width: 100px;
	 height: 50px;
     background-size: contain;
     background-repeat: no-repeat;
     position: relative;
     display: inline-block;
}

.navbar-language > li > a{
	font-size: 16px !important;
	line-height: 1.2 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navbar-shopping-cart-icon {
	top: 2px;
}

.navbar-blue {
  background-color: #0099da;
  border-color: #0177a9;
  font-size: 20px;
}
.navbar-blue .navbar-brand {
  color: #ecf0f1;
  font-size: 20px;
}
.navbar-blue .navbar-brand:hover, .navbar-blue .navbar-brand:focus {
  color: #a9e5ff;
}
.navbar-blue .navbar-text {
  color: #ecf0f1;
}
.navbar-blue .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-blue .navbar-nav > li > a:hover, .navbar-blue .navbar-nav > li > a:focus {
  color: #a9e5ff;
}
.navbar-blue .navbar-nav > .active > a, .navbar-blue .navbar-nav > .active > a:hover, .navbar-blue .navbar-nav > .active > a:focus {
  color: #a9e5ff;
  background-color: #0177a9;
}
.navbar-blue .navbar-nav > .open > a, .navbar-blue .navbar-nav > .open > a:hover, .navbar-blue .navbar-nav > .open > a:focus {
  color: #a9e5ff;
  background-color: #0177a9;
}
.navbar-blue .navbar-toggle {
  border-color: #0177a9;
}
.navbar-blue .navbar-toggle:hover, .navbar-blue .navbar-toggle:focus {
  background-color: #0177a9;
}
.navbar-blue .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
  border-color: #ecf0f1;
}
.navbar-blue .navbar-link {
  color: #ecf0f1;
}
.navbar-blue .navbar-link:hover {
  color: #a9e5ff;
}

.nav > li > a:hover {
	background-color: #0177a9;
}

@media (max-width: 767px) {
  .navbar-blue .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-blue .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #a9e5ff;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > .active > a, .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #a9e5ff;
    background-color: #0177a9;
  }
}