/* fonts - start */
@font-face {
    font-family: 'Lato-Regular';
    src: url('../../fonts/Lato-Regular.eot?version=3.6.3.4'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Regular.eot?#iefix&version=3.6.3.4') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Lato-Regular.woff?version=3.6.3.4') format('woff'), /* Modern Browsers */
        url('../../fonts/Lato-Regular.ttf?version=3.6.3.4') format('truetype'); 
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Black';
    src: url('../../fonts/Lato-Black.eot?version=3.6.3.4'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Black.eot?#iefix&version=3.6.3.4') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Lato-Black.woff?version=3.6.3.4') format('woff'), /* Modern Browsers */
        url('../../fonts/Lato-Black.ttf?version=3.6.3.4') format('truetype'); 
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../../fonts/Lato-Bold.eot?version=3.6.3.4'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Bold.eot?#iefix&version=3.6.3.4') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Lato-Bold.woff?version=3.6.3.4') format('woff'), /* Modern Browsers */
        url('../../fonts/Lato-Bold.ttf?version=3.6.3.4') format('truetype'); 
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../../fonts/Lato-Light.eot?version=3.6.3.4'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Light.eot?#iefix&version=3.6.3.4') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Lato-Light.woff?version=3.6.3.4') format('woff'), /* Modern Browsers */
        url('../../fonts/Lato-Light.ttf?version=3.6.3.4') format('truetype'); 
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Heavy';
    src: url('../../fonts/Lato-Heavy.eot?version=3.6.3.4'); /* IE9 Compat Modes */
    src: url('../../fonts/Lato-Heavy.eot?#iefix&version=3.6.3.4') format('embedded-opentype'), /* IE6-IE8 */
        url('../../fonts/Lato-Heavy.woff?version=3.6.3.4') format('woff'), /* Modern Browsers */
        url('../../fonts/Lato-Heavy.ttf?version=3.6.3.4') format('truetype'); 
    text-rendering: optimizeLegibility;
}
/* fonts - end */

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	font-family: 'Lato-Regular', sans-serif;
	font-weight: 300;
}
.container {
	max-width: 970px;
	position: relative;
}

/**********/
/* navbar */
/**********/
.navbar{
    border:none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default{
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color:#3D3D3D;
    padding: 51px 20px 52px;
}
.navbar-default .navbar-nav>li>a:active,.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
}
.navbar-nav>li>a{
    padding-top:10px;
    padding-bottom:10px;
}
.navbar-nav>li>.dropdown-menu{
    font-size: 11px;
}
.navbar-default .navbar-nav>li.dropdown>a.dropdown-toggle{
    color:#3D3D3D;
	background-color: transparent;
}
.navbar-default .navbar-toggle{
    border-color:transparent;
}
.navbar-toggle .icon-bar{
    width: 30px !important;
    height: 4px !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent !important;
}
.navbar-header, button.navbar-toggle.collapsed.c-hamburger.c-hamburger--rot {
    display: block;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
	background-color: #F48A02;
}
.navbar-header {
	box-shadow: 0px 0px 5px #d2d2d2;
}
/* end navbar */


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s;
}
input, textarea, select { 
	outline: none;
}
.clear{
	clear: both;
}
a:focus {
	outline: none !important;
}
.corporate-suppliers{
    padding: 0;
    margin-bottom: 3px;
	display: none;
}
.faq_label {
    width: 210px;
    padding: 7px;
    text-align: left;
    font-size: 15px;
	font-family: "Lato-Heavy";
    color:#fff;
	border: solid 1px #fff;
	margin: 33px auto 0;
}
.faq_label:before {
	content: '?';
	padding: 10px 12px 10px 8px;
	border-right: solid 1px #fff;
	margin: 0 15px 0 0;
	font-size: 15px;
	font-family: "Lato-Heavy";
}
.text-center{
    text-align:center;
}


/************/
/*  header  */
/************/
.header-fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 999;
	/*min-width: 970px;*/
}
.header-top {
	background-color: #3D3D3D;
	min-height: 32px;
	width:100%;
}
.header-top-label {
	color: #f28a24;
	font-weight: 500;
    font-size: 10px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding-right: 7px;
	line-height: 30px;
}
.header-top .btn-group {
	width: 86px;
}
.header-top a.dropdown-toggle {
	color: #fff;
	font-weight: 500;
	font-size: 10px;
}
#changeLanguageForm {
	float: left;
}
/* end header */


