/***
Custom CSS BY Daniel Tache
***/
body {
	font-family: Roboto,serif!important;
}

.loader-div {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
	background: url(../../../../images/loader-img.png) center no-repeat #212121 !important;
}
.full-height {
    min-height: 100vh;
	width: 100%;
}
.content-middle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	clear: both;
}
.content-middle-top{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
} 
body .ng-scope  .block-text h2,
body .ng-scope .block-text p{
	color:#fff;
	font-family:'Roboto', sans-serif;
}
.block-text {
    margin-bottom: 35px;
}
/* Top Menu CSS */
.header-menu {
    width: 100%;
    top: 0;
	background: #212121;
	-webkit-transition: background-color 0.25s linear;
	-moz-transition: background-color 0.25s linear;
	-o-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
.header-menu.transparent-menu{
	background-color: transparent;
}
.header-menu .navbar-static-top {
	border-bottom:0;
}
.header-menu .navbar {
	margin-bottom:0;
	border: none;
}
.header-menu nav {
    background-color: transparent;
    height: 95px;
}
.navbar-header .logo img{
	max-width: 220px; 
	padding-top: 4px;
}
.header-menu ul.nav li a  {
	color: #fff;
	line-height: 23px;
	font-size: 18px;
	font-family: 'Roboto',sant-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.header-menu .navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #fff!important;
}
.simple-line {
    height: 1px;
    width: 100%;
    background: transparent;
	margin-top: 3px;
}
.header-menu ul.nav li a:hover  .simple-line {
    background: #fff;
}
.header-menu .navbar-default .navbar-collapse, .header-menu .navbar-default .navbar-form {
    border-color: #212121;
  /*  height: 95px !important;*/
    vertical-align: middle;
    padding-top: 20px;
}
.header-menu .navbar-right{
	margin-right:0;
}
.header-menu .navbar-brand{
	height: 95px;
	padding-top: 18px;
}

.header-menu .menu-icon {
    margin-top: 14px;
    margin-left: 30px;
}
.iphone-image {
	max-width:100%
}
/* Call Back */
.call-back {
	/*background-image: url('../../../../images/callback-image-background.jpg');*/
	background-image: url('../../../../images/image-background.jpg');
	background-position: center;
    background-size: cover;
	position: relative;
	/*width: 530px;*/
	width: 100%;
	height: 650px;
}
body .ng-scope  .block-text h2 {
/*	text-decoration: underline; */
}
body .page-content {
	padding: 0;
}

/* contact form */
#callback {
	max-width:370px;
	margin:0 auto;
}
#callback .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body .row {
	margin-left: -13px !important;
    margin-right: -13px !important;
}
#callback input.input-call {
	width: 100%;
	min-width: 250px;
	margin: 0 auto;
	border: none;
	border: 1px solid transparent;
	border-radius:0!important;
	-webkit-appearance: none;
	/*background-color: rgba(33, 33,33, 0.2);*/
	background-color: #000000;
	opacity: 0.8;
}
#callback input.captcha-code{
	border: none;
	border: 1px solid #E3E3E3;
	border-radius:0!important;
	-webkit-appearance: none;
}
#callback .image-coll {
    position: absolute;
    z-index: 100;
    background-color: #212121;
    border-right: 1px solid #212121;
}

#callback .captcha-code-class {
	min-width: 90px;
	width: 54% !important;
	border: 1px solid transparent;
	/*background-color: rgba(33, 33,33, 0.2);*/
	background-color:#000000;
    opacity: 0.8;
    color: #FFFFFF;
}

#callback .row p {
	margin: 7px  auto;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text{
	font-size: 18px;
	padding:4px 0;
}
.bootstrap-select .dropdown-toggle{
    width: 100%;
    min-width: 250px;
    margin: 0 auto;
    border: none;
    border: 1px solid transparent;
    border-radius: 0!important;
    -webkit-appearance: none;
    background-color: rgba(33, 33,33, 0.2)!important;
    height: 50px;
    box-shadow: none!important;
    border: 0!important;
    font-size: 18px;
    font-weight: 400;
}

.bootstrap-select .caret:before{
	display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	color: #FFF;
	font-weight: 300;
}
.bootstrap-select.open>.btn-default.dropdown-toggle{
	background-color: rgba(33, 33,33, 0.2);
}

