.btn:disabled{
	opacity:.5;
}

.btn {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    padding: 10px 30px;
    min-width:140px
}

.btn-hover {
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 0px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* green **/
.btn-hover.cta1{
background-image: linear-gradient(to right, #303030, #303030, #545454, #545454);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* blue **/
.btn-hover.cta2{
  background-image: linear-gradient(to right, #3679BE, #3679BE, #5394F7, #2176ff);
  box-shadow: 0px 4px 4px rgba(83, 148, 247, 0.25);   
}

/* orange **/
.btn-hover.cta3{
  background-image: linear-gradient(to right, #FA5C08, #FF8D40, #FF8D40, #FA5C08);
  box-shadow: 0px 4px 4px rgba(247, 148, 30, 0.55);    
}

/* white **/
.btn-hover.cta4{
  color:#23282B;
  background-image: linear-gradient(to right, #fff, #f8f8f8, #f8f8f8, #fff);
  box-shadow: 0px 4px 4px rgb(130 130 130 / 55%);
}

/* white **/
.btn-hover.cta2-no-shadow{
background-image: linear-gradient(to right, #303030, #303030, #545454, #545454);
}


.back-btn{
    font-size: 14px;
    display: table;
    background: #f9f9f9;
    padding: 8px 10px 8px 10px;
    border: 1px solid #d8d8d8;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
	cursor:pointer;
}

.back-btn:hover{
	background: #ececec;
}

.back-button-icon{
	content:"";
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-right:10px;
	background:url(../background/temp-img/icons/arrow-back.png) no-repeat;
	position: relative;
    top: 0px;
}

.btn-text-ct1{
	color:#303030
}

.btn-text-ct1:hover{
	color:#003E7D
}


.horizontal-menu-top li{
  float:left;
}

.horizontal-menu-top li a{
  padding:5px 10px;
  color:#fff;
  text-align:Center;
}


.horizontal-menu-top li a:hover,
.horizontal-menu-top li a.active{
  color:#fff;
  background:#2176ff;
 }

 