/**************/
/*  sections  */
/**************/
.section-1{
	position: relative;
	overflow: hidden;
}
.section-1 .jumbotron{
    background-color: transparent;
}
#section_about_us_2 .jumbotron {
	padding: 50px 0px;
	text-align: center;
}
.section-2{
    background-color:#fff;
}
.section-2 .title1 {
	font-size: 24px;
	font-weight: 900;
	color: #3D3D3D;
	text-transform: uppercase;
}
.section-2 .title2 {
	font-size: 10px;
	font-weight: 900;
	color: #f28a24;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.section-5-team .title1 {
	color: #3D3D3D;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}
.section-7-faq {
    background-image: url('../../img/teldar/disconnected/grey_background.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-color: #3d3d3c;
	padding-top: 20px;
}
.section-7-content {
	padding: 0px 100px !important;
	margin-bottom: 80px !important;
}
.section-7-faq .jumbotron {
	padding-bottom: 15px !important;
}
.section-9-text{
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
	color: #fff;
}
.section-9{
    width:100%;
}
.section-9 form select, .section-9 form input{
    width:100%;
    float:left;
    font-size: 12px;
    height:36px;
    padding-left:15px;
    border:1px solid white;
	color: white;
	background-color: #3D3D3D;
    font-family: "Lato-Light";
	margin-bottom: 3px;
}
.section-9 input.submit-form{
    float:right;
    padding: 0 21px;
    background-color: #f28a24;
    font-weight:normal;
    font-size: 12px;
    color:#fff;
    width:auto;
    border:0px;
	font-family: "Lato-Light";
	height: 25px;
}
/* end sections */

.max_width_section {
	max-width: 1933px;
	margin: 0 auto;
}
.backgroundImage {
	width: 100%;
}
.container.main-text.jumbotron{
    text-align: left;
}
.container-fluid.informations{
	background-color: #3D3D3D;
}
.container.jumbotron {
    text-align: left;
    background-color: transparent;
    margin-bottom: 0;
}
.half-width-left {
	width: 50%;
}
.quarter-width-left {
	width: 100%;
	float: none;
}
.quarter-width-rigth {
	width: 19%;
}
.quarter-width-rigth > img,
.half-width-left > img {
    width: 100%;
    height: 100%;
}
.team-background {
    display: flex;
}
.team-menu {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 900;
	color: #3D3D3D;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: table;
}
.team-menu-item {
	display: table-cell;
	cursor: pointer;
	text-transform: uppercase;
}
.team-menu-item.center-text {
	color: #f28a24;
}
.registration-title {
	text-align: left;
	font-size: 13px;
	font-family: "Lato-Heavy";
	color: #fff;
	padding-top: 15px;
}
.title1 {
	font-size: 30px;
	font-family: "Lato-Black";
	color: #fff;
	line-height: 38px;
	letter-spacing: 1px;
}
.section-9-text.title2 {
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 auto;
}
.dropdown a{
    color:#fff;
}

/* small hack for the new header languages menu structure (inherit the .dropdown-menu>li>a styles from bootstrap) */
.languages_menu>li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	cursor: pointer;
}
.languages_menu>li a:focus, .languages_menu>li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.languages_menu .lang_sep {
	display: none;
}
/* hack end */

/************/
/*  footer  */
/************/
.footer_copy4 {
	color: #f28a24 !important;
	line-height: 24px;
}
.footer-address-wrapper {
	background: url('../../img/teldar/teldar-black.png') no-repeat;
	padding-left: 115px;
    background-size: 85px;
    height: 30px;
	font-size: 16px;
    padding-top: 7px;
	display: none;
}
.text-division{
	width: 100px;
	font-size: 14px;
    line-height: 23px;
    font-weight: 500;
	vertical-align: top;	
	text-align: center;
	padding: 15px 0px;
}
/*  end footer  */

.hideContent {
    visibility: hidden;
}
.showContent {
    visibility: visible;
}
sup {
	font-size: 60%;
}
.jumbotron p{
	font-weight: 300!important;
}

/***************/
/*  triangles  */
/***************/
.triangle-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
	border-top: 16px solid #E70060;
    border-bottom: none;
    margin:0px auto;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
	border-top: none;
    border-bottom: 16px solid #E70060;
    margin:0px auto;
}
.triangle-down-orange {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
	border-top: 16px solid #f28a24;
    border-bottom: none;
    margin:0px 85px;
}
.triangle-down-white {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
	border-bottom: none;
	margin:0px auto;
	padding-bottom: 10px;
}
/*  end triangles  */