.bootstrap-select .dropdown-menu>li>a{
	color: #fafafa;
}
.bootstrap-select .dropdown-menu>li:hover>a{
	background: transparent;
}
.bootstrap-select .dropdown-menu,
.intl-tel-input .country-list{
	background-color: rgba(33, 33,33, 1);
}
.intl-tel-input .country-list{
	border-color: #555;
}
/*#callback  .select-class  {
	width:100%;
	font-weight: 500;
    color: #333333;
    border-radius: 0;
    outline: 0;
    border: 1px solid transparent;
    background-color: rgba(33, 33,33, 0.2);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    min-width: 100%;
}
*/
 .hide-form{
 	display: none!important;
 }
.help-block {
 	font-family:Roboto, serif;
	font-size:14px!important;
	text-transform: none!important;
}

.input-call-time, .input-call-date {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    border: none;
    border-radius: 0!important;
    -webkit-appearance: none;
    text-indent: 18px;
    font-size: 18px;
    background-color: rgba(33, 33,33, 0.2);
    color: #E4E4E6;
}
.input-group-addon{
	background-color: #212121;
	border: 1px solid #212121!important;
	border-radius: 0!important;
	color: #E4E4E6;
	padding: 6px 17px 6px 16px;
}

#callback  .select-class {
	width:100%;
	font-weight: 500;
    color: #333333;
    border-radius: 0;
    outline: 0;
    border: 1px solid transparent;
    /*background-color: rgba(33, 33,33, 0.2);*/
    background-color:#000000;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    min-width: 100%;
}

