@font-face {
	font-family: 'Conv_bpg_banner_caps_alpha';
	src: url('../fonts/bpg_banner_caps_alpha.eot');
	src: local('☺'), url('../fonts/bpg_banner_caps_alpha.woff') format('woff'), url('../fonts/bpg_banner_caps_alpha.ttf') format('truetype'), url('../fonts/bpg_banner_caps_alpha.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_bpg_arial_2009';
	src: url('../fonts/bpg_arial_2009.eot');
	src: local('☺'), url('../fonts/bpg_arial_2009.woff') format('woff'), url('../fonts/bpg_arial_2009.ttf') format('truetype'), url('../fonts/bpg_arial_2009.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
      
	font-family: "Conv_bpg_arial_2009", Arial Narrow, Tahoma, arial, sans-serif;
	overflow-x: hidden;
}
.container {
    min-width: 0;
}
html, body {
    -webkit-text-size-adjust: 100%;
}
input, textarea, select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.geoBig{
	font-family:Conv_bpg_banner_caps_alpha !important;
}
.geo{
	font-family:Conv_bpg_arial_2009 !important;
}
.loginButton{
	height: 36px;
    padding-top: 8px;
    max-width: 100px;
	float: left;
}
.loginParams{
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-bottom: 15px;
    margin-right: 7px;
    margin-top: 3px;
}
.loginParams li{
	position: relative;
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 0px;
    margin: -6px;
}
.loginParams li a{
	font-family: Conv_bpg_banner_caps_alpha;
	color:#fff;
}
.loginParams li a:hover,.loginParams li a:visited{
	color:#fff;
}
.errors{
	position: absolute;
    right: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    top: 33px;
    padding-left: 10px;
    height: 37px;
    background: #fff;
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    color: red;
	display:none;
}
.form-control[readonly]{
	background-color:transparent;
}
#smsReplay{
	font-size: 12px;
}
#smsLoader{
	position: absolute;
	right: 10px;
	top: 39px;
	width: 24px;
	display:none;
}
.residentChange{
	position: absolute;
    right: 40px;
    top: 32px;
}
.residentChange a{
	font-family: Conv_bpg_banner_caps_alpha !important;
    margin-left: 15px;
	cursor:pointer;
}
.residentChange a.selected,.residentChange a:hover{
	color: #fff;
    border-bottom: 1px solid #fff;
}
#detailsDiv{
	display:none;
}
.datepicker>div{
	display:block;
}
.datepicker .datepicker-switch{
	font-family: Conv_bpg_banner_caps_alpha !important;
}
.datepicker table tr td, .datepicker table tr th{
	font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 12px;
	padding: 6px 6px 6px 6px;
}
.auth{
	position: relative;
    float: right;
    font-size: 14px;
    padding-top: 7px;
}
.auth a{
	font-family: Conv_bpg_banner_caps_alpha !important;
    color: #fff;
    margin-left: 25px;
}
.userAddressList{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 140px;
    margin-top: -70px;
}
.userAddressList li{
	text-align: left;
    position: relative;
    float: left;
    padding-right: 22px;
    width: 200px;
}
.headerUser,.headerUser:hover{
	font-family: Conv_bpg_banner_caps_alpha !important;
    color: #fff;
    float: right;
    display: block;
}
.currency{
	position: absolute;
    right: 15px;
    top: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 5px;
}
#currency{
	position: absolute;
    right: 5px;
    top: 33px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 5px;
    width: 74px;
    z-index: 999;
    border-left: 1px solid #ccc;
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}
select.form-control,select.form-control:hover{
	background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
}
select.form-control:focus{
	background-color: transparent;
	outline:0;
	box-shadow: none;
}
select.form-control option{
	background-color: #ffffff;
    font-size: 12px;
}
#shops{
	position: absolute;
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #e53935;
    z-index: 9;
    border-top: 0px;
	display:none;
}
#shops li{
	position: relative;
    display: block;
    padding-left: 10px;
    cursor: pointer;
}
.homeBanner{
	top: 0;
    height: 40%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(#000,rgba(0,0,0,0));
    background-image: linear-gradient(#000,rgba(0,0,0,0));
    position: absolute;
    z-index: 999999;
    left: 0px;
    width: 100%;
}
.homeBanner2{
	bottom: 0;
    height: 40%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
    background-image: -o-linear-gradient(rgba(0,0,0,0),#000);
    background-image: linear-gradient(rgba(0,0,0,0),#000);
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.tp-mask-wrap{
	top: -45px;
}
.regButton{
	color:#fff;
}
.regButton:hover{
	color:#fff;
}
.sliderText{
	position: absolute;
    display: block;
    top: 40px;
	color:#e53935;
}
.service.layout-1{
	padding:15px;
}
.service.layout-1 a.title{
	font-size:16px;
}
.service.layout-1 .dis{
	font-size: 10px;
}
.cart-service h2{
	font-size: 16px;
}
.cart-service .text{
	font-size:12px;
}
td.center,th.center{
	text-align:center;
}
.widget_categories ul > li a{
	color: #474747;
    font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 12px;
}
.widget.widget_categories ul li.selected{
	border-bottom: 1px solid #e53935;
}
.treeStatus{
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.treeStatus li{
	display: block;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: Conv_bpg_banner_caps_alpha !important;
    padding-left: 30px;
	font-size:12px;
}
.treeStatus li i{
	font-size: 24px;
    position: absolute;
    left: 0px;
}
.treeStatus li.active i{
	color:#e53935;
}
.treeStatus li i.fa-plane{
	transform: rotate(-43deg);
}
.statH4{
	margin-top: 7px;
}
.loginBox,.passwordBox,.smsBox{
	position: relative;
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
}
.loginBox h3,.passwordBox h3,.smsBox h3{
	font-size: 20px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    font-family: Conv_bpg_banner_caps_alpha !important;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.loginBox input,.passwordBox input,.smsBox input{
	width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000000;
    padding-left: 13px;
    font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 18px;
    padding-top: 5px;
    display: block;
    margin-bottom: 15px;
}
.loginBox input::placeholder,.passwordBox input::placeholder,.smsBox input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.loginBox input:-ms-input-placeholder ,.passwordBox input:-ms-input-placeholder,.smsBox input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: #000000;
}

.loginBox input::-ms-input-placeholder,.passwordBox input::-ms-input-placeholder,.smsBox input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}
.loginBox span,.passwordBox span,.smsBox span{
	display: inline-block;
    float: left;
    color: #fff;
}
.passwordBox span#time{
	float: none;
}
.loginBox button,.passwordBox button,.smsBox button{
	background: #e53935;
    border: 1px solid #e53935;
    display: inline-block;
    float: right;
    color: #fff;
    cursor: pointer;
	padding-left: 15px;
    padding-right: 15px;
}
.passwordBox{
	display:none;
}
.smsBox{
    display:none;
}
#code,#new_password,#repeat_password{
	display:none;
}
.loaderInput{
	background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
}
.rulesText{
	font-size: 16px
}
.rulesText ul li{
	font-size: 16px
}
.userNameText{
	color: #fff;
    opacity: .8;
    font-family: Conv_bpg_banner_caps_alpha !important;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    text-align: right;
    padding-right: 15px;
}
.userNameTextSmall{
	font-family: Conv_bpg_banner_caps_alpha !important;
    color: #fff;
    display: inline-block;
    float: right;
}
.simpleTraking{
	max-width: 200px;
    float: right;
    margin-top: -38px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    height: 38px;
    -webkit-border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    -moz-border-radius-topright: .25rem;
    -moz-border-radius-bottomright: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
	border: 1px;
}
.authButton{
	background-color: transparent !important;
    background-image: url(../img/loginBtnIcon.png) !important;
    background-position: -2px 10px !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    padding-left: 0px;
    padding-left: 27px !important;
    padding-bottom: 0px !important;
    color: #f0f0f0;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0px;
    height: 40px;
    border-bottom: 1px dashed #f0f0f0 !important;
    font-family: Conv_bpg_banner_caps_alpha !important;
    text-align: center;
    cursor: pointer;
    margin-right: -10px;
    margin-top: -10px;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
#invoiceButton{
	background-color: #e53935;
    color: #fff;
    font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 14px;
    padding: 10px;
}
#merchantPrice{
	max-width:300px;
	background:#fff;
}
#merchantPrice option{
	background:#fff;
	font-size:14px;
}
.userCountries{
	position: relative;
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
}
.userCountries h2{
	position: relative;
    display: block;
    clear: both;
	cursor:pointer;
	font-size: 17px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.userCountries h2 i.fa-map-marker{
	position: relative;
    color: #e53935;
    margin-left: 3px;
    margin-right: 11px;
	
}
.userCountries h2 i#caret{
	position: relative;
    float: right;
    margin-top: 5px;
	margin-right:5px;
	
}
.userCountryAddressList{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px 0 0px 5px;
    width: 100%;
	margin-bottom: -25px;
	height: 187px;
}
.userCountryAddressList .userAddressListTable{
	font-size: 13px;
    border: 0px;
}
.userCountryAddressList .userAddressListTable td{
	border-top: 0px;
	position:relative;
	color: #5d5d5d;
	padding: 3px 10px 3px 0;
}
.userCountryAddressList .userAddressListTable td.a{
	color: #6e828d;
}
.userAddressListTable tr td:first-child > span {
    font-weight: 600;
    padding-right: 3px;
    position: relative;
    z-index: 2;
    background: #ffffff;
	font-size:14px;
}
.userAddressListTable tr td:last-child {
    color: #5d5d5d;
}
.userAddressListTable tr td:first-child:after{
	content: "";
    border-bottom: 1px dashed #ccd5e9;
    display: block;
    position: absolute;
    top: 22px;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    z-index: 1;
}
.userAddressListTable tr td.addr_CN:first-child:after{
    top: 37px;
}
.mainForms{
	background: #fff;
    border: 1px solid #777;
}
.nile-cart thead.nile-cart-title{
	background: #fff;
}
.nile-cart thead.nile-cart-title th{
	color: #000000;
}
a.nile-bottom{
	border-radius:5px;
}
select.form-control, select.form-control:hover{
	border-radius: .25rem !important;
    background-color: #fff;
    border-color: #ced4da;
}
.cart-service{
	font-size: 16px;
    float: left;
}

.services-list ul li a{
	font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 12px;
}
.steps:not(.is-vertical) {
    display: flex;
	list-style:none;
	margin:0px;
	padding:0px;
}
.steps:not(.is-vertical) .steps-segment:not(:last-child) {
    flex-basis: 1rem;
    flex-grow: 1;
    flex-shrink: 1;
}
.steps .steps-segment {
    position: relative;
}
.steps.is-medium .steps-marker {
    height: 50px;
    width: 50px;
    background: #fff;
    color: #777;
    border-radius: 50%;
    display: flex;
	border: 1px solid #777;
}
.steps-marker .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 50px;
    width: 50px;
	position:relative;
}
.steps-segment:after {
    background-color: #23d160;
}
.steps-segment img{
	width: 24px;
    display: block;
    margin: 0 auto;
}
.steps-segment .totalCount{
	position: absolute;
    background: #fff;
    border: 1px solid #777;
    color: #777;
    font-size: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    padding: 0px 0px 2px 0px;
    left: 27px;
    top: -8px;
    font-weight: bold;
    line-height: 23px;
}
.steps .steps-segment:not(:last-child):after {
    content: " ";
    display: block;
    position: absolute;
}
.steps:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 1px;
    left: 49px;
    right: 0px;
    top: 27px;
    background: #777;
}
.steps.is-medium:not(.is-vertical) .steps-segment:not(:last-child):after {
    height: 1px;
    left: 49px;
    right: 0px;
    top: 27px;
    background: #777;
}
.tooltip{
	font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 12px;
}
.services-list li{
	position:relative;
}
.rigthCount{
	background: #fff;
    color: #e53935;
    font-size: 10px;
    width: 23px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 11px;
    text-align: center;
    display: block;
    padding-bottom: 23px;
}
body{
    background-color: #f8f8f8;
}
.mainCountries{
	background: #fff;
    padding: 15px;
}
.in_cn{
	position: absolute;
    display: block;
    right: 40px;
    top: 11px;
    font-family: Conv_bpg_banner_caps_alpha !important;
	z-index: 9999;
    cursor: pointer;
}
#CN_cn_tr,#US_cn_tr{
	display:none;
}
.trakingCOmment{
	    font-size: 12px;
    text-align: left;
}
.lineTransporting{
	width: 600px;
}
.declareButton{
	background-color: #e53935;
    color: #fff;
    font-family: Conv_bpg_banner_caps_alpha !important;
    font-size: 11px;
    padding: 4px 10px;
    float: right;
	width: 105px;
    text-align: center;
}
.declareButton:hover{
	color: #fff;
}
th {
    padding: 6px 10px 6px 0;
}
.contact-modal{
	background-color: rgba(0, 0, 0, 0.62);
    color: #fff;
    z-index: 999999;
}
.closeWindow{
	background-color: #e53935;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 7px 9px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}
.listButton{
	background: #444;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: right;
    margin-left: 7.4px;
	margin-top: 6px;
	border-radius:2px;
}
.listButton.active{
	background: #e53935;
}
.listButton.active:hover{
	background: #e53935;
}
.listButton:hover{
	color: #fff;
	background: #444;
}
.listButton i{
	font-size: 14px;
    margin-top: 3px;
    display: block;
}
.actions .declareButton{
	margin-top: 4.4px;
}
.costumTable td{
	vertical-align: top;
}
.costumTable th{
	font-size: 13px;
}
.costumTable #address_id{
	border: 1px solid #ced4da;
    padding: 7px;
    margin-top: 5px;
    font-size: 12px;
    height: 32px;
    background: #fff;
	width: 230px;
}
.costumTable #address_id:focus{
	box-shadow:none;
	outline:0;
}
.costumTable .status{
	position: relative;
	font-family: Conv_bpg_banner_caps_alpha !important;
	font-size: 12px;
	padding-top: 8px;
}
.costumTable .status .r{
	color:red;
}
.costumTable .status .g{
	color:green;
}
.costumTable .cost{
	font-family: Conv_bpg_banner_caps_alpha !important;
	font-weight: bold;
}
.costumTable .declareButton{
	border-radius:2px;
}
.countryIcon{
	    width: 30px;
    border-radius: 50%;
}
.twoLine{
	
}
.add_comment{
	cursor:pointer;
	font-size: 13px;
}
.add_comment i{
	font-size: 10px;
}
#rotateBoxDiv {
    -webkit-perspective: 1051px;
    perspective: 1051px;
    width: calc(100% - 1px);
}
.front {
    position: absolute;
    z-index: 999;
}
.back {
    transform: rotateY(0deg);
    z-index: 1;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-out;
    margin-left: 0px;
	display:none;
}
.menuNav{
	position: relative;
    display: block;
    width: 100%;
    float: left;
    min-height: 620px;
}
#more{
	display:none;
}
.menuTraking{
	font-family: Conv_bpg_banner_caps_alpha !important;
    margin-top: -1px;
    padding-bottom: 6px;
	float: left;
}
.selectLoader{
	position: absolute;
    margin-left: -50px;
    width: 20px;
    margin-top: 11px;
	display:none;
}
.tempTr{
	display:none;
}
.tempTr td{
	padding: 6px;
    text-align: center;
	font-family: Conv_bpg_banner_caps_alpha !important;
}
.tempTr td b{
	font-family: Conv_bpg_banner_caps_alpha !important;
    font-weight: bold;
}
span.re{
	font-family: Conv_bpg_banner_caps_alpha !important;
    color: red;
}
span.gr{
	font-family: Conv_bpg_banner_caps_alpha !important;
    color: green;
}
.lineTransportingDiv{
	position: relative;
    float: left;
}
.lineTransportingDiv div{
	color: #fff;
    border-radius: 50%;
    background: #e53935;
    text-align: center;
    padding: 1px 9px;
    position: absolute;
    left: 35px;
    top: 0px;
    font-size: 11px;
}
.lineTransportingDiv .acepted{
    left: 6%;
}