.pink-background {
	background-color: #e40862;
	padding: 11px 26px 0;
	color: #FFFFFF;
	position: relative;
}

.form-border{
	border: solid 1px #FFFFFF;
	margin: 5px auto 0;
	padding: 3px 0;
	padding-left: 20px;
    background: url('../../img/teldar/icons/login-form-icons-sprite.png') left center no-repeat;
}
.form-border-top{
	margin-top: 0px
}
#inputLogin {
	background-position-x: 0px;
}
#inputPassword {
	background-position-x: -20px;
}
#inputAgent {
	background-position-x: -40px;
}
.form-input {
	background-color: #e40862;
	border: none;
	border-left: 1px solid white;
	font-size: 10px;
	font-weight: 700;
	color: #ffffff;
	padding-left: 6px;
	width: 100px;
	height: 14px;
}
#userAuthBtn {
	margin-top: 0px;
	background-color: #e40862;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.user-authenticated {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.orange-background {
	background-color: #f28a24;
	padding: 10px 0px;
	text-align: center;
    font-size: 12px;
    line-height: 1em;
	cursor: pointer;
}
.orange-background a {
	font-size: 12px;
}
input#remember {
	margin:0;
}
a#forgot_password {
	color: #fff;
}
a.top-menu-register {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.form-forgot-password {
	color: #ffffff;
	font-size: 8px;
	font-weight: 700;
	text-align: right;
	margin-top: 4px;
}
.form-remember-me {
	font-size: 10px;
    font-weight: normal;
	padding-top: 3px;
}
.form-remember-me input[type=checkbox] {
	height: 12px;
    vertical-align: middle;
}
.form-remember-me label {
	font-weight: normal;
    padding-left: 5px;
}
.dropdown-menu {
    min-width: 20px;
	font-size: 12px;
}
.dropdown-menu>li>a {
	cursor: pointer;
}
.activeFaq {
	background-image: linear-gradient(left, transparent 34px,rgba(238,138,0,1) 34px, rgba(238,138,0,1) 100%);
    background-image: -webkit-linear-gradient(left, transparent 34px,rgba(238,138,0,1) 34px, rgba(238,138,0,1) 100%);
    background-image: -moz-linear-gradient(left, transparent 34px,rgba(238,138,0,1) 34px, rgba(238,138,0,1) 100%);
    background-image: -ms-linear-gradient(left, transparent 34px,rgba(238,138,0,1) 34px, rgba(238,138,0,1) 100%);
    background-image: -o-linear-gradient(left, transparent 34px,rgba(238,138,0,1) 34px, rgba(238,138,0,1) 100%);	
}
.activeTeam {
	color: #f28a24;
}
.thank_you_text {
	padding-top: 50px;
	text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
#login_submit {
	width: 100%;
	padding: 7px 0px;
    text-align: center;
    font-size: 10px;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
	border: none;
}
#submit_login {
	line-height: 16px;
	border: none;
	color: #3d3d3b;
	background-color: #ffffff;
	font-weight: 900;
}
/**************************/
/*  forgot_password_modal */
/**************************/
#forgot_password_modal .modal-header{
    background-color: #fff;
    min-height: 60px;
    font-size:14px;
    color:#FFFFFF;
    letter-spacing:inherit;
    line-height: 30px;
	text-align: center;
	font-weight: 500;
	color: #3d3d3b;
}
#forgot_password_modal .modal-content{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
	border-radius: 0;
}
#forgot_password_modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
	text-align: left;
}
#forgot_password_modal .text1{
    font-size:15px;
    color:#31383e;
    padding-bottom: 10px;
    padding-top: 10px;
}
#forgot_password_modal .message{
    font-size:15px;
	color: #a94442;
	padding: 10px;
	margin-top: 15px;
}
#forgot_password_modal .text2{
    font-size:12px;
    color:#1d1d1d;
    padding-bottom: 10px;
    padding-top: 10px;
}
#forgot_password_modal .text3{
    color: #31383e;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#forgot_password_modal  .fordot_div_modal {
    height: 38px;
	width: 400px;
	background-color: #3d3d3c;
	color: #ffffff;	
	float:left;
}
#forgot_password_modal  .fordot_div_modal img{
    height: 15px;
    margin-top: -1px;
    padding-left: 15px;
    padding-right: 15px;
}