#callback .send-btn {
    display: block;
    clear: both;
    margin: 0 auto;
    color: #ffffff;
    border: 2px solid white;
    border-radius: 0;
    top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-top: 40px;
	/*background-color:transparent;*/
	background-color:#000000;
    opacity: 0.8;
}
#callback .send-btn:hover {
	color:#212121;
	background-color:#fff;
}
/*Skype */
.skype-section{
    background-image: url(../../../../../frontend/images/skype-background-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

/*App Downland*/ 
.app-downland {
	background-color:#c0c0c0;
}
.app-downland .app-google img,
.app-downland .app-apple img{
	width: 100%;
	max-width: 204px;
}
.emty-space-32 {
	height:32px;
	width:100%
}
/* Footer Area */ 
#footer-area {
    background-color: #212121;
    color: #fff;
	font-size:18px;
	min-height: 125px;

}
#footer-area a{
    color: #fff;
	background-color:transparent;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding: 10px 6px;
}
#footer-area a:hover{
    color: #c0c0c0;
	background-color:transparent;
}
#footer-area ul {
	list-style:none;
}
#footer-area ul li {
	float:left;
}
#footer-area .footer-copyright {
    padding-top: 10px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#footer-area  .site-info {
    padding-top: 40px;
}
#footer-area  .footer-social ul li {
    float: left;
    width: 20%;
    padding-right: 5%;
}	
#footer-area  .footer-social img{
	max-height: 30px;
	max-width: 30px;
	margin-top: 8px;
}
#footer-area .nav{
	float: right;
}
.grid-overlay {
	height: 100%;
    width: 100%;
    background-image: url(../../../../../frontend/images/overley.png);
    background-color: RGBA(0, 0, 0, 0.25);
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.up-overlay{
	z-index:10;
	/*padding-top: 60px;*/
	/*padding-bottom: 60px;*/
}
.appTitle{
	color:#212121;
/*	text-decoration:underline;*/
}
.pup-up-right .box-pup-up {
	top: 29.3%;
	bottom: auto; 
	z-index: 20;
	position:fixed;
	right: 0;
}
.pup-up-right .pupup-icon-close {
	box-shadow: -1px 1px 1px 3px rgba(0, 0, 0, 0.10);
    font-size: 18px;
	right: 100%;
	padding: 0;
	background-color: #1c1c1c;
	position: absolute;
	display: block;
	margin-bottom: 0;
	z-index: 20;
	cursor: pointer;
	-webkit-transition: all 0.6s ease-in-out, 1s;
	-moz-transition: all 0.6s ease-in-out, 1s;
	-o-transition: all 0.6s ease-in-out, 1s;
	transition: all 0.6s ease-in-out, 1s;
}
.pup-up-right .pupup-icon-close i{
	font-size: 16px !important;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.23);
	color: #fff;	
}
.box-pup-up.pupup-hide-box .call-or-chat {
    display:block;
	-webkit-transition: all 1.8s ease-in-out, 1.4s;
	-moz-transition: all 1.8s ease-in-out, 1.4s;
	-o-transition: all 1.8s ease-in-out, 1.4s;
	transition: all 1.8s ease-in-out, 1.4s;
}
.pup-up-right .call-or-chat{
	font-size: 18px;
	letter-spacing: 1px;
	right: 165px;
	width: 144px;
	padding: 10px 20px;
	top: 26%;
	color: white;
	background-color: #1c1c1c;
	pointer-events: auto;
	display: block;
	position: absolute;
	margin-bottom: 0;
	z-index: 20;
	cursor: pointer;
	transform: rotate(-90deg);
	display:none;
	box-shadow: -1px 1px 1px 3px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.6s ease-in-out, 1s;
	-moz-transition: all 0.6s ease-in-out, 1s;
	-o-transition: all 0.6s ease-in-out, 1s;
	transition: all 0.6s ease-in-out, 1s;
}
.box-pup-up.pupup-hide-box {
    right: -212px;
}
.pup-up-right .pup-up-body {
	right:0;
	background-color: #e7e7e7;
	margin-right: 0;
	padding: 10px 0;
	position: relative;
	text-align: left;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.6s ease-in-out, 1s;
	-moz-transition: all 0.6s ease-in-out, 1s;
	-o-transition: all 0.6s ease-in-out, 1s;
	transition: all 0.6s ease-in-out, 1s;
	z-index:30;	
}
.pup-up-right .pupup-content-inner {
	margin: 0 auto;
	text-align: left;
	padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.pup-up-right .pupup-title{
	font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 16px;
    margin-top: 7px;
	border-bottom: 1px solid #eee;
}
.pup-up-right .pupup-content-row {
	padding-bottom:15px;
	width:100%
}
.pup-up-right  .pupup-content-row  i{
	margin-right: 10px;
	font-size: 22px;
	color: #212121;
}
.pup-up-right  .pupup-content-row span{
	font-size: 16px;
}
.pup-up-right .pupup-content-row > a { 
	color: #333333; 
	text-decoration: none; 
}
.pup-up-right .pupup-content-row > a:hover {
	color: #7D7D7D;
}
.pup-up-right .pupup-hide {
	right:-2000px;
}
#telerion-icc{
	padding-top: 35px;
}
@media only screen and (max-width: 1700px) {
	.connectUs,
	.step-title,
	.block-text {
		font-size: 18px;
	}
	.appTitle,
	body .ng-scope  .block-text h2{
		font-size: 72px;
		/*letter-spacing: 16px;*/
		font-weight: 600;
		margin-bottom: 40px;
		padding-bottom: 10px;
	}
	.header-menu ul.nav li a {
		font-size: 18px;
	}
	.title-underline {
		
	}
	.content-title {
		font-size:70px;
	}

	#callback .input-call {
		height: 50px;
		font-size: 18px;
		text-indent: 60px; 
	}

	#callback_phone {
		text-indent: 10px !important;
	}
	.intl-tel-input.allow-dropdown .selected-flag {
		width: 50px!important;
	}
	#callback .captcha-code-class {
		height: 50px;
		font-size: 18px;
		text-indent: 60px;
		color: #FFFFFF;
	}
	#callback  .select-class {
		height: 50px;
		padding-left: 10px;
		background-image: url(../../../../../frontend/images/icon-arrow-down-50x50.png)
	}
	#callback .send-btn{
	    font-size: 18px;
		height: 50px;
		max-width: 175px;
	}
	#callback  .image-coll {
		width:50px;
		height: 50px;
		
	}
	body .ng-scope .block-text p {
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 0;
	}
}