.lineTransportingDiv .onway{
    left: 36%;
}
.lineTransportingDiv .proccessing{
    left: 66%;
}
.lineTransportingDiv .delivered{
    left: 96%;
}
.linkhome a{
	font-size: 12px !important;
	margin-right: 15px;
}
@media (min-width: 1200px){
	.authContainer .container{
		max-width: 100%;
	}
	.fullMenuWidth .container{
		max-width: 100%;
	}
	.fullWidthFooter .container{
		max-width: 100%;
	}
}
@media (max-width: 1200px){
    .container{
        max-width: 100% !important;
    }
}
@media (max-width: 800px){
    .sliderText{
        display: none !important;
    }
}
@media (max-width: 700px){
    .tp-revslider-mainul{
        height: 115% !important;
    }
    .rev-btn{
        right: 0px !important;
    }
}
#slide-3-layer-3{
    width: 100%;
    min-width: 400px;
    box-sizing: border-box;
}
@media (max-width: 855px){
    .sliderText{
        font-size: 30px;
    }
}
@media (max-width: 779px){
    .tp-parallax-wrap{

    }
}
@media (max-width: 500px){
    slide-3-layer-3{
        min-width: 410px !important; /* ან auto */
        width: 100%;
    }

    .loginBox, .passwordBox, .smsBox{
        margin: 60px auto;
        z-index: 9999;
        width: 100%;
        margin-left: 10px;
    }
    .loginBox h3, .passwordBox h3, .smsBox h3{
        width: 100%;
    }
    .loginBox input, .passwordBox input, .smsBox input{
        width: 100%;
    }
    .sliderText{
        display: none !important;
    }
    .tp-caption{
        margin-bottom: 80px !important;
        z-index: 9999 !important;
    }
    .authButton,#regBtn{
        margin-right: 15px !important;
    }
    .imgR{
        width: 100%;
    }
    .residentChange{
        position: relative;
        margin-bottom: 15px;
        right: auto;
        top: auto;
        text-align: center;
    }
    .slide-3-layer-1{
        display: none;
    }
    .slide-3-layer-2{
        display: none;
    }

}
@media (max-width: 431px){
    .tp-mask-wrap{
        left: auto;
    }
    #slide-3-layer-3{
        min-width: 400px !important; /* ან auto */
        width: 100%;
    }
    .loginBox, .passwordBox, .smsBox{
        width: calc(100% - 20px);
    }
}
@media (max-width: 413px){
    .tp-mask-wrap{
        left: auto;
    }
    #slide-3-layer-3{
        min-width: 390px !important; /* ან auto */
        width: 100%;
    }
}


.bottom{
    
}
.calc{
	position: absolute;
    right: 45px;
    top: 36px;
    cursor: pointer;
	color: #000;
}
.costTrekingCode{
    word-break: break-all;
}
.mobileApps{
	position: relative;
    display: block;
    width: 100%;
    text-align: right;
}

.mobileApps a{
	margin-left: 13px;
}

.mobileApps a img{
	width: 200px;
}

.menusButton .mobileApps a{
	float: left;
	margin-left: 0px;
}
.menusButton .mobileApps a.lastImage{
	float: right;
	margin-right: 5px;
}
.menusButton .mobileApps a img{
	width:170px;
}
.menusButton .nile-widget{
	position: relative;
    float: left;
    width: 100%;
	border:1px solid #9b9b9b;
}
img.banner2, map area{
    outline: none;
}
#hashMap{
	position: relative;
    display: block;
    float: left;
    width: 100%;
}
.androidLink{
	left: 6%;
    width: 38%;
    height: 23%;
}
.iosLink{
	right: 6%;
    width: 38%;
    height: 23%;
}
.mapButton{
	position: absolute;
    bottom: 5%;
    display: block;
}