#forgot_password_modal  .fordot_div_modal input{ 
    border: medium none;
    line-height:36px;
    background-color: #3d3d3c !important;
	width: 100%;
	padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
}
#forgot_password_modal.modal {
  text-align: center;
  padding: 0!important;
}

#forgot_password_modal.modal:before {
  content: '';
  display: inline-block;
  height: 20%;
  vertical-align: middle;
}
/******************************/
/*  end forgot_password_modal */
/******************************/
.generic-button-orange {
    width: 138px;
    height: 38px;
    display: table-cell;
    vertical-align: middle;
    background-color: #f28a24;
    color: #fff;
}
a.forgot_btn2 {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
.gekko_logo {
	display: inline-block;
	background: url("/resources/img/teldar/gekko-black.png") no-repeat center;
	background-size: 84px 52px;
	width: 84px;
	height: 52px;
}
a.top-menu-link{
	color: #3d3d3b;
	font-weight: 700;
	text-decoration: none;
	font-family: Lato-Black;
}
td.table-menu-item {
	color: #3d3d3b;
	background-color: #fff;
	text-align: center;
	height: 120px;
	font-size: 11px;
}
td.table-menu-item:hover {
	color: #fff;
	cursor: pointer;
	background-color: #f28a24;
}
td.table-menu-item:hover a.top-menu-link {
	color: #fff;
}
/* additional padding for FAQ item from menu*/
td.table-menu-item:nth-child(4) {
	padding: 0px 10px;
}
.error-message {
    background-color: #f2dede;
    border-color: #ebccd1;
}
.errors {
    color: #FA0000;
    font-size: 12px;
    font-style: italic;
    text-align: left;
	font-weight: 400;
}
.success-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.invalid_credentials {
	background: url('../../img/icons/icon_exclaim.gif') no-repeat #ffffff;
	background-position: 20px center;	
	color: #3d3d3c;
	max-width: 180px;
    vertical-align: middle;
    display: table-cell;
    padding: 15px;
    position: absolute;
    top: 30px;
    right: 185px;
    z-index: 501;
	box-shadow: 3px 3px 10px #888888;
}
.triangle-right {
    border-top: 12px solid transparent;
    border-left: 12px solid #FFFFFF;
    border-bottom: 12px solid transparent;
    border-right: none;
    margin:0px auto;
	position: absolute;
    top: 35px;
    right: 173px;
    z-index: 501;
}
.invalid_credentials_cell{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	color: #FA0000;
}
.cursorpointer {
	cursor: pointer;
}
.news-text-section {
	background-color: white;
}
.faq-title{
    font-weight:bold;
    border-left:4px solid #f28a24;
	line-height: 26px;
}
.faq-text{
    font-size: 14px;
    text-align: left;
	color: #3d3d3d;
}
.faq-text-overflow{
    height: 44px;
    overflow-y: hidden;
    max-height: 44px;
}
.faq-text-2{
    font-size: 14px;
    color: #f28a24;
    font-style: italic;
    cursor: pointer;
	float: left;
}
.faq-text-3 {
    float: right;
	font-size: 14px;
    color: #f28a24;
    font-style: italic;
    cursor: pointer;
	margin-right: 10px;
}
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 70px;
    height: 70px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: #3D3D3B;
    border-radius:2px;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3D3D3D;
    content: "";
    border-radius:2px;
}
.c-hamburger span::before {
    top: -15px;
}
.c-hamburger span::after {
    bottom: -15px;
}
.c-hamburger--rot span {
    transition: transform 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active {
    background-color: #166888;
}
.c-hamburger--rot.is-active span {
    transform: rotate(90deg);
}
.c-hamburger--rot.is-active {
    background-color: transparent !important;
}
.c-hamburger:hover span::before{
    transform: translateY(-2px);
    transition: .2s all ease;
}
.c-hamburger:hover span::after{
    transform: translateY(2px);
    transition: .2s all ease;
}
.flagicon {
	padding: 8px 15px;
	float: left;
	cursor: pointer;
}

.invalid_credentials_2 {
	display: none;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.team-zone-banner {
	display: none;
}
.center-text {
	text-align: center;
}
#section_team a.carousel-control.right, #section_team a.carousel-control.left {
	background-image: none;
	color: #3D3D3D;
}
#section_team .glyphicon-chevron-left, #section_team .glyphicon-chevron-right {
	top: 30%;
}
.carousel-team-name {
	font-family: 'Lato-Black';
	text-transform: capitalize;
	padding: 10px 0 5px;
	font-size: 18px;
	color: #3D3D3D;
}