@media screen and (min-width: 1700px) {
	.connectUs,
	.step-title,
	.block-text {
		font-size: 24px;
	}
	.appTitle,
	body .ng-scope  .block-text h2{	
		font-size: 82px !important;
	/*	letter-spacing: 16px;*/
		font-weight: 600;
		margin-bottom: 40px;
		padding-bottom: 10px;
		
	}
	#callback {
		max-width: 480px;
	}
	#callback .captcha-code-class,
	#callback .input-call {
		height: 70px;
		font-size: 24px;
		text-indent: 80px;
	}
	#callback  .select-class {
		height: 70px;
		padding-left: 15px;
		background-image: url(../../../../../frontend/images/icon-arrow-down-70x70.png)
	}
	#callback  .image-coll {
		width:70px;
	}
	.intl-tel-input.allow-dropdown .selected-flag {
		width: 70px!important;
	}
	#callback .send-btn{	
		font-size: 24px;
		height: 70px;
		max-width: 200px;
	}
}
/*End Top Menu CSS */
body  {
	display: flex;
	align-items: center;
	font-weight: 300;
}
body .md-radio label > .box {
	top: 3px;
}
body .md-radio label > .check {
	top: 8px;
}
.page-container {
	min-width: 100%;
	/*max-width: 530px;*/
    /*max-height: 650px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}
body .bg-grey-cararra {
    background: transparent!important;
}
.md-radio.dark label{
	font-weight:300;
	font-size: 18px;
}
.page-content-inner {
	padding:0;
}
body .form-horizontal .form-group.form-md-line-input > label {
	font-size: 16px;
}
body .ng-scope .alert {
	border-radius: 0;
	box-shadow:none;
}
body .ng-scope .tab-content .active{
	border: 0;
}
body .ng-scope .portlet {
	box-shadow:none;
}
body .ng-scope .portlet.light{
	padding-left: 0;
	padding-right:0;
}
body .ng-scope .mt-element-list .list-default.ext-1.mt-list-container ul > .mt-list-item {
    padding: 25px 14px 13px 5px;
    margin-left: 5px !important;
}
body .ng-scope .btn:not(.btn-sm):not(.btn-lg) {
    left: -4px;
}
body .ng-scope .form-actions .btn:not(.btn-sm):not(.btn-lg) {
    font-size: 18px;
    height: 50px;
    max-width: 175px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #212121;
    box-shadow: none;
}
/* End */

/* here you can put your own css to customize and override the theme */
.page-header.custom {
	/*height: 95px;*/
    height: 57px;
}
.separator-space {
	width:100%;
	/*height:2px;*/
	border-bottom: 1px solid #ECECEC;	
}
p.form-control-static.readonly {
	width: 100%;
	background: 0 0;
    cursor: not-allowed;
    border-bottom: 1px dashed #c2cad8;
	color: #888;
}

/**
 *  This element is created inside your target element
 *  It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *  This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *  Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    color: #212121;
}

/**
 *  Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}
body .form-wizard .steps>li>a.step>.number {
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-bottom: 5px !important;
    border-radius: 0 !important;
    height: 40px;
    width: 40px;
    padding: 5px 0;
}
body .ng-scope h1,
body .ng-scope h2,
body .ng-scope h3,
body .ng-scope h4,
body .ng-scope h5,
body .ng-scope h6,
body .ng-scope label,
body .ng-scope p,
body .ng-scope a{
	color:#212121;
	font-family: 'Roboto', sans-serif;
}
body .ng-scope h2{
	margin-bottom:40px;	
}
body .ng-scope .mt-element-list .list-default.mt-list-container ul > .mt-list-item > .list-item-content > h3 {
    font-weight: 300;
}
.mt-element-list .list-default.mt-list-container {
    border: 0 !important;
}
.button-work-flow {
    bottom: 25px;
}
.list-datetime>i {
    font-size: 22px;
}
/*
.mt-element-list .list-default.ext-1.mt-list-container ul>.mt-list-item {
    border-color: #C29D0B #e7ecf1 #e7ecf1;
}
*/
/**
* Classes for Work flow buttons and li items
**/
.done-btn {
    background-color: #212121 !important;
    color: #ffffff !important;
}
.active-li-item {
    border-right: 3px solid #212121 !important;
}
.mt-element-list .list-default.ext-1.mt-list-container ul>.mt-list-item {
    border-left: none !important;
}
.form-wizard .steps>li>a.step>.desc {
    font-size: 15px !important;
}
.mt-element-list .list-default.mt-list-container ul>.mt-list-item>.list-item-content {
    padding: 0 30px 0px 60px !important;
}
#getLeftPanel  span {
    font-size: 12px;
}
.page-header.custom {
    height: 57px;
    background: -moz-linear-gradient(top, #ffffff 0%,#FCFCFC 20%,#F8F8F8 40%,#EAEAEA 60%,#E6E6E6 70%, #E3E3E3 80% , #E2E2E2 100%);
    background: -webkit-gradient(top, #ffffff 0%,#FCFCFC 20%,#F7F7F7 40%,#EAEAEA 60%,#E6E6E6 70%, #E3E3E3 80% , #E2E2E2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#FCFCFC 20%,#F7F7F7 40%,#EAEAEA 60%,#E6E6E6 70%, #E3E3E3 80% , #E2E2E2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#FCFCFC 20%,#F7F7F7 40%,#EAEAEA 60%,#E6E6E6 70%, #E3E3E3 80% , #E2E2E2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#FCFCFC 20%,#F7F7F7 40%,#EAEAEA 60%,#E6E6E6 70%, #E3E3E3 80% , #E2E2E2 100%);
}
.page-header .page-header-top .page-logo {
    height: 58px;
}

/**
* Classes for Footer
**/
.page-footer {
    background-color: #7E1C35 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 4;
}
.app-image-mcenter  {
	text-align:center;
}
@media only screen and (max-width: 750px) {
	/* TEXT */
	h2 span.appTitle, .block-text h2.block-title {
		font-size: 42px !important;
	}
	#footer-area  .col-md-4.footer-social ul li {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#footer-area .footer-nav{
		padding-bottom: 28px;
	}
	.noBorderTitle {
		margin-top:-25px!important;
	}
	.btn.dark.btn-outline.button-previous {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 992px) {
	/* CONTAIN */
	.content-middle{
		padding-top: 94px;
		padding-bottom: 32px;		
	}
	/* FOOTER */
    .page-footer{
        position: relative;
    }
	.footer-social ul {
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
	}
	.footer-social ul li {
		padding-right: 2.5px !important;
		padding-left: 2.5%;
	}
	.footer-nav.nav, .footer-copyright {
		float: left !important;
		margin: 0 auto !important;
		width: 100% !important;
		text-align:center;
	}
	#footer-area ul li {
		float: none;
		display: inline-table;
		ext-align: center;
	}
	/* MENU*/
	.navbar-header{
		width: 100%;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		display: block;
		margin-top: 28px;
		margin-right: 14px;
	}
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
		border-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
		border-radius: 0;
		width: 23px;
	}
	.navbar-collapse.in {
		display: block!important;
		overflow-y: unset;
	}
	.nav.navbar-nav {
		background-color: #212121;
	}
	.header-menu.transparent-menu {
		background-color: #212121!important;
	}
	li.mobile-hide {
		display:none;
	}
	.header-menu .nav.navbar-nav{
		width: 100%;
		padding: 16px 0;
		margin: 0;
	}
	.header-menu .navbar-right li {
		float:none;
	}
	.header-menu  .navbar-collapse {
		padding-top: 0!important;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.navbar-brand.logo img {
		max-width: 150px;
		padding-top: 12px;
	}
	span.icon-bar:nth-child(2), 
	span.icon-bar:nth-child(3) {
		margin-bottom: 6px;
	}
}
.page-content {
    min-height: auto !important;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type="text"], .intl-tel-input.allow-dropdown input[type="tel"] {
    padding-right: 6px !important;
    padding-left: 52px !important;
}	
.intl-tel-input {
    display: block;
    width: 100%;

}
.intl-tel-input .country-list .flag-box, 
.intl-tel-input .country-list .country-name {
    color: #212121;
}
.intl-tel-input .flag-container {
    /*top: 15px;*/
    top: 9px;
    width: 100%;
}

#callback .intl-tel-input .flag-container {
    /*top: 15px;*/
    top: 0px !important;
    width: 100%;
}
.intl-tel-input .selected-flag {
    padding: 11px 0 0 8px;
}
.intl-tel-input .country-list {
	z-index: 200 !important;
	font-size: 14px !important;
	margin-top: 0 !important;
}
.input-group {
    width: 100%;
}

.iti-flag {
    width: 20px;
    height: 11px;
}
#callback .intl-tel-input .selected-flag {
    z-index: 4;
    background-color: #212121;
}

/**
* Classes for Time Circle
**/
.countdown {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    border-radius: 50%;
}
#canvas-hours, #canvas-minutes, #canvas-seconds, #canvas-background {
    position: absolute;
    width: 100%;
    height: 280px;
    left: 0;
    top: 0;
}
#canvas-background, #canvas-hours {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity:1.0;
    -o-opacity:1.0;
    -khtml-opacity: 1.0;
}
#canvas-minutes {
    opacity: 0.55;
    filter: alpha(opacity=55);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    -moz-opacity:0.55;
    -o-opacity:0.55;
    -khtml-opacity: 0.55;
}
#canvas-seconds {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity:0.7;
    -o-opacity:0.7;
    -khtml-opacity: 0.7;
}
.clock-timer {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #212121;
    font-family: "Open Sans",sans-serif;
    transform: translate(-50% ,-50%);
    -webkit-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*Remove Chrome yellow background for input*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
@media (min-width: 768px){
    .nav-justified>li, .nav-tabs.nav-justified>li {
        width: 0% !important;
    }
}

/*Start styles for DEFACTO APP*/
/*.connectUs,
.step-title {
    font-size: 18px;
	font-weight: 300;
}*/
body .form-wizard .steps>li.active>a.step .number {
    background-color: #212121;
}
.portlet>.portlet-title {
    border-bottom: 1px solid #212121;
}

body .form-wizard .steps>li.done>a.step .number {
    background-color: #212121;
}
body  .form-wizard .steps>li>a.step>.desc, body .form-wizard .steps>li>a.step>.number {
    font-size: 20px;
    font-weight: 400;
    background-color: #ffffff;
    color: #212121;
}
.number {
    background-color: #ffffff;
    color: #212121;
    border: 1px solid #212121;
}
.form-wizard .steps>li.done>a.step .desc i {
    display: none;
}
.noBorderTitle {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 50px;
}
.md-radio label>.check {
    background: #212121 !important;
}
body .progress-bar-success {
    background-color: #212121;
}
body .progress {
    height: 5px;
    background: transparent !important;
}
.hrProgressBar {
    background-color: #212121;
    height: 1px;
    margin: -2px 0 -3px 0;
}
#rightPanelTitle {
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}
.form-group.form-md-line-input.has-success .form-control {
    border-bottom: 1px solid #212121!important;
}
body .has-success .form-control:focus {
    border-color: #c2cad8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c2cad8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c2cad8;
}
body .btn-circle {
    background-color: #ffffff;
    color: #212121;
    border-radius: 0 !important;
    height: 35px;
    width: 35px;
}
.active-btn {
    background-color: #212121 !important;
    color: #ffffff !important;
}
.form-control-feedback {
    color: #212121 !important;
    top: 18px !important;
}
.help-block {
    /*color: #212121 !important;*/
    color: #FFFFFF !important;
}
body .form-group.form-md-line-input.has-success .input-group-addon {
    border-bottom: 1px solid #212121;
}
.ng-scope .form-group.form-md-line-input.has-success label {
    color: #212121;
}
.ng-scope .has-success .md-radio label>.box, .ng-scope .has-success.md-radio label>.box {
    border-color: #212121;
}
.form-horizontal .form-group.form-md-line-input .input-group>.form-control-focus {
    display: none;
}
.ng-scope .fa.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 15px;
}
.ng-scope  .fa.fa-angle-left.pull-left {
    position: absolute;
    left: 15px;
    top: 15px;
}
.ng-scope .glyphicon.glyphicon-ok.font-green-jungle {
	display:none!important;
}
.scroll-to-top {
    background: #3B3B3B;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    padding: 10px 18px;
    border-radius: 0;
	width: 48px;
	height: 48px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.scroll-to-top > i{
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
}
/* Anime Mneu X */
.navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.navbar-toggle.open span:nth-child(3) {
    width: 0;
    opacity: 0;
}
.navbar-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.navbar-toggle span {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.callback {
	line-height: 1.5;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #f2f2f2;
	color: #212121;
	padding: 10px 20px;
	    display: block;
}

#callback .select-class {
	line-height: 1.5;
	color: #ffffff;
	font-family: Roboto,serif;
    font-size: 18px;
    font-weight: normal;
	text-transform: uppercase;

}

#callback input.input-call {
	color: #FFFFFF;
}

.form-group {
	margin: 7px auto;
	font-family: 'Roboto', sans-serif;
}

#callbackCaptchaImage {
	display: inline-block;
	margin-left: 11px;
	vertical-align: top;
}

.md-checkbox label>.box {
	border: 2px solid #000;
	height: 15px;
	width: 15px;
}

.md-checkbox label>.check {
	border: 2px solid #000;
	border-top: none;
    border-left: none;
    width: 6px;
    height: 15px;
}

#callback_terms label{
	/*color: #ADA9A3;*/
	color: #FFF;
	text-align: justify;
	font-size: 11px;
	/*opacity:0.6;*/
}

#callback_terms label > a:link{ 
	/*color: #000;*/
	/*opacity:1;*/
	color: #d0103e;
    font-weight: 600;
	
}

#callback_terms label > a:focus, label > a:hover, label > a:visited, label > a:active{ 
	color: #000;
	opacity:1;
	color: #d0103e;
	
}

@media screen and (min-width: 1900px){

      	#callback_captcha_div img{
      		height: 68px;
      		
		}
  }

