.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}
.form-control:focus {
    border-color: #ff8b00;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,139,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,139,,.6);
}
   

/*Button Size*/
.btn_md{
    height:27px;
    width:140px;
    font-size: 14px;
    padding: 5px 10px;
}
.btn_md2{

    font-size: 16px;
    padding: 6px 30px;
    font-family: roboto;
    font-weight: bold;
    border-radius: 20px;

}
.btn_md3{

    font-size: 12px;
    padding: 6px 10px;
    min-width: 70px;
    margin-top: 3px;
    margin-bottom: 3px;

}
.btn_lg{

    font-size: 18px;
    padding: 8px 40px;
    font-family: roboto;
    font-weight: bold;
    border-radius: 20px;
}
.btn_lg2{
    font-size: 18px;
    padding: 17px 25px;
    height: 58px;
    font-family: roboto;
    color: #000;
}
.btn{
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
    border:0;
}


.btn_orange{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffba00+0,ffae00+37,ff9a00+68,ff8c00+100 */
background: #ffba00; /* Old browsers */
background: -moz-linear-gradient(top, #ffba00 0%, #ffae00 37%, #ff9a00 68%, #ff8c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffba00 0%,#ffae00 37%,#ff9a00 68%,#ff8c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffba00 0%,#ffae00 37%,#ff9a00 68%,#ff8c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffba00', endColorstr='#ff8c00',GradientType=0 ); /* IE6-9 */;
color:#000000;
}
.btn_orange:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffae00+0,ff9a00+40,ea7100+100 */
background: #ffae00; /* Old browsers */
background: -moz-linear-gradient(top, #ffae00 0%, #ff9a00 40%, #ea7100 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffae00 0%,#ff9a00 40%,#ea7100 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffae00 0%,#ff9a00 40%,#ea7100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ea7100',GradientType=0 ); /* IE6-9 */color:#000000 !important;
}
.btn_orange2{
    background: #ff8b00;
    color:#000000;
}
.btn_orange2:hover{
    background: #ffa63b;
    color:#000000;
}

.btn_grey{
    color:#ffffff;
    border:2px solid #959595;
    border-radius: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c5c5c+0,4d4c4c+26,1e1e1e+68,020202+100 */
background: #5c5c5c; /* Old browsers */
background: -moz-linear-gradient(top, #5c5c5c 0%, #4d4c4c 26%, #1e1e1e 68%, #020202 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5c5c5c 0%,#4d4c4c 26%,#1e1e1e 68%,#020202 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5c5c5c 0%,#4d4c4c 26%,#1e1e1e 68%,#020202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
}
.btn_grey:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d4c4c+0,1e1e1e+49,020202+100 */
background: #4d4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4d4c4c 0%, #1e1e1e 49%, #020202 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4d4c4c 0%,#1e1e1e 49%,#020202 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4d4c4c 0%,#1e1e1e 49%,#020202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4c4c', endColorstr='#020202',GradientType=0 ); /* IE6-9 */

}
.btn_red{
    color:#ffffff;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e10019+0,a8000e+49,660101+100 */
background: #e10019; /* Old browsers */
background: -moz-linear-gradient(top, #e10019 0%, #a8000e 49%, #660101 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e10019 0%,#a8000e 49%,#660101 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e10019 0%,#a8000e 49%,#660101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10019', endColorstr='#660101',GradientType=0 ); /* IE6-9 */
}
.btn_red:hover{
    color:#ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e10019+0,a8000e+49,660101+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8000e+0,660101+100 */
background: #a8000e; /* Old browsers */
background: -moz-linear-gradient(top, #a8000e 0%, #660101 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #a8000e 0%,#660101 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a8000e 0%,#660101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8000e', endColorstr='#660101',GradientType=0 ); /* IE6-9 */}
}




/*btn effect top to bottom*/
.btn-effect1:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-effect1:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ff8b00;
}

.btn-effect1:hover:after{
    height: 100%;
}
.textbox1{
    background: #fff;
    color: #959595;
    border: 1px solid #ff8b00;
    width: 120px;
    height: 26px;
    margin-bottom: 6px;
    font-size: 11px;
}
.textbox3{
	border:none;
	background: #0b1320;
	color:#fff;
	border-bottom: 2px solid #fff;
	padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 6px
}
.btn1{
    border-radius: 10px;
}
.btn2{
	
	background: #ff0000;
	color:#fff;
	width: 100%;
	border-radius: 0;
    padding: 4px 0;
}
.btn2:hover{
opacity: 0.9;
}
.btn3{
	border:2px solid #ff8b00;
	background: transparent;
	color:#ff8b00;
	padding: 4px 14px 3px;
}
.btn3.reg-btn{
    border:2px solid #ffff00;
    background: #ffff00;
    color:#000;
    padding: 4px 14px 3px;
}
.btn3.reg-btn:hover{
    opacity: 0.9;
    color:#000;
}
.btn4{
	border:2px solid #ff8b00;
	background: transparent;
	color:#ff8b00;
	width: 100%;
}
.btn5{
	border:none;
	background: #fff;
	color:#000;	
}
.btn6{
    border:2px solid #ff8b00;
    background: transparent;
    color:#ff8b00;
    padding: 8px 34px;
    font-size: 28px;
}
.btn7{
    border:2px solid #ff8b00;
    background: transparent;
    color:#ff8b00;
    padding: 13px 7px;
    font-size: 18px;
    width: 293px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.btn8{
    border:2px solid #ff8b00;
    background: transparent;
    color:#ff8b00;
    padding: 13px 7px;
    font-size: 22px;
    width: 330px;
    margin: 0 auto;
    display: block;
}
.btn_login{
    background: #ff8b00;
    color:#fff;
    margin-bottom: 4px;
}
.btn_fb_login{
    background: #03368c;
    color:#fff;
}
.btn_fb_login:hover{
    background: #03368c;
    color:#fff;
}
/*.btn.focus, .btn:focus, .btn:hover {
    color: #000;
    text-decoration: none;
}*/
.btn5.focus, .btn5:focus, .btn5:hover {
    color: #000;
    text-decoration: none;
}

::-webkit-input-placeholder{
  color: #fff;
}

input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

 .icon-addon {
    position: absolute;
    padding-top: 8px;
}

/*Radio button*/
.radio-group label.btn span {
  font-size: 23px ;
}
.radio-group label.btn.active span {
    color: #ff0000;
}

.radio-group label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
.radio-group label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
.radio-group label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
.radio-group label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #ff0000;    display: inline;
}
.radio-group label:hover input[type="radio"] ~ i.fa {
color: #ff0000;
}

.radio-group label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
.radio-group label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
.radio-group label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
.radio-group label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #ff8b00;    display: inline;
}
.radio-group label:hover input[type="checkbox"] ~ i.fa {
color: #ff8b00;
}

.radio-group div[data-toggle="buttons"] label.active{
    color: #ff8b00;
}

.radio-group div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.radio-group div[data-toggle="buttons"] label:hover {
color: #ff8b00;
}

.radio-group div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}


