@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/bg.png) repeat-x scroll 0 top #fff;
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
a:link, a:visited{
	color: #;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
a:hover, a:active{
	color: #;
}
ol, ul{
	padding: 0;
}



/* Bootstrap Customize */
h1, h2, h3, h4, h5, h6{
	color: #333333;
}
a:focus {
    outline: none;
    outline-offset: -2px;
}
.btn, .form-control, .navbar-toggle{
	border-radius: 0;
}
.text-blue{
	color: #30339a;
}
.text-orange{
	color: #ff922e;
}
.blue-gradient{
	background: -moz-linear-gradient(90deg, #30339a 0%, #3f42ab 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #30339a), color-stop(100%, #3f42ab));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #30339a 0%, #3f42ab 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #30339a 0%, #3f42ab 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #30339a 0%, #3f42ab 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30339a', endColorstr='#3f42ab', GradientType='0'); /* for IE */
	background: linear-gradient(0deg, #30339a 0%, #3f42ab 100%);/* W3C */
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 2px 0 rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	border: 1px solid #0005a2;
}
.orange-gradient{
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
}
/* Header */
.navbar-default{
}

.navbar-default .navbar-nav > li > a{
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background: rgba(255,255,255,0.3);
	color: #fff;
	border-radius: 2px;
}
@media (min-width: 768px){
	.navbar-brand{
		display: none;
	}
	.nav > li > a{
		padding: 3px 10px;
	}
	.nav > li{
		padding: 11px 15px;
	}
}
.social li{
	padding: 13px 0 0;
}
.social li a{
	color: #979aff !important;
}
.social li a:hover{
	background: transparent !important;
	color: #fff !important;
}

/* Content */
.box{
	border: 1px solid #ccc;
	box-shadow: 0 0 15px #ccc;
	background: #fff;
}
.msg-list li{
	line-height: 30px;
	list-style-image: url(../images/list-icon.png);
	margin-left: 20px;
}
.box-bottom{
	padding: 10px;
}
.box-bottom p{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.box-bottom p:last-child{
	border-bottom: 0 none;
}
.text-white{
	color: #fff;
	text-align: center;
	padding: 10px 10px 7px 10px;
}
.text-white strong{
	font-weight: bold;
	font-size: 25px;
	padding-left: 10px;
}


/* Footer */
footer{
	border-top: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright{
	margin-top: 11px;
}



/* Custome Width */
.col-md-44, .col-md-84{
	float: left;
	position: relative;
}
.col-md-44{
	width: 25%;
}
.ukspl{
	padding:10px;
}
.ukspl:first-child{
	padding-right: 0;
}
.formbg {
	background:#eeeeee;
	font-family:open sans;
	font-size:13px;
	color:#666666;
	text-align:left;
	padding:8px;
}
.formrad {
	padding-left:30px;
	margin-top:-15px;
	
}
.formrad img{
	position:relative;
	top:2px;
}



/* Misc */
.carousel-indicators{
	bottom: 0;
}
#content{
	padding-bottom: 30px;
}
.link{
	color: #fd912f;
}
.link:hover{
	text-decoration: none;
}
.country-list li{
	line-height: 24px;
	margin: 13px 0;
	font-size: 16px;
}
.country-list li a{
	font-size: 14px;
}
.call-icon{
	background: url(../images/call-icon.png) no-repeat scroll left center transparent;
}
.tracking{
	background: #eeeeee;
	padding: 0 10px 5px 10px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	margin-top: 20px;
}
.btn-primary{
	background: #3f42ab;
	border: 1px solid #34379c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary{
	background: #2a2c8c;
	border: 1px solid #232683;
}
.track-title{
	margin: 0 -15px;
	position: relative;
	padding-bottom: 15px;
}
.track-title span{
	position: absolute;
	top: 3px;
	z-index: 99999;
	width: 100%;
	color: #fff;
	left: 0;
	font-size: 20px;
	text-shadow: none;
}
.ftr-ad{
	margin: 0 0 20px 0;
}
.ad img{
	width: 100%;
}
.ad{
	position: relative;
}
.tool-pop{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #30339c;
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
}
.tool-pop:before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 13px solid #30339c;
	border-left: 13px dashed transparent;
	border-right: 13px dashed transparent;
	top: -13px;
	left: 50%;
	margin-left: -13px;
}
.top-space{
	margin-top: 20px;
}
.navbar-default .navbar-brand{
	color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2a2d95;
}
@media (max-width: 768px){
	.tool-pop{
		font-size: 15px;
		
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
		border-radius: 0;
	}
	.ad{
		margin: 10px 0;
	}
	.track-title img{
		display: none
	}
	.track-title span{
		position: relative;
		background: #ff7b02;
		background: -moz-linear-gradient(90deg, #ff7b02 0%, #fe912c 100%);/* FF3.6+ */
		background: -webkit-gradient(linear, 90deg, color-stop(0%, #ff7b02), color-stop(100%, #fe912c));/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(90deg, #ff7b02 0%, #fe912c 100%);/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(90deg, #ff7b02 0%, #fe912c 100%);/* Opera 11.10+ */
		background: -ms-linear-gradient(90deg, #ff7b02 0%, #fe912c 100%);/* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7b02', endColorstr='#fe912c', GradientType='0'); /* for IE */
		background: linear-gradient(0deg, #ff7b02 0%, #fe912c 100%);/* W3C */
		display: block;
		padding: 10px 0;
	}
	.track-title{
		margin: 0 -10px;
	}
	.tracking{
		margin-bottom: 20px;
	}
	.ukspl{
		padding: 5px 0;
	}
	.tool-pop{
		padding: 0;
	}
}
.carousel-control{
		width: auto;
		left: -30px;
		background-image: transparent;
		top: 48%;
	}
	.carousel-control.right{
		right: -30px;
	}
@media (min-width: 768px){
	
	.logo{
		margin-top: 45px;
	}
	
}

.usac{
	padding-right: -15px;
}
.navbar-right{
	margin-right: 0;
}
.page-title{
	margin: 0 0 10px 0;
}



.input--hoshi {
    overflow: hidden;
}
.input {
    display: inline-block;
   /* margin: 1em;*/
    position: relative;
    vertical-align: top;
    width: calc(100% - 2em);
    z-index: 1;
}
.input__field:focus {
    outline: medium none;
}
.input__field--hoshi {
    background: none repeat scroll 0 0 transparent;
    color: #595f6e;
    margin-top: 1em;
    padding: 1.5em 0.15em;
    width: 100%;
	border: 0 none;
}
.input__label--hoshi:before, .input__label--hoshi:after {
    border-bottom: 1px solid #b9c1ca;
    content: "";
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.input__field--hoshi:focus + .input__label--hoshi:after, .input--filled .input__label--hoshi:after {
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.input__label--hoshi-color-1:after {
    border-color: #00a9ff;
}
.input__label--hoshi:after {
    border-bottom: 4px solid #FF982F;
    margin-top: 2px;
    -webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}


.input__label--hoshi {
    bottom: 0;
    height: calc(100% - 1em);
    left: 0;
    padding: 0 0.25em;
    pointer-events: none;
    position: absolute;
    text-align: left;
    width: 100%;
}
.input__field--hoshi:focus + .input__label--hoshi:after, .input--filled .input__label--hoshi:after {
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi, .input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}
@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
.input__label-content--hoshi {
    position: absolute;
}
.input__label-content {
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.columns{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	
	margin-left: 17px;
}
@media (max-width: 360px){
	.columns{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	
	margin-left: 17px;
}
	
	}

.medici {
	
	margin-bottom:10px;
}
@media (min-width: 800px) and (max-width: 1920px){
	.ukspl{
		padding:10px 1px;}
}

.ftr-list{
	margin-top: 12px;
}
.ftr-list li a{
	color: #666;
	line-height: 25px;
}
.ftr-list li a:hover{
	color: #FF9A32;
	text-decoration: none;
}
.dropdown-menu > li > a{
	padding: 6px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: #32359C;
	color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
/* Designed by */
.designed{
	margin: 0;
}
.acs{
	background: url(../images/acs.png) no-repeat scroll left bottom transparent;
	height: 14px;
	width: 27px;
	text-indent: -9999px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	margin-top: 1px;
}
.acs:hover{
	background-position: left top;
}
@media (max-width: 767px){
	footer .text-right, footer .text-center{
		text-align: left;
	}
	.designed{
		margin: 0 0 10px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
	color: #fff;
}
}


@media only screen and (min-width:769px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

}
.states{
	margin: 0 0 0 18px;
}
.states li{
	line-height: 24px;
}