/*------------------------------------------------------------------

Custome CSS

-------------------------------------------------------------------*/


.ip-header .ip-loader svg path.ip-loader-circle {

	stroke: #14487f !important;

}

.btn.btn-success-cst, .btn-success-cst:hover{

	background-color: #f05a28  !important;

    color: white;

}

.info-texts::before {
   background-color: #14487f !important;
}
.info-texts div > div > div:first-child::before {
    border-top-color: #14487f !important;
}
.navbar-main > li > a:hover{
	color: #f05a28 !important;
}
/*nav.main-menu.navbar-main-slide:after {
    position: absolute;
    display: block;
    content: "";
    width: 91px;
    height: 65px;
    background: white;
    right: -10px;
    -webkit-transform: skew(-20deg);
}
nav.text-right.col-sm-3.col-md-3.col-lg-3:after {
    position: absolute;
    display: block;
    content: "";
    width: 91px;
    height: 65px;
    background: white;
    right: 24px;
    -webkit-transform: skew(-32deg);
}*/


.list-type6{
/*width:410px;*/
/*margin:0 auto;*/
}
/* LIST #8 */
.list-type6 { }
.list-type6 ul {
list-style:none;
}
.list-type6 ul li {
font-size:15px;
font-family: 'Raleway', sans-serif;
height: 35px;
border-left: 5px solid black;
margin: 8px 0 0;
padding: 6px 8px 0;
}
.list-type6 ul li a {
/*width:390px;*/
margin-left: -40px;
height:24px;
background-color:#ffffff;
/*border-left:5px solid #222;
border-right:5px solid #222;*/
padding-left:10px;
/*padding-top:7px;*/
text-decoration:none;
color:black;
margin-bottom: 7px;
transition: all .2s ease-in-out;
margin-left: 20px;
display: inline;
}
.list-type6 ul li a:hover {
/*-moz-transform:rotate(-5deg);*/
-moz-box-shadow:10px 10px 20px #14487f;
/*-webkit-transform:rotate(-5deg);*/
-webkit-box-shadow:10px 10px 20px #14487f;
/*transform:rotate(-5deg);*/
box-shadow:10px 10px 20px #14487f;

} 