/*******/
.section-6-products{
	display:inline-block;
	width: 100%;
	background-color: #e40862;
	position: relative;
	padding: 40px 0;
}	
.section-6-products .title1 {
	text-transform: uppercase;
	text-align: center;
	color: #3D3D3D;
	font-size: 30px;
	font-family: "Lato-Black";
	letter-spacing: 1px;
}
.section-6-products .title2{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	font-family: "Lato-Black";
}
.section-6-products .title1, .section-6-products .title2 {
	padding: 15px 0;
}
.section-7-faq .corporate-suppliers {
	display: block;
}
.column-faq-left {
	width: 100% ;
	margin-left: 0px;
	float: left;
	padding-left: 0px;
}
.column-faq-right {
	width: 100%;
	margin-right: 0px;
	float: left;
	padding-right: 0px;
}
.news-text {
	padding: 0 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #fff;
}
.table-menu-item {
	display: block;
	color: #3d3d3b;
	background-color: #fff;
	text-align: left;
	font-size: 11px;
	padding: 10px 0;
	border-bottom: solid 1px #e7e7e7;
}
.table-menu-item:hover {
	color: #f28a24;
	cursor: pointer;
}
.table-menu-item:hover a.top-menu-link {
	color: #f28a24;
}
.table-menu-item.active-menu {
	background-color: #fff;
}
.table-menu-item.active-menu a.top-menu-link {
	color: #f28a24;
}
.small-top-buttons {
	width: 80%;
	display: block;
	float: right;
	margin-right: 10px;
}
.orange-background {
	float: left;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.small-login {
	background: #e40862;
	color: #fff;
	width: 50%;
	float: left;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#menu .errors_display {
	display: none;
}
.country_and_languages {
	display: block;
	width: 100%;
	float: left;
}
.social_media {
	float: right;
    text-align: right;
}
.social_media .header-top-label {
	padding-right: 0;
	color: #ffffff;
}
.form-login {
	position: absolute;
	top: 32px;
	right: 10px;
	z-index: 500;
	width: 185px;
	display: block;
	box-shadow: 0px 5px 10px #888888;
}
.form-login .pink-background {
	padding: 11px 26px;
}

.form-login a.top-menu-register {
	display: none;
}
#section_contact .container {
	padding: 20px 0 0px;
	line-height: 1;
	font-size: 19px;
	background: #F0F0F0;
}
.text-contact{
	width: 100%;
	text-align: center;
	padding: 5px 5px;
}
.footer-country-wrapper {
	margin: 15px auto;
	text-align: center;
	max-width: 150px;
}
.footer-phone-wrapper, .footer-email-wrapper, .footer-address-wrapper-small {
	float: none;
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	max-width: 350px;
}
.footer-country.active {
	border-bottom: 2px solid #f28a24;
	margin: 0 auto 7px;
}
.footer-country {
	padding-bottom: 7px;
	cursor: pointer;
	margin: 0 auto 7px;
	position: relative;
}
.footer-address-wrapper-small {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: block;
}
.about_us_bottom_context {
	float: none;
	display: table;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.text-division, .image-division {
	display: table-cell;
	width: 100%;
	float: left;
}
.image-division {
	padding-top: 30px;
}
.footer-address-copyright {
	text-align: center;
	background-color: #fff;
	padding: 0 15px 30px;
}
.text-copyright {
	font-size: 12px;
	padding-top: 10px;
	font-weight: 400;
}
.product-wrapper {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}
.gray-logo {
	width: 85px;
	margin-right: 5px;
}
.product-icons img{
	float: none;
	margin-right: 12px;
	width: 60px;
}
.product-item {
	text-align: center;
	padding: 30px 10px 0px;
}
.product-thematic-title {
	font-size: 18px;
	margin-top: 8px;
	font-family: "Lato-Black";
	padding: 15px 0px 0px;
	float: left;
}
.product-icons {
	float: left;
}
.product-image-and-title {
	width: 200px;
	margin: 0 auto;
}
.product-content {
	padding: 5px 0;
    word-break: break-word;
}
.section-5-team .container {
	padding: 30px 0px;
}
.large-team-display {
	display: none;
}
.round {
	display: block;
	border: solid 5px #f28a24;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.round img {
	width: 100%;
}
.half-width-left, .quarter-width-rigth, .triangle-down-orange {
	display: none;
}
.light-grey-background {
	background-color: #fff;
	position: relative;
}
.thematic-team-content {
	text-align: center;
	margin: 5% 5% 0;
	letter-spacing: 1.2px;
	border-top: solid 2px #F0EEEF;
	padding: 15px 0 30px;
}
.thematic-team-content-title1 {
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Lato-Black";
}
.thematic-team-content-title2 {
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 21px;
}
.carousel-team {
	display: block;
	width: 100%;
	margin: 0 auto;
}
img.teldarcolor {
	width: 134px;
	padding-top: 13px;
}
#sh-navbar {
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}
.table-menu {
	width: 100%;
	display: table;
	padding: 0 15px;
}
.section-7-content .row {
	margin: 0 auto !important;
}
#cookie-banner {
	display: none;
    position: fixed;
    bottom: 0; 
    left: 0;
    width: 100%;
    z-index: 999;
	background-color: #3D3D3D;
	min-height: 64px;
}
#cookie-banner .container {
	padding: 16px 0;
}
.cookie-info-text {
	color: #ffffff;
	font-size: 12px;
}
.cookie-read-more {
	text-decoration: underline;
	cursor: pointer;
}
#close-cookie {
	background: url('../../img/disconnected/icons/close_icon.png') no-repeat;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	display: inline-block;
	position: relative;
	top: -8px;
}
#accept-cookie {
	padding: 0 21px;
    background-color: #f28a24;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    width: auto;
    border: 0px;
    font-family: "Lato-Light";
    height: 25px;
}
@media (max-width: 480px) {
	#wrapper {
		padding-top: 98px;
	}
	.col-xs-6 {
		width: 100%;
	}
	#section_about_us_2 .jumbotron {
		padding: 30px;
	}
	.col-xs-12 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.section-7-content {
		padding: 0px 20px !important;
		margin-bottom: 20px !important;
	}
	.navbar-toggle {
		margin-right: 10px;
	}	
	.header-top-label, .top-menu-logo {
		margin-left: 10px;
	}
	.c-hamburger span {
		top: 20px;
	}
	.c-hamburger {
		height: 50px;
	}
	.invalid_credentials_2 {
		background: #fff;
		text-align: center;
		padding: 5px;
		margin-bottom: 5px;
		display: block;
	}
	.invalid_credentials_2 .invalid_credentials_cell {
		padding: 0px;
	}
	.invalid_credentials, .triangle-right {
		display: none;
	}
	.social_media {
		padding: 8px 4px;
	}
	.social_media .header-top-label {
		display: none;
	}
}
/*q*/
@media (min-width: 481px) {
	#wrapper {
		padding-top: 122px;
	}
	#section_about_us_2 .jumbotron {
		padding: 50px 15px;
	}
	.section-2 .title2 {
		padding-bottom: 40px;
	}
	.client-form {
		padding: 20px 40px !important;
	}
	.country, .zipcode {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section-7-content {
		padding: 0px 0px !important;
		margin-bottom: 40px !important;
	}
	.column-faq-left {
		width: 50% ;
		padding-left: 40px;
	}
	.column-faq-right {
		width: 50%;
		padding-right: 40px;
	}
	.registration-title {
		padding-top: 30px !important;
	}
	#sh-navbar {
		width: 95%;
		margin-left: 30px;
		margin-right: 30px;
	}
	.header-top-label, .top-menu-logo {
		margin-left: 20px;
	}
	.c-hamburger {
		margin: 10px;
	}
	.form-login {
		right: 15px;
	}
	.small-top-buttons {
		width: 370px;
		margin-right: 15px;
	}
	img.teldarcolor {
		padding-top: 26px;
	}
	.c-hamburger span {
		top: 30px;
	}
	.flagicon {
		margin-left: 5px;
		width: 7%;
	}
	.social_media {
		padding: 8px 15px;
	}
	.social_media .header-top-label {
		display: none;
	}
	.invalid_credentials {
		top: 80px;
		right: 205px;
	}
	.triangle-right {
		top: 85px;
		right: 193px;
	}
	
	/**********/
	/* footer */
	/**********/
	.text-contact{
		padding: 10px 5px;
	}
	.footer-address-copyright {
		padding: 0 15px 50px;
	}
	.text-copyright-fix-width {
		width: 265px;
		float: left;
	}
	.text-copyright-right {
		float: left;
		line-height: 24px;
		margin-left: -170px;
	}
	.text-copyright-right::before {
		content: "\A";
		white-space: pre;
	}
	.footer_copy4 { 
		float: right;
	}
	/* end footer */
	.product-item {
		text-align: center;
		padding: 30px 15px 0px;
	}
	.half-width-left, .quarter-width-rigth, .triangle-down-orange, .team-bottom{
		display: none;
	}
	.carousel-team {
		width: 80%;
	}
}