/*tab*/
.tab{
	padding: 15px;
}
.nav-tabs>li:first-child>a {
    border-left:1px solid #ff8b00;  
}
.nav-tabs>li>a {
    border-right:1px solid #ff8b00; 
    border-top:1px solid #ff8b00;
    border-radius: 0; 
    margin-right: 0;  
    text-transform: uppercase;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff8b00;
    border: 1px solid #ff8b00;
    border-bottom-color: #ff8b00;
}
.nav-tabs>li>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ff8b00;
    border: 1px solid #fff;
 
}
.nav-tabs {
    border-bottom: 1px solid #ff8b00;
}


/*table*/
.table-blue thead{
	background: #ff8b00;
	color:#fff;
    text-transform: uppercase;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ff0000;
}

.lang{
    padding-right: 10px !important;
    padding-top: 0;    
}
.lang a{
    cursor: pointer;
    color:#ffffff;
}
.lang a:hover {
    color:#fdba00;
}
.lang .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 60px;
    font-size: 14px;
}
.lang .dropdown-menu>li>a {
    padding: 3px 5px;
}
.lang .dropdown-menu>li>a span {
    padding-left: 5px;
}


/*Modal*/
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #ff8b00;
}
.modal-title{
    color:#ffffff;
    text-transform: uppercase;
    font-family: roboto;
    font-weight: 900;
    font-style: italic;
}
.modal-body {
    background: black;
}
.modal-body ol, ul {
    list-style-type: none;
}
.modal-content {
    border: 0;
}



/*Modal`*/
.modal2 .fa-android,.modal2 .fa-apple{
    font-size: 22px;
}
.modal2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal2 {
    text-align: center;
    padding: 0!important;
}
.modal2 .modal-dialog{
    border: 1px solid #ff8b00;
    display: inline-block;
    vertical-align: middle;
}

.modal2 .modal-content{
    border: none;
    padding-bottom: 30px;
    background: black;
}
.modal2 .modal-header {
    padding: 0;
    border: none;
    background: black;
}
.modal2 .close{
    float: right;
    color: #fff;
    background: #ff8b00;
    border: none;
    font-size: 39px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    margin: 0;
    vertical-align: middle;  
    opacity: 0.9; 
}