@media (min-width: 768px) {
	#section_about_us_2 .jumbotron {
		text-align: left;
	}
	.section-2 .title2 {
		padding-bottom: 0px;
	}
	.client-form {
		padding: 30px 90px !important;
	}
	.section-5-team .container {
		padding: 40px 0px 0px 0px;
	}
	.large-team-display {
		display: block;
		padding: 0px 0px 40px 0px !important; 
	}
	.section-7-content {
		padding: 0px 40px !important;
		margin-bottom: 60px !important;
	}
	.column-faq-left {
		padding-left: 60px;
	}
	.column-faq-right {
		padding-right: 60px;
	}
	.news-text {
		padding: 0;
	}
	.registration-title {
		padding-top: 45px !important;
	}
	.corporate-suppliers{
		padding-bottom: 10px !important;
		display: block;
	}
	.navbar-header, button.navbar-toggle.collapsed.c-hamburger.c-hamburger--rot {
		display:none;
	}
	.navbar-collapse {
		padding: 0px;
	}
	#sh-navbar {
		margin: 0px;
		width: auto;
	}
	.table-menu {
		width: 595px;
	}
	.table-menu-item {
		display: table-cell;
		text-align: center;
		height: 90px;
		vertical-align: middle;
		border: 0px;
	}
	.table-menu-item:hover {
		background: #f28a24;
		color: #fff;
	}
	.table-menu-item:hover a.top-menu-link {
		color: #fff;
	}
	/* additional padding for FAQ item from menu*/
	.table-menu-item:nth-child(4) {
		padding: 0px 10px;
	}
	.table-menu-item.active-menu {
		background-color: #f28a24;
	}
	.table-menu-item.active-menu a.top-menu-link {
		color: #fff;
	}
	a.top-menu-link {
		font-family: Lato-Regular;
	}
	.country_and_languages {
		width: 48%;
		display: block !important;
	}
	.social_media {
		width: 50%;
		display: inline-block;
		padding: 8px 0;
	}
	.social_media .header-top-label {
		display: none;
	}
	.flagicon {
		display: none;
	}
	.team-zone-banner {
		display: block;
	}
	/**********/
	/* footer */
	/**********/
	#section_contact .container {
		padding: 75px 0 20px;
		background-color: #fff;
	}
	.text-contact{
		float: left;
		font-weight: 900;
		text-align: left;
		margin: auto;
		width: 155px;
	    padding: 0px;
	}
	.footer-country-wrapper {
		width: 165px;
		float: left;
		margin: 0 0 60px 0;
		text-align: left;
	}
	.footer-country.active {
		width: 100px;
		margin: 0 0 7px;
	}
	.footer-phone-wrapper, .footer-email-wrapper, .footer-address-wrapper-small {
		font-size: 19px;
		text-align: left;
	}
	.footer-phone-wrapper {
		width: 230px;
		float: left;
	}
	.footer-phone-wrapper .text-contact{
		width: auto;
	}
	.footer-email-wrapper {
		width: 205px;
		float: left;
		margin-bottom: 0px;
	}
	.about_us_bottom_context {
		float: right;
		width: 25%;
	}
	.text-division, .image-division {
		float: right;
		padding: 0px;
		text-align: right;
	}
	.text-division {
		width: 100px;
		text-align: right;
	}
	.image-division {
		padding: 0;
		width: 85px;
	}
	.footer-address-wrapper {
		display: block;
	}
	.footer-address-wrapper-small {
		display: none;
	}
	.footer-address-copyright {
		max-width: 770px;
		text-align: left;
		padding: 0 0 30px;
	}
	.text-copyright {
		padding: 40px 0 0;
		line-height: 24px;
		float: left;
	}
	.gray-logo {
		display: none;
	}
	.text-copyright-fix-width {
		width: auto;
	}
	.text-copyright-right {
		margin: 0;
	}
	.text-copyright-right::before {
		content: '';
	}
	.footer_copy4 {
		float: left;
	}
	/* end footer */
	.half-width-left, .quarter-width-rigth, .triangle-down-orange, .large-team-display {
		display: block;
	}
	.team-background {
		position: relative;
		background-image: url('../../img/teldar/disconnected/orange_background.jpg');
		background-repeat: repeat-y;
	}
	.quarter-width-left {
		width: 33%;
	}
	.light-grey-background {
		background-color: #F0EEEF;
	}
	.thematic-team-content-title1, .thematic-team-content-title2 {
		text-align: left;
	}
	.thematic-team-content-title1 {
		padding-bottom: 5px;
	}
	.thematic-team-content {
		border: 0;
		margin: 5%;
		padding: 0;
	}
	.carousel-team {
		display: none;
	}
	.team-bottom {
		background-image: url('../../img/teldar/disconnected/orange_background.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		height: 40px;
		background-color: #f28a24;
		display: block;
	}
}

@media (min-width: 992px) {
	.jumbotron{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	img.teldarcolor {
		width: 168px;
		padding-top: 33px;
	}
	.header-top-label, .top-menu-logo {
		margin-left: 0px;
	}
	.section-5-team .container {
		padding: 70px 0px 0px 0px;
		margin-top: 4px;
	}
	.client-form {
		padding: 45px 120px !important;
	}
	.country {
		padding-right: 15px!important;
	}
	.zipcode{
		padding-left: 15px !important;
	}
	.column-faq-left {
		width: 42%;
		margin-left: 10%;
		padding-left: 80px;
	}
	.column-faq-right {
		width: 37%;
		margin-right: 11%;
		padding-right: 80px;
	}
	.registration-title {
		padding-top: 60px !important;
	}
	.corporate-suppliers{
		padding-bottom: 15px !important;
	}
	.table-menu {
		width: 605px;
		padding-right: 0px;
	}
	.table-menu-item {
		height: 120px;
	}	
	.small-top-buttons {
		display: none;
	}
	.orange-background {
		float: none;
		width: 100%;
	}
	.navbar-collapse {
		padding: 0px 15px;
	}
	#userAuthBtn {
		margin-top: 10px;
		background-color: #f28a24;
		text-overflow: string;
		overflow: visible;
		white-space: normal;
	}
	.form-login {
		top: 0;
		right: 0;
		display: block !important;
		box-shadow: none;
	}
	.form-login .pink-background {
		padding-bottom: 0px;
	}
	.form-login a.top-menu-register {
		display: block;
	}
	.invalid_credentials {
		top: 30px;
		right: 185px;
	}
	.triangle-right {
		top: 35px;
		right: 173px;
	}
	.triangle-down-white {
		display: none;
	}
	.section-6-products .title2{
		margin: 45px auto -45px;
	}
	.section-6-products{
		padding: 70px 0 100px;
	}
	.product-separator {
		background-image: url('../../img/teldar/disconnected/product-separator.png');
		background-repeat: no-repeat;
		background-position: center;
		height: 65px;
		width: 65px;
		float: left;
		margin-right: 3px;
		margin-left: 3px;
	}
    .product-item:last-child .product-separator {
        display: none;
    }
	.product-separator-1, .product-separator-5 {
		margin-top: 20px;
	}
	.product-separator-2, .product-separator-4 {
		margin-top: 105px;
	}
    .product-separator-3 {
        margin-top: 170px;
    }
	.product-wrapper {
		float:left;
		width: 100px;
	}
	.product-2, .product-5 {
		margin-top: 90px;
	}
	.product-3, .product-4 {
		margin-top: 160px;
	}
	.product-thematic-title {
		float: none;
		padding: 0px;
	}
	.product-icons {
		float: none;
	}
	.product-image-and-title {
		width: 100%;
	}
	.product-item {
		text-align: left;
		padding: 0;
	}
	.product-content {
		padding: 0px;
	}
	.thematic-team-content {
		margin: 13%;
	}
	.large-team-display {
		padding: 0px 0px 80px 0px !important; 
	}
	.thematic-team-content-title1 {
		padding-bottom: 20px;
	}
	.quarter-width-left {
		width: 31%;
	}
	.team-bottom {
		height: 90px;
	}
	.country_and_languages {
		width: 80%;
	}
	.social_media {
		width: 40%;
		display: inline-block;
		padding: 0;
	}
	.social_media .header-top-label {
		display: inline-block;
	}
}
