@font-face {
  font-family: 'AE';
  src: url('../fonts/ae.eot?');
  src: url('../fonts/ae.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/ae.woff?') format('woff'),
	   url('../fonts/ae.ttf?') format('truetype'),
	   url('../fonts/ae.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?9450880');
  src: url('../fonts/fontello.eot?9450880#iefix') format('embedded-opentype'),
	   url('../fonts/fontello.woff?9450880') format('woff'),
	   url('../fonts/fontello.ttf?9450880') format('truetype'),
	   url('../fonts/fontello.svg?9450880#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

* {
	font-family: 'PT Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #444;
}

b {
	font-weight: 600;
}

h1 {
	margin: 0;
	padding: 10px 0;
}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
	min-width: 1250px;
}

body {
	background: #ffffff;
	overflow-y: scroll;
}

.fontello {
	font-family: 'fontello';
}

.fontawesome {
	font-family: 'FontAwesome' !important;
}

i.company {
	font-family: 'AE', fantasy;
	font-style: normal;
}

i.company-deutsche:before { content: '\e610'; }
i.company-chinapost:before { content: '\e611'; }
i.company-airmail:before { content: '\e612'; }
i.company-dhl:before { content: '\e613'; font-size: 70%}
i.company-fedex:before { content: '\e60F';}
i.company-dpd:before { content: '\e630';}
i.company-gls:before { content: '\e61d';}
i.company-hermes:before { content: '\e61c';}
i.company-ups:before { content: '\e61b';}
i.company-postnord:before { content: '\e61a';}
i.company-singapore:before { content: '\e619';}
i.company-tnt:before { content: '\e618';}
i.company-uspostal:before { content: '\e617';}
i.company-webox:before { content: '\e616';}
i.company-royalmail:before { content: '\e615';}
i.company-mpl:before { content: '\e620';}
i.company-sprinter:before { content: '\e61f';}
i.company-czechpost:before { content: '\e61e';}

.clear {
	clear: both;
}

#header .content,
#container .fix-content,
#footer .content {
	/*width: 1000px;*/
	width: 1200px;
	margin:0 auto;
	position: relative;
}

.section {
	width: 100%;
	background: #fff;
	overflow-x: hidden;
	overflow: visible;
}

.section-content {
	/*width: 1000px;*/
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.section h1.title {
	padding: 0 !important;
	margin: 0 !important;
	background: url('../images/title-bg-3.png') center center no-repeat;
	background-size: cover;
}

.section h1.title.title-1 {
	background-image: url('../images/title-bg-1.png');
}

.section h1.title.title-2 {
	background-image: url('../images/title-bg-2.png');
}

.section h1.title.title-3 {
	background-image: url('../images/title-bg-3.png');
}

.section h1.title.title-4 {
	background-image: url('../images/title-bg-4.png');
}

.section h1.title.title-5 {
	background-image: url('../images/title-bg-5.png');
}

.section h1.title.title-6 {
	background-image: url('../images/title-bg-6.png');
}

.section h1.title.title-7 {
	background-image: url('../images/title-bg-7.png');
}

.section h1.title.title-8 {
	background-image: url('../images/title-bg-8.png');
}

.section h1.title.title-9 {
	background-image: url('../images/title-bg-9.png');
}

.section h1.title.title-10 {
	background-image: url('../images/title-bg-10.png');
}

.section h1.title.title-11 {
	background-image: url('../images/title-bg-11.png');
}

.section h1.title.title-12 {
	background-image: url('../images/title-bg-12.png');
}

.section h1.title.title-13 {
	background-image: url('../images/title-bg-13.png');
}

.section h1.title.title-14 {
	background-image: url('../images/title-bg-14.png');
}

.section h1.title.title-15 {
	background-image: url('../images/title-bg-15.png');
}

.section h1.title.title-16 {
	background-image: url('../images/title-bg-16.png');
}

.section h1.title .section-content {
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

.section h1.title {}

.section .subtitle {
	background: #fff;
}

.section .subtitle .section-content {
	padding: 15px 0 !important;
}

.section .subtitle h2 {
	color: #000!important;
	background: none !important;
	margin: 0 !important;
	text-align: center;
}

.section .subtitle h2.t50 {
	width: 50%;
	float: left;
}

.section .subtitle h2.t33 {
	width: 33.33333%;
	float: left;
}

.section .subtitle + .section-content {
	padding-top: 10px !important;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	transition: 0.2s all ease-out;
}

.dialog {
	position: absolute;
	top:40%;
	left:50%;
	width: 580px;
	min-height: 200px;
	margin: 0 0 0 -300px;
	background: #0039a7;
	z-index: 101;
	padding:10px;
	display: none;
}

.dialog .content {
	background: #fff;
	width: 100%;
	height: 100%;
	min-height: 200px;
}

.dialog .content .top {
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	padding: 10px 0 10px 0;
}

.dialog .content .bottom {
	text-align: center;
	padding-bottom: 20px;
}

.dialog .content .bottom ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.dialog .content .bottom form label {
	display: block;
	margin-bottom: 10px;
}

.dialog .content .bottom form label span {
	display: block;
	width: 150px;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 5px;
}

.dialog .content .bottom form label input {
	display: block;
	height: 36px;
	width: 250px;
	width: 288px;
	padding: 0 5px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-size: 16px;
	margin: 0 auto;
}

.dialog .content .bottom form .button {
	border: 0;
	background: #003c74;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	margin: 0 auto;
	height: 50px;
	cursor: hand;
	cursor: pointer;
}

.dialog .content .bottom form .button:hover {
	background: #000;
}

.md-modal-rate-login {
	text-align: center;
}

.md-modal-rate-login .link-registration {
	width: 80%;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

.md-modal-rate-login .link-registration .div {
	position: absolute;
	display: block;
	background: #848484;
	width: 50px;
	bottom: -10px;
	left: 50%;
	margin-left:-25px;
}

.md-modal-rate-login .fumi-input {
	margin-right: 15px;
}

.md-modal-rate-login .fumi-input + .fumi-input {
	margin-right: 0;
}

.md-modal-rate-login p.small {
	font-size: 12px;
	padding-top: 15px;
	text-align: left;
}

#wrapper-modal {
	height: 100%;
}

#wrapper {
	/*width: 1000px;*/
	margin: 0 auto;
	/*transition: 0.2s all ease-out;*/
	min-height:100%;
	position:relative;
}

#header {
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header .dropdown-box {
	background: #5f666e;
	height: 0;
	overflow: hidden;
	border-bottom: 5px solid #DC0032;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header .dropdown-box .section-content {
	display: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header .dropdown-box form {
	text-align: center;
	padding-top: 30px;
}

#header .dropdown-box .tracking-form .fumi-input,
#header .dropdown-box .login-form .fumi-input {
	float: left;
	margin-left: 290px;
}

#header .dropdown-box .tracking-form .fumi-input + .fumi-input,
#header .dropdown-box .login-form .fumi-input + .fumi-input {
	margin-left: 15px;
}

#header .dropdown-box .tracking-form .btn,
#header .dropdown-box .login-form .btn {
	float: left;
	margin-left: 25px;
}

#header .dropdown-box .login-form p {
	float: left;
	margin:0;
	padding: 0;
	padding-top: 5px;
	margin-left: 290px;
	width: 234px;
	text-align: left;
	color: #fff;
	font-size: 12px;

}

#header .dropdown-box .login-form p + p {
	margin-left: 15px;
}

#header .dropdown-box .login-form a {
	color: #fff;
	text-decoration: none;
}

#header .dropdown-box form {}

#header.button-hover .dropdown-box,
#header.dropdown-active .dropdown-box {
}

#header.button-hover .dropdown-box,
#header.dropdown-active .dropdown-box {
	border-color: #0084ff;
}

#header .content {
	height: 100px;
	width: 1250px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*#header .logo:before {
	font-family: 'AE', fantasy;
	content: "\e606";
	font-size: 60px;
	line-height: 100px;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}*/

#header .logo {
	text-decoration: none;
	display: block;
	left: 0;
	top: 0;
	height: 100px;
	width: 270px;
	position: absolute;
	z-index: 2;
	background: url('../images/logo.svg') center center / auto 40px no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header.stick {
	/*background: rgba(255,255,255,0.7);*/
}

#header.stick .content {
	height: 60px;
}

#header.stick .logo:before {
	font-size: 40px;
	line-height: 60px;
}

#header.stick .logo {
	top: 0;
	height: 60px;
	background-size: auto 30px;
}

#header .white-box {
	background: #fff;
	position: absolute;
	height: 100%;
	width: 280px;
	z-index: 1
}

#header .menu {
	position: absolute;
	left: 280px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	top: 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header.stick .menu {
	top:0;
}

#header .menu > li {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	height: 68px;
	width: 145px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

#header.stick .menu > li {
	height: 50px;
}

#header .menu > li > a {
	display: block;
	text-decoration: none;
	color: #74777b;
	line-height: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 68px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	top: 0;
	font-size: 14px;
}

#header.stick .menu > li > a {
	line-height: 50px;
}

#header .menu > li > a:before {
	font-family: 'AE', fantasy;
	content: '\e60d';
	margin-right: 10px;
	display: none;
}

#header .menu > li.active > a,
#header .menu > li > a:hover {
	color: #0084ff;
	top: 10%;
}

#header .menu li.line {
	position: absolute;
	height: 2px;
	bottom: 0;
	left: -154px;
	background: #0084ff;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: '';
	z-index: 1;
}

#header .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	width: 310px;
}

#header .menu ul li {
	position: absolute;
	width: 310px;
	opacity: 0;
	left: 50%;
	margin-left: -155px;
}

#header .menu ul li a {
	width: 270px;
	background: #fff;
	padding: 0 20px;
	border: 1px solid rgba(0,0,0,0.2);
	line-height: 40px;
	display: block;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

#header .menu ul li a:hover {
	background: #0084ff;
	color: #fff;
}

#header .submenu {
	width: 310px;
	height: 35px;
	position: absolute;
	top:-5px;
	right: 30px;
}

#header .submenu .link {
	color: #888;
	text-decoration: underline;
	font-size: 13px;
	line-height: 35px;
	float: left;
	display: block;
	margin-right: 10px;
}

#header .submenu .link:hover {
	color: #000;
}

#header .button {
	background: #DC0032;
	background-size: auto 33px;
	color: #fff;
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 11px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-top: 50px;
	padding-bottom: 5px;
	min-height: 32px;
}

#header .button:before {
	font-family: 'AE', fantasy;
	font-size: 33px;
	color: #fff;
	position: absolute;
	top: 16%;
	line-height: normal;
	text-align: center;
	width: 100%;
	left: 0;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#header .button.login-button:before,
#header .button.profile-button:before {
	content: '\e665';
}

#header .button.reg-button:before {
	content: '\e664';
}

#header .button.profile-button {
	right: 80px;
}

#header .button.logout-button:before {
	margin-left: 4px;
	content: "\ea14";
}

#header .button.reg-button {
	line-height: 30px;
}

#header .button.login-button {
	right: 80px;
	line-height: 30px;
}

#header .button.tracking-button {
	right: 160px;
}

#header .button.tracking-button:before {
	margin-left: 2px;
	content: "\e600";
}

#header .button.profile-button + .button.tracking-button {
	right: 160px;
}

#header .button:hover, 
#header .button.active {
	background-color: #0084ff;
}

#header.stick .button:hover, 
#header.stick .button.active {
	background-color: #0084ff;
	color: #0084ff;
}

#header.stick .button:before {
	font-size: 26px;
}

#header.stick .button {
	background-size: auto 24px;
	padding-top: 10px;
	color: #DC0032;
}

#slider {
	position: relative;
	height: 500px;
	width: 100%;
	overflow: hidden;
}

#slider .slide-navigation {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 10px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#slider .slide-navigation li {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

#slider .slide-navigation li a {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #c44d48;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
}

#slider .slide-navigation li.current a,
#slider .slide-navigation li a:hover,
#slider .slide-navigation li a:focus {
	opacity: 0.5;
}

#slider .slide-navigation li svg {
	z-index: 10;
}

#slider .slide-navigation li svg:not(:root) {
	overflow: hidden;
}

#slider .slide-navigation li svg circle {
	opacity: 0;
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 39 39;
	stroke-dashoffset: 39;
	-webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
	transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

#slider .slide-navigation li.current svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 11s, opacity 0.15s;
	transition: stroke-dashoffset 11s, opacity 0.15s;
}

#slider .slide {
	width: 100%;
	left:0;
	height: 500px;
	position: absolute;
	background: top center no-repeat;
	background-size: cover;
	display: none;
}

#slider .slide .slide-content {
	height: 400px;
	position: relative;
	width: 1140px;
	margin: 0px auto;
	top: 50%;
	margin-top: -200px;
}

@media all and (max-width: 1500px) {
	#slider, #slider .slide {
		height: 400px;
	}
}

#slider .slide .slide-content .anim {
	display: none;
}

#slider .slide .slide-content h2 {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 40px;
	width: 575px;
	background: rgba(218, 0, 0, 0.40);
	padding: 2px 8px;
}

#slider .slide .slide-content ul {
	position: absolute;
	padding: 0;
	margin:0;
	left: 0;
	top: 180px;
	font-size: 18px;
	line-height: 32px;
	padding-left: 30px;
	list-style: none;
}

#slider .slide .slide-content ul li {
	padding: 0 5px 0 30px;
	color: #fff;
	margin-bottom: 10px;
	background: rgba(218, 0, 0, 0.40);
	position: relative;
}

#slider .slide .slide-content ul li:before {
	font-family: 'AE', fantasy;
	content: '\ea10';
	color: #fff;
	position: absolute;
	left: 0;
	width: 30px;
	text-align: center;
}

#slider .slide .slide-content ul li a {
	color: #fff;
	text-decoration: none;
}

#reg-form .content {
	display: none;
	height: 360px;
	background:/*url('../images/bg-registration.jpg')*/ top left no-repeat #7bbcfc;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	position: absolute;
	right: 0;
}

#reg-form .content h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url('../images/double_line.png') repeat-x left center;
	margin: 0;
	padding: 10px 0;
}

#reg-form .content h3 span {
	padding: 0 10px;
	background: #7bbcfc;	
	color: #fff;
}

#reg-form .content label {
	display: block;
	height: 35px;
	padding-bottom: 7px;
}

#reg-form .content label span {
	display: block;
	float: left;
	width: 90px;
	color: #fff;
	/*font-weight: 700;*/
	line-height: 35px;
	height: 35px;
}

#reg-form .content label input {
	width: 151px;
	height: 33px;
	padding: 0 10px;
	background: #f9f9f9 url('../images/bgr_input.png') repeat-x left top;
	border: 1px solid #ccc;
	border-style: solid;
	outline: 0;
	float: left;
	display: block;
}

#reg-form .button {
	width: 100%;
	height: 40px;
	margin-top: 5px;
	text-align: center;
	color: #fff;
	background: #003c74;
	display: block;
	cursor: hand;
	cursor: pointer;
	border: 0;
	outline: 0;
}

#reg-form .button:hover {
	background: #000;
}

#statistic {
	height: 400px;
	background: #fff;
}

#statistic .content {
	margin: 0 auto;
	width: 280px;
	height: 360px;
	background:url('../images/bg-registration.jpg') top left no-repeat #7bbcfc;
	padding-left: 640px;
	padding-right: 20px;
	padding-top: 10px;
}

#statistic .content h3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url('../images/double_line.png') repeat-x left center;
	margin: 0;
	padding: 10px 0;
}

#statistic .content h3 span {
	padding: 0 10px;
	background: #7bbcfc;	
	color: #fff;
}

#statistic p {
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 8px 0 10px 0;
	color: #fff;
}

#statistic p span {
	font-weight: bold;
	color:#fff;
}

#steps .step {
	width: 300px;
	height: 300px;
	margin-right: 20px;
	color: #fff;
	background: #7bbcfc;
	float: left;
}

#steps .step.last {
	margin-right: 0;
}

#steps .step .thumbnail {
	height: 200px;
}

#steps .step .caption {
	height: 95px;
	padding-top: 5px;
}

#steps .step .caption h3 {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
}

#steps .step .caption h3 span {
	width: 30px;
	height: 30px;
	left: -5px;
	top: 0;
	font-size: 15px;
	text-align: center;
	background: #0084ff;
	display: inline-block;
	position: relative;
	color: #fff;
}

#steps .step .caption p {
	margin: 0 10px 0 35px;
	color: #fff;
	font-size: 13px;
}

.section-services {
	height: 400px;
	padding: 15px 0;
}

.section-services h3 {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
	color: #000;
}

.section-services p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin: 0;
}

.section-services a {
	display: inline-block;
	text-decoration: none;
}

.section-services a + a {
	margin-left: 15px;
}

.section-services .service {
	width: 370px;
	display: inline-block;
	padding-top: 170px;
	vertical-align: top;
	position: relative;
}


.section-services .service:before {
	font-family: 'AE', fantasy;
	position: absolute;
	font-size: 83px;
	top: 30px;
	text-align: center;
	width: 100%;
	top: 70px;
}

.section-services .service.depot:before {
	content: '\e604';
	color: #6aaeed;
}

.section-services .service.repack:before {
	content: '\e603';
	color: #dd0033;
}

.section-services .service.shipping:before {
	content: '\e607';
	color: #bf9144;
}

.section-services .service.compare:before {
	content: '\e601';
	color: #4bd05b;
}

.section-services .service.post:before {
	content: '\e605';
	color: #7c6d72;
}

.section-services .service.saving:before {
	content: '\e602';
	color: #fecb34;
}

.section-services .service + .service {
	margin-left: 15px;
}

.section-services a .service {
	margin-left: 0;
}

.section-services .service h4 {
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding-bottom: 5px;
}

.section-services .service p {
	height: 115px;
}

.section-companies {
	background: #fff;
}

.section-companies .section-content {
	height: 78px;
	text-align: center;
}

.section-companies .company {
	font-size: 40px;
	line-height: 78px;
}

.section-companies .company:before {
	color: #5F666E;
	margin: 0 37px;
}

.section-companies .company-dhl:before {
	position: relative;
	top: -6px;
}

.section-steps {
	text-align: center;
	padding: 30px 0;
}

.section-steps .step {
	width: 300px;
	height: 375px;
	display: inline-block;
	vertical-align: top;
}

.section-steps .step + .step {
	margin-left: 15px;
}

.section-steps .step {}

.section-steps .step .caption h3 {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
}

.section-steps .step .caption h3 span {
	width: 30px;
	height: 30px;
	left: -5px;
	top: 0;
	font-size: 15px;
	text-align: center;
	background: #0084ff;
	display: inline-block;
	position: relative;
	color: #fff;
}

.section-steps .step .caption p {
	margin: 0 10px 0 35px;
	color: #fff;
	font-size: 13px;
}


.section-contact h3 {
	font-weight: 600;
	margin: 0;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
}

.section-contact .circles {
	text-align: center;
}

.section-contact .circles .info {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.section-contact .circles .info + .info {
	margin-left: 42px;
}

.section-contact .circles .info .circle {
	width: 150px;
	height: 150px;
	margin: 0 20px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.section-contact .circles .info .circle:after {
	position: absolute;
	border: 3px solid #fff;
	content: '';
	width: 144px;
	height: 144px;
	left: 50%;
	margin-left: -72px;
	border-radius: 50%;
	top: 50%;
	margin-top: -72px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
	-o-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
	-webkit-transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
	transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.section-contact .circles .info:hover .circle:after {
	width: 176px;
	height: 176px;
	margin-left: -88px;
	margin-top: -88px;
}

.section-contact .circles .info .circle:before {
	font-family: 'AE', fantasy;
	color: #000;
	line-height: 150px;
	font-size: 60px;
	text-align: center;
}

.section-contact .circles .info .circle-address:before {
	content: '\e635';
	margin-left: 12px;
}

.section-contact .circles .info .circle-phone:before {
	content: '\e636';
}

.section-contact .circles .info .circle-email:before {
	content: '\e60a';
}

.section-contact .circles .info .circle-skype:before {
	content: '\eac6';
}

.section-contact .circles .info .circle-facebook:before {
	content: '\ea8e';
}

.section-contact .circles .info span {
	text-transform: uppercase;
	color:#ee6557;
	display: block;
	margin-top: 18px;
}

.section-contact .circles .info p {}

.section-contact form textarea {
	resize:none;
	float: right;
	width: 690px;
	height: 305px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	border: 0;
}

.section-contact form .fumi-input {
	float: left;
	width: 330px;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 18px;
}

.section-contact form .fumi-input .input-field {
	width: 259px;
	font-size: 18px;
}

.section-contact form .fumi-input .input-label .input-icon {
	color: #000;
}

.section-contact form .btn {
	float: right;
}

.section-contact {}

.section-packages {
	clear: both;
}

.section-packages .section-content {
	padding: 0 !important;
}

.section-packages.alt {
	background: #eee;
}

.section-packages .cell {
	float: left;
	padding: 8px 0;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	position: relative;
	font-size: 14px;
	padding-left: 20px;
}

.section-packages .cell + .cell {
	text-align: center;
	padding-left: 0;
	font-weight: 300;
}

.section-packages + .section-packages .cell + .cell:before,
.section-packages .cell + .cell:before {
	position: absolute;
	left: 0;
	top: 50%;
	border-right: 2px solid #0084FF;
	height:80%;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-packages.registration-line .cell:before {
	border: 0 !important;
}

.section-packages  + .section-packages .cell:before {
	height: 60% !important;
}

.section-packages.package-price .cell:before {
	height: 80% !important;
}

.section-packages .cellspan-2 {
	width: 66.6%;
}

.section-packages .cell .circle {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #0084ff;
	position: relative;
	margin-left: 20px;
}

.section-packages .cell .circle span {
	color: #fff;
	position: absolute;
	font-weight: 600;
	left: 0;
	width: 100%;
}

.section-packages .cell .circle-box {
	margin: 0 20px;
	display: inline-block;
}

.section-packages .cell .circle-box p {
	/*font-size: 18px;
	float: none;
	margin: 0;
	padding-top: 5px;
	font-weight: 400;*/
}

.section-packages .cell .small-circle {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #0084ff;
	position: relative;
}

.section-packages .cell .small-circle span {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
}

.section-packages .cell p {
	float: left;
	font-size: 38px;
	margin-left: 20px;
	margin-top: 40px;
}

.section-packages .cell .icon:before {
	font-family: 'AE', fantasy;
	display: block;
	font-size: 20px;
}

.section-packages .cell .icon-no:before {
	content: '\ea0f';
}

.section-packages .cell .icon-yes:before {
	content: '\ea10';
}

#container .section-information {}

#container .section-information.section-alt {
	background: #eee;
}

#container .section-information.section-alt .subtitle {
	background: #eee;
}

#container .section-information .row {}
#container .section-information .row b {
	font-weight: 500;
}

#container .section-information .row ul li b,
#container .section-information .row ul li strong {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
}

#container .section-information .row.hidden {
	display: none;
}

#container .section-information .row .left {
	float: left;
	width: 24%;
	margin: 0;
}

#container .section-information .row .left .circle {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: #eee no-repeat center center;
	margin: 0 auto;
}

#container .section-information.section-alt .row .left .circle {
	background-color: #fff;
}

#container .section-information .row .left .small-circle {
	width: 25px;
	height: 25px;
	margin: 20px auto;
}

#container .section-information .row .left .big-circle:before {
	font-family: 'AE', fantasy;
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 210px;
	text-align: center;
	display: block;
	font-size: 60px;
}

#container .section-information .info-sofort .row .left .circle {
	background: #ee7f00;
}

#container .section-information .info-sofort .row .left .big-circle:before {
	content: '\e623';
	font-size: 55px;
}

#container .section-information .info-borgun .row .left .circle {
	background: #1976bc;
}

#container .section-information .info-borgun .row .left .big-circle:before {
	content: '\e626';
	font-size: 70px;
}

#container .section-information .info-paypal .row .left .circle {
	background: #009de1;
}

#container .section-information .info-paypal .row .left .big-circle:before {
	content: '\e627';
	font-size: 45px;
}

#container .section-information .info-wire .row .left .circle {
	background: #3cb64a;
}

#container .section-information .info-wire .row .left .big-circle:before {
	content: '\e625';
	font-size: 70px;
}

#container .section-information .info-cod .row .left .circle {
	background: #998675;
}

#container .section-information .info-cod .row .left .big-circle:before {
	content: '\e624';
	font-size: 120px;
}

#container .section-information .info-home .row .left .circle {
	background: #0084ff;
}

#container .section-information .info-home .row .left .big-circle:before {
	content: '\e628';
	font-size: 120px;
}

#container .section-information .info-dpd .row .left .circle {
	background: #d50032;
}

#container .section-information .info-dpd .row .left .big-circle:before {
	content: '\e630';
}

#container .section-information .info-webox .row .left .circle {
	background: #a6ce39;
}

#container .section-information .info-webox .row .left .big-circle:before {
	content: '\e616';
	font-size: 110px;
}

#container .section-information .info-mpl .row .left .circle {
	background: #3ba445;
}

#container .section-information .info-mpl .row .left .big-circle:before {
	content: '\e620';
	font-size: 110px;
}

#container .section-information .info-dhl .row .left .circle {
	background: #ffcc00;
}

#container .section-information .info-dhl .row .left .big-circle:before {
	content: '\e613';
	font-size: 26px;
}

#container .section-information .info-tnt .row .left .circle {
	background: #FF7200;
}

#container .section-information .info-tnt .row .left .big-circle:before {
	content: '\e618';
}

#container .section-information .info-ups .row .left .circle {
	background: #5C3911;
}

#container .section-information .info-ups .row .left .big-circle:before {
	content: '\e61b';
	font-size: 110px;
}

#container .section-information .info-fedex .row .left .circle {
	background: #2A007C;
}

#container .section-information .info-fedex .row .left .big-circle:before {
	content: '\e614';
	font-size: 70px;
}

#container .section-information .info-webox .row .left .circle {
	background: #a6ce39;
}

#container .section-information .info-webox .row .left .big-circle:before {
	content: '\e616';
	font-size: 70px;
}

#container .section-information .info-usa .row .left .big-circle {
	background-image: url('../images/flag-usa.png');
	background-size: 143px;
	background-position: center 53px;
}

#container .section-information .info-england .row .left .big-circle {
	background-image: url('../images/flag-england.png');
	background-size: 143px;
	background-position: center 53px;
}

#container .section-information .info-hungary .row .left .big-circle {
	background-image: url('../images/flag-hungary.png');
	background-size: 143px;
	background-position: center 53px;
}

#container .section-information .info-germany .row .left .big-circle {
	background-image: url('../images/flag-germany.png');
	background-size: 143px;
	background-position: center 53px;
}

#container .section-information .info-china .row .left .big-circle {
	background-image: url('../images/flag-china.png');
	background-size: 143px;
	background-position: center 53px;
}

#container .section-information .row .right {
	float: right;
	width: 72%;
	margin: 0;
}

#container .section-information .row .right.table {
	display: table;
}

#container .section-information .row .right.table p {
	display: table-cell;
	vertical-align: middle;
	height: 210px;
}

#container .section-information .row .right a {
	text-decoration: none;
}

#container .section-information .row .right h3 {
	cursor: pointer;
	margin: 0;
	margin-bottom: 10px;
}

#container .section-information .row .right h3.drop-link:before {
	font-family: 'AE', fantasy;
	content: '\f0a3';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background: #eee;
}

#container .section-information.section-alt .row .right h3.drop-link:before {
	background: #fff;
}

#container .section-information .row .right h3.active:before {
	content: '\f0a2';
}

#container .section-information .row .right h4 {
	font-size: 19px;
	font-weight: 600;
}

#container .section-information .row .right table {
	width: 100%;
	margin: 40px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#container .section-information .row .right table.small {
	font-size: 13px;
}

#container .section-information .row .right table th {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}

#container .section-information .row .right table tbody td {
	padding: 10px 0;
}

#container .section-information .row .right table tbody td + td {
	padding: 10px 15px;
	position: relative;
}

#container .section-information .row .right table tbody td + td:before {
	position: absolute;
	left: 0;
	top: 50%;
	border-right: 2px solid #0084FF;
	height: 60%;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#container .section-information .row .right table tbody tr + tr td {
	/*border-top: 1px solid #999;*/
}

#container .section-information .row .right table .icon:before {
	font-family: 'AE', fantasy;
	display: block;
	font-size: 100%;
	text-align: center;
}

#container .section-information .row .right table .icon-no:before {
	content: '\ea0f';
}

#container .section-information .row .right table .icon-yes:before {
	content: '\ea10';
}

#container .section-post .post-date {
	float: left;
	color: #8C8C8C;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

#container .section-post .post-date:before {
	font-family: 'AE';
	content: '\e94e';
	margin-right: 10px;
	line-height: 20px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}

#container .section-post .post-author {
	float: left;
	color: #8C8C8C;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 30px;
}

#container .section-post .post-author:before {
	font-family: 'AE';
	content: '\e65c';
	margin-right: 10px;
	line-height: 20px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}

#container {
	padding-bottom:580px;
	padding-top: 105px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content {
	background: #fff;
}

#container > .content .section .section-content {
	padding: 30px;
	/*width: 940px;*/
	width: 1140px;
}

#container > .content h1 {
	margin: 0;
	padding:0 0 15px 0;
	font-size:40px;
	color:#000;
}
/*
#container > .content h2 {
	margin:0;
	margin-bottom: 20px;
	font-size: 25px;
	color: #fff;
	background: url('../images/double_line_dark.png') repeat-x left center;
	text-align: center;
}

#container > .content h2 span {
	padding: 0 10px;
	background: #fff;	
	color: #3c5c7c;
}
*/
#container > .content .gray-box {
	/*background: #eee;*/
	padding: 0;
	margin-bottom: 0;
}

#container > .content .gray-box .button {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	float: right;
}

#container > .content .form .gray-box label > span,
#container > .content .form .gray-box .label > span {
	width:200px;
	color: #777;
}

#container > .content .form .gray-box label input {
	width: 680px;
}

#container > .content .form .gray-box label textarea {
	width: 680px;
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	background: #f9f9f9;
	font-size:16px;
	height: 110px;
	float: left;
}

#container > .content .form a.button.product-add-button, #container > .content .form a.button.product-del-button {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-bottom: 10px;
}

#container > .content .left {
	float: left;
	width: 48%;
	margin-top: 10px;
}

#container > .content .right {
	float: right;
	width: 48%;
	margin-top: 10px;
}

#container > .content .form label,
#container > .content .form .label {
	min-height: 40px;
	display: block;
	margin-bottom: 8px;
}

#container > .content .form label > span,
#container > .content .form .label > span {
	display: block;
	width: 200px;
	float: left;
	font-size: 16px;
	/*font-weight: bold;*/
	height: 40px;
	line-height: 40px;
}

#container > .content .form label > span .required,
#container > .content .form .label > span .required {
	color: red;
	margin-left: 5px;
	display: inline;
}

#container > .content .form label input,
#container > .content .form .label input {
	display: block;
	float: left;
	height: 36px;
	width:335px;
	padding: 0 5px;
	margin: 0;
	border: 1px solid rgba(70, 123, 190, 0.4);
	background: #fff;
	font-size:16px;
}

#container > .content .form .label select {
	height: 38px;
	width: 347px;
	background: #fff;
	border: 1px solid rgba(0, 132, 255, 0.4);
}

#container > .content .form .label .custom-combobox {
	float: left;
	height: 38px;
	width: 347px;
	background: #fff;
	font-size:16px;
	position: relative;
}

#container > .content .form .label .custom-combobox input {
	float: left;
	border: 1px solid rgba(70, 123, 190, 0.4);
	width: 100%; 
	height: 100%;
	padding: 0 40px 0 5px;
	outline: 0;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	border-radius:0;
	font-weight: 300;
	box-sizing: border-box;
}

#container > .content .form .label .custom-combobox a {
	position: absolute;
	right: 0;
	height: 100%;
	margin: 0;
	border-radius: 0;
	width: 40px;
	background: none;
	box-sizing: border-box;
	border:0;
}

#container > .content .form .label .custom-combobox a:before {
	font-family: 'AE';
	content: '\f0a3';
	position: absolute;
	font-size: 25px;
	width: 40px;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 0;
	text-align: center;
	line-height: 38px;
	background: inherit;
	color: #444;
	outline: 0;
}

#container > .content .form .label .custom-select {
	width: 347px;
}

#container > .content .form .captcha {
	border: solid 1px #fff;
	float: left;
}

#container > .content .form .captcha + input {
	width: 110px;
	margin-left: 7px;
}

#container > .content .form .section-content {
	padding: 15px 30px;
}

#container > .content .form .product {}

#container > .content .form .product .section-content {
	padding: 15px 30px;
}

#container > .content .form .product .no {
	position:absolute;
	right:99%;
	font-size: 44px;
	border-right: 2px solid #7B828A;
	color:#7B828A;
	padding-right: 10px;
	top:39px;
	height:62px;
	font-weight: 300;
}

#container > .content .form .product.product-package .no {
	top: 47px;
	height: 38px;
	line-height: 38px;
	font-size: 35px;
}

#container > .content .form .product.product-package + .product .no {
	top:15px;
}

#container > .content .form .product.product-package .label {
	margin-bottom: 0;
	float: left;
}

#container > .content .form .product.product-package .label > span {
	float: none;
	width: auto;
	height: auto;
	line-height: normal;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: center;
}

#container > .content .form .product.product-package .label input {
	text-align: center;

}

#container > .content .form .product.product-package .label input[disabled] {
	cursor:no-drop;
	background: #FDF5F5;
}

#container > .content .form .product .product-add-button {
	font-family: 'AE', fantasy;
	color: #fff;
	background: #0084ff;
	height: 38px;
	width: 38px;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	position: absolute;
	font-size: 17px;
	left: 99%;
	top: 50%;
	margin-top: -19px;
	margin-left: 43px;
}

#container > .content .form .product .product-del-button {
	font-family: 'AE', fantasy;
	color: #fff;
	background: #DC0032;
	height: 38px;
	width: 38px;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	position: absolute;
	font-size: 17px;
	left: 99%;
	top: 50%;
	margin-top: -19px;
}

#container > .content .form .product.product-package .product-del-button,
#container > .content .form .product.product-package .product-add-button {
	margin-top: 0;
	top: 47px;
}

#container > .content .form .product.product-package + .product .product-del-button,
#container > .content .form .product.product-package + .product .product-add-button {
	top: 15px;
}

#container > .content .form .payments,
#container > .content .form .shippings {
	padding: 10px 0;
	text-align: center;
}

#container > .content .form .method-circle {
	text-align: center;
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

#container > .content .form .shippings .method-circle {
	width: 129px;
	margin: 0 15px;
}

#container > .content .form .payments .method-circle {
	margin: 0 27px;
}

#container > .content .form .method-circle label {
	display: block;
	cursor: pointer;
	margin-bottom: 14px;
}

#container > .content .form .method-circle label input {
	position: absolute;
	left: -9999px;
}

#container > .content .form .method-circle label .circle {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .form .shippings .method-circle label .circle {
	width: 129px;
	height: 129px;
}

#container > .content .form .method-circle label .checked + .circle,
#container > .content .form .method-circle label:hover .circle {
	background: #0084ff;
}

#container > .content .form .method-circle label .circle:before {
	font-family: 'AE', fantasy;
	font-size:60px;
	color: #000;
	width: 100%;
	line-height: 170px;
	height: 100%;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .form .shippings .method-circle label .circle:before {
	line-height: 129px;
}

#container > .content .form .method-circle label .checked + .circle:before,
#container > .content .form .method-circle label:hover .circle:before {
	color: #fff;
}

#container > .content .form .method-circle label .payment-1:before {
	content: '\e626';
}

#container > .content .form .method-circle label .checked + .payment-1,
#container > .content .form .method-circle label:hover .payment-1 {
	background: #1976bc;
}

#container > .content .form .method-circle label .payment-2:before {
	content: '\e623';
	font-size:41px;
}

#container > .content .form .method-circle label .checked + .payment-2,
#container > .content .form .method-circle label:hover .payment-2 {
	background: #ee7f00;
}

#container > .content .form .method-circle label .payment-3:before {
	content: '\e627';
	font-size:38px;
}

#container > .content .form .method-circle label .checked + .payment-3,
#container > .content .form .method-circle label:hover .payment-3 {
	background: #009de1;
}

#container > .content .form .method-circle label .payment-4:before {
	content: '\e625';
}

#container > .content .form .method-circle label .checked + .payment-4,
#container > .content .form .method-circle label:hover .payment-4 {
	background: #3cb64a;
}

#container > .content .form .method-circle label .payment-15:before {
	content: '\e624';
	font-size:90px;
}

#container > .content .form .method-circle label .checked + .payment-15,
#container > .content .form .method-circle label:hover .payment-15 {
	background: #998675;
}

#container > .content .form .method-circle label .shipping-6:before {
	content: '\e628';
}

#container > .content .form .method-circle label .shipping-7:before {
	content: '\e630';
	font-size:38px;
}

#container > .content .form .method-circle label .checked + .shipping-7,
#container > .content .form .method-circle label:hover .shipping-7 {
	background: #d50032;
}

#container > .content .form .method-circle label .shipping-8:before {
	content: '\e616';
}

#container > .content .form .method-circle label .checked + .shipping-8,
#container > .content .form .method-circle label:hover .shipping-8 {
	background: #a6ce39;
}


#container > .content .form .method-circle label .shipping-11:before {
	content: '\e62b';
	font-size:58px;
	line-height: 140px!important;
}

#container > .content .form .method-circle label .checked + .shipping-11,
#container > .content .form .method-circle label:hover .shipping-11 {
	background: #ef4035;
}

#container > .content .form .method-circle label .shipping-12:before {
	content: '\e62c';
	font-size:60px;
}

#container > .content .form .method-circle label .checked + .shipping-12,
#container > .content .form .method-circle label:hover .shipping-12 {
	background: #05632f;
}

#container > .content .form .method-circle label .shipping-13:before {
	content: '\e620';
	font-size:60px;
}

#container > .content .form .method-circle label .checked + .shipping-13,
#container > .content .form .method-circle label:hover .shipping-13 {
	background: #3ba445;
}

#container > .content .form .method-circle label .shipping-14:before {
	content: '\e62d';
	font-size:91px;
}

#container > .content .form .method-circle label .checked + .shipping-14,
#container > .content .form .method-circle label:hover .shipping-14 {
	background: #a3a3a3;
}

#container > .content .form .method-circle label .circle span {
	display:block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .form .method-circle label .checked + .circle span,
#container > .content .form .method-circle label:hover .circle span {
	color: #fff;
}

#container > .content .form .shippings .shipping-info {
	display: none;
}

#container > .content .form .shippings .shipping-info h4 {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}

#container > .content .form .shippings .description {
	padding: 20px 0;
	text-align: left;
}

#container > .content .form .shippings .shipping-terminal  + .description {
	float: right;
}

#container > .content .form .shippings .description > div {
	float: left;
}

#container > .content .form .shippings .description > div.clear {
	float: none;
}

#container > .content .form .shippings .description p {
	margin-top:0;
}

#container > .content .form .shippings .description > div table {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 500px;
}

#container > .content .form .shippings .description > div + div {
	margin-left: 140px;
}

#container > .content .form .shippings .shipping-terminal + .description > div {
	float: none;
}

#container > .content .form .shippings .shipping-terminal + .description div + div {
	margin-left: 0;
}

#container > .content .form .shippings .description table th {
	font-weight: 400;
}

#container > .content .form .shippings .description table th,
#container > .content .form .shippings .description table td {
	border: 1px solid rgba(0, 132, 255, 1);
}

#container > .content .form .shippings .shipping-terminal {
	float: left;
	padding: 20px 0;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#container > .content .form .shippings .shipping-terminal .custom-select {
	width: 500px;
	display: block;
}
#container > .content .form .types {
	padding: 10px 0;
	text-align: center;
}

#container > .content .form .type-circle {
	text-align: center;
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

#container > .content .form .type-circle label {
	display: block;
	cursor: pointer;
	margin-bottom: 14px;
}

#container > .content .form .type-circle label input {
	position: absolute;
	left: -9999px;
}

#container > .content .form .type-circle label .circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .form .circle .bubble {
	display: none;
}

#container > .content .form .circle:hover .bubble {
	position: absolute;
	display: block;
    background: #DC0032;
    padding: 7px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    top: 0;
    left: 48%;
    width: 140px;
    z-index: 2;
}

#container > .content .form .type-circle label .checked + .circle,
#container > .content .form .type-circle label:hover .circle {
	background: #0084ff;
}

#container > .content .form .type-circle label .circle:before {
	font-family: 'AE';
	font-size:60px;
	color: #000;
	width: 100%;
	line-height: 130px;
	height: 100%;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .form .type-circle label .checked + .circle:before,
#container > .content .form .type-circle label:hover .circle:before {
	color: #fff;
}

#container > .content .form .type-circle label .type-document:before {
	content: '\e632';
}

#container > .content .form .type-circle label .checked + .type-document,
#container > .content .form .type-circle label:hover .type-document {
	/*background: #a3a3a3;*/
}

#container > .content .form .type-circle label .type-box:before {
	content: '\e631';
}

#container > .content .form .type-circle label .type-pallet:before {
	content: '\e62f';
	font-size:70px;
}

#container > .content .form .type-circle label .type-special:before {
	content: '\e633';
	font-size:70px;
}

#container > .content .form .type-circle label .dutytype-1:before {
	content: '\e632';
}

#container > .content .form .type-circle label .dutytype-2:before {
	content: '\e64a';
	font-size: 65px;
	margin-left: -2px;
}

#container > .content .form .type-circle label .dutytype-3:before {
	content: '\e648';
}

#container > .content .form .type-circle label .dutytype-4:before {
	content: '\e646';
}

#container > .content .form .type-circle label .dutytype-5:before {
	content: '\e649';
	margin-left: 2px;
	line-height: 129px;
}

#container > .content .form .type-circle label .dutytype-6:before {
	content: '\e647';
}

#container > .content .step-5 .form .type-circle {
	width: 175px;
}

#container > .content .form .type-circle label {
	margin-bottom: 5px;
}

#container > .content .step-5 .form .type-circle + .type-circle {
	padding-top: 25px;
}

#container > .content .step-5 .form .type-circle label .circle {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

#container > .content .step-5 .form .type-circle label .circle:before {
	line-height: 90px;
	font-size: 40px;
}

#container > .content .form .type-circle label .is-company-0:before {
	content: '\e64e';
}

#container > .content .form .type-circle label .is-company-1:before {
	content: '\e64f';
}

#container > .content .form textarea {
	width: 100%;
	height: 80px;
	margin-top: 10px;
	resize:none;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 132, 255, 0.4);
}

#container > .content .form .button {
	float: left;
	margin-left: 150px;
	border: 0;
	background: #003c74;
	/*font-weight: bold;*/
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	height: 50px;
	cursor: hand;
	cursor: pointer;
}

#container > .content .button:hover {
	background: #000;
}

#container > .content .gray-box table {
	width: 100%;
	margin: 5px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#container > .content .gray-box table.small {
	font-size: 13px;
}

#container > .content .gray-box table th {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}

#container > .content .gray-box table tbody td {
	padding: 10px 0;

}

#container > .content .gray-box table tbody td {
	padding: 10px 15px;
	position: relative;
}

#container > .content .gray-box table tbody td:before {
	position: absolute;
	left: 0;
	top: 50%;
	border-right: 2px solid #0084FF;
	height: 60%;
	content: '';
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#container > .content .gray-box table tbody td.no-border:before {
	border:0;
}

#container > .content .gray-box table tbody td.no-wrap {
	white-space: nowrap;
}

#container > .content .gray-box table a.more-status {
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 600;
	color: #DC0032;
}


#container > .content a.button {
	float: left;
	border: 0;
	background: #003c74;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	height: 50px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	line-height: 50px;
	text-transform: uppercase;
}

#container > .content a.button:hover {
	background: #000;
}

#container > .content p.info {
	padding: 30px;
	background: #f8f8f8;
	font-weight: bold;
	color:#000;
	line-height:25px;
}

#container > .content .feedback-percent-circle {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	margin-left: 80px;
}

#container > .content .feedback-percent-circle span {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 200px;
	font-size: 70px;
	font-weight: 500;
	top: 0;
	left: 0;
	color: #0084ff;
	font-family: 'Squada One', cursive;
	font-family: 'Aldrich', sans-serif;
}

#container > .content .feedback-summary {
	float: right;
	width: 750px;
}

#container > .content .feedback-summary .feedback-bar {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}

#container > .content .feedback-summary .feedback-bar .feedback-label {
	color: #fff;
	width: 25%;
	padding-left: 10px;
	font-weight: 500;
	background: #0872D5;
	border-radius: 4px 0 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#container > .content .feedback-summary .feedback-bar .feedback-bar-container {
	width: 75%;
	height: 100%;
	background: #fff;
	float: left;
	position: relative;
	border-radius: 0 4px 4px 0;
}

#container > .content .feedback-summary .feedback-bar .feedback-bar-container .value {
	position: absolute;
	left: 433px;
	width: 130px;
	display: block;
	padding-right: 10px;
	text-align: right;
	z-index: 1;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container > .content .feedback-summary .feedback-bar .feedback-bar-container .feedback-bar-line {
	background: #0084ff;
	height: 100%;
	width: 0;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 4s ease-out;
	-moz-transition: all 4s ease-out;
	-o-transition: all 4s ease-out;
	transition: all 4s ease-out;
}

#container > .content .feedback-summary .feedback-bar .feedback-bar-container .feedback-bar-line .value {
	color: #fff;
}

#container > .content .feedback-form .star-bar .star-label {
	float: left;
	height: 37px;
	line-height: 37px
}

#container > .content .feedback-form .star-bar .star-container {
	float: right;
	height: 37px;
	line-height: 37px;
}

#container > .content .feedback-form .star-bar .star-container .star {
	display: inline-block;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
}

#container > .content .feedback-form .star-bar .star-container .star input {
	position: absolute;
	left: -9999px;
}

#container > .content .feedback-form .star-bar .star-container .star input + .star-gfx {
	width: 17px;
	height: 37px;
	position: relative;
}

#container > .content .feedback-form .star-bar .star-container .star input + .star-gfx:before {
	font-family: 'AE';
	content: '\e66d';
	line-height: 37px;
	font-size: 18px;
	height: 37px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #797777;
}

#container > .content .feedback-form .star-bar .star-container .star input.checked + .star-gfx:before {
	color: #0084ff;
}

#container > .content .feedbacks-list .feedback {
	padding-bottom: 20px;

}

#container > .content .feedbacks-list .feedback .meta {
	float: left;
	background: #0084ff;
	border-radius: 4px 0 0 4px;
	width: 20%;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#container > .content .feedbacks-list .feedback .meta .name, #container > .content .feedbacks-list .feedback .meta .time {
	padding: 5px 10px;
	color: #fff;
	font-weight: 500;
}

#container > .content .feedbacks-list .feedback .meta .rating-bar {
	width: 80px;
	height: 16px;
	background: url('../images/star-off.png') 0 0 repeat-x;
	margin: 5px 10px;
}

#container > .content .feedbacks-list .feedback .meta .rating-bar .rating {
	height: 16px;
	width: 0;
	background: url('../images/star-on.png') 0 0 repeat-x;
}

#container > .content .feedbacks-list .feedback .meta .rate-bar {
	height: 4px;
	border-radius: 5px;
	background: #DC0032;
	width: 90%;
	margin: 15px 0 5px 10px;
	position: relative;
}

#container > .content .feedbacks-list .feedback .meta .rate-bar span {
	position: absolute;
	right: 0;
	bottom: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

#container > .content .feedbacks-list .feedback .meta .rate-bar .rate {
	height: 100%;
	top: 0;
	left: 0;
	width: 0;
	position: absolute;
	background: #fff;
	-webkit-transition: all 4s ease-out;
	-moz-transition: all 4s ease-out;
	-o-transition: all 4s ease-out;
	transition: all 4s ease-out;
}

#container > .content .feedbacks-list .feedback .description {
	float:left;
	border-radius: 0 4px 4px 0;
	border: 1px solid #dedede;
	background: #fff;
	border-left: 0;
	width: 80%;
	height: 90px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container > .content .faq-categories {
	text-align: center;
}

#container > .content .faq-categories a {
	color:#333;
	text-decoration: none;
	margin: 0 20px;
}

#container > .content .faq-categories span {
	color: #999;
}

#container > .content .faq-category h2 {
	color: #333;
}

#container > .content .faq-category .faq {
	color: #333;
}

#container > .content .faq-category .faq h3 {
	color: #555;
	cursor: hand;
	cursor: pointer;
}

#container > .content .faq-category .faq h3 .fontello {
	color: #fff;
	margin-right: 10px;
}

#container > .content .faq-category .faq h3:hover .fontello {
	color: #c8cacc;
}

#container > .content .faq-category .faq h3.active .fontello {
	color: #0084ff !important;
}

#container > .content .faq-category .faq p {
	font-weight: bold;
	color: #000;
	padding: 0 0 14px 28px;
	margin: 0;
	line-height: 25px;
	display: none;
}

#container > .content .labeled-box {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#container > .content .labeled-box .top {
	font-size: 20px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}

#container > .content .results {
	position:relative;
}

#container > .content .results .loader {
	position: absolute;
	margin-top: -210px;
}

#container > .content .section-content tr .road,
#container > .content .section-content tr .ship-to-home,
#container > .content .section-content tr .collection,
#container > .content .section-content tr .printer {
	font-size: 12px;
	text-transform: uppercase;
}

#container > .content .section-content tr .road:before {
	font-family: 'AE';
	font-size: 34px;
	margin-right: 10px;
	color: #0084ff;
	vertical-align: middle;
}

#container > .content .section-content tr .road.no:before {
	content: '\e66c';
}

#container > .content .section-content tr .road.yes:before {
	content: '\e669';
}

#container > .content .section-content tr .ship-to-home:before {
	font-family: 'AE';
	content: '\e666';
	font-size: 36px;
	margin-right: 10px;
	color: #0084ff;
	vertical-align: middle;
}

#container > .content .section-content tr .printer.no {
	color: #dc0032;
}

#container > .content .section-content tr .printer.yes {
	color: #0084ff;
}

#container > .content .section-content tr .printer:before {
	font-family: 'AE';
	content: '\e64c';
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}

#container > .content .results .section-results .section-content tr .info {
	position: relative;
	width:20px;
	height: 22px;
	cursor: pointer;
}

#container > .content .results .section-results .section-content tr .info:before {
	font-family: 'AE';
	content: '\e64d';
	font-size: 20px;
	color: #0084ff;
	vertical-align: middle;
}

#container > .content .results .section-results .section-content tr .info .bubble {
	display: none;
	position: absolute;
	z-index: 2;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	right:10px;
	top:5px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #0084ff;
}

.bubble ul {
	text-transform: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bubble ul li {
	padding: 0;
	margin: 0;
}

.bubble ul li + li {
	margin-top:10px;
}

.bubble ul li:before {
	font-family: 'AE';
	content:'\ea10';
	margin-right: 10px;
}

#container > .content .results .section-results .section-content tr .info:hover .bubble {
	display: none;

}

#container > .content .section-content tr .collection:before {
	font-family: 'AE';
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
	color: #0084ff;
}

#container > .content .section-content tr .collection.home:before {
	content: '\e643';
}

#container > .content .section-content tr .collection.depot:before {
	content: '\e641';
}

#container > .content .calculator-progressbar {
	width: 90%;
	height: 20px;
	background: #eee;
	border-radius: 15px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 60px;
	top: 30px;
}

#container > .content .calculator-progressbar .progress {
	width: 0%;
	height: 10px;
	position: relative;
	top: 5px;
	border-radius: 15px;
	background: #0084FF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .calculator-progressbar .progress-step {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eee;
	left: 0;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
}

#container > .content .calculator-progressbar .progress-step span {
	display: block;
	width: 150px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
}

#container > .content .calculator-progressbar .progress-step.circle {
	background: none;
}

#container > .content .calculator-progressbar .progress-step:before {
	font-family: 'AE';
	display: block;
	content: '';
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin: 0 0 0 0;
	line-height: 0;
	width:0;
	height:0;
	font-size: 0;
	font-weight: normal;
	text-align: center;
	background: #0084FF;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-moz-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
	transition: all 0.3s ease-out 0.2s;
	color: #eee;
}

#container > .content .calculator-progressbar .progress-step.active:before {
	margin: -15px 0 0 -15px;
	width:30px;
	height:30px;
	line-height: 30px;
}

#container > .content .calculator-progressbar .progress-step.act.active:before {
   /* margin: -25px 0 0 -25px;
	width:50px;
	height:50px;
	line-height: 50px;*/
}

#container > .content .calculator-progressbar .progress-step.done:before {
	font-family: 'AE';
	content: '\ea10';
	font-size: 12px;
}

#container > .content .calculator-progressbar .progress-step.act:before {
	content: '\f052';
	font-size: 23px;
}

#container > .content .calculator-progressbar .progress-step-2 {
	left: 20%;
}

#container > .content .calculator-progressbar .progress-step-3 {
	left: 40%;
}

#container > .content .calculator-progressbar .progress-step-4 {
	left: 60%;
}

#container > .content .calculator-progressbar .progress-step-5 {
	left: 80%;
}

#container > .content .calculator-progressbar .progress-step-6 {
	left: 100%;
}

#container > .content .calculator .type-selector {
	text-align: center;
	float: left;
	width: 180px;
	margin-left: 20px;
}

#container > .content .calculator .type-selector p,
#container > .content .calculator .mode-selector p,
#container > .content .calculator .types p {
	margin: 0;
	font-size: 35px;
	font-weight: 400;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .calculator .mode-selector.disabled p,
#container > .content .calculator .types.disabled p {
	color: #e0e0e0;
}

#container > .content .calculator .mode-selector {
	text-align: center;
	float: left;
	width: 430px;
	margin-left: 60px;
	position: relative;
}

#container > .content .calculator .mode-selector:before,
#container > .content .calculator .types:before {
	font-family: 'AE';
	content: '\e63a';
	font-size: 40px;
	color: #252525;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -30px;
}


#container > .content .calculator .mode-selector.disabled:before,
#container > .content .calculator .types.disabled:before {
	color: #e0e0e0;
}

#container > .content .calculator .type-selector > div,
#container > .content .calculator .mode-selector > div {
	display: inline-block;
	text-align: center;
	padding-bottom: 17px;
}

#container > .content .calculator .mode-selector > div input {
	position: absolute;
	left: -9999px;
}

#container > .content .calculator .type-selector > div .circle,
#container > .content .calculator .mode-selector > div .circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	margin: 0 20px;
	margin-bottom: 7px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

#container > .content .calculator .mode-selector.disabled > div .circle,
#container > .content .calculator .types.disabled label {
	cursor: not-allowed;
}

#container > .content .calculator .type-selector > div .circle:before,
#container > .content .calculator .mode-selector > div .circle:before {
	font-family: 'AE', fantasy;
	font-size: 60px;
	color: #000;
	width: 100%;
	line-height: 130px;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#container > .content .calculator .mode-selector.disabled > div .circle:before,
#container > .content .calculator .types.disabled > div .circle:before {
	color: #eee;
	cursor: not-allowed;
}

#container > .content .calculator .type-selector > div .circle:hover,
#container > .content .calculator .type-selector > div.active .circle,
#container > .content .calculator .mode-selector > div .circle:hover,
#container > .content .calculator .mode-selector > div .checked + .circle {
	background: #0084ff;
}

#container > .content .calculator .mode-selector.disabled > div .circle:hover,
#container > .content .calculator .mode-selector.disabled > div .checked + .circle,
#container > .content .calculator .types.disabled > div .circle:hover,
#container > .content .calculator .types.disabled > div .checked + .circle {
	background: #fff;
}

#container > .content .calculator .type-selector > div .circle:hover:before,
#container > .content .calculator .type-selector > div.active .circle:before,
#container > .content .calculator .mode-selector > div .circle:hover:before,
#container > .content .calculator .mode-selector > div .checked + .circle:before {
	color: #fff;
}

#container > .content .calculator .mode-selector.disabled > div .circle:hover:before,
#container > .content .calculator .mode-selector.disabled > div .checked + .circle:before,
#container > .content .calculator .types.disabled > div .circle:hover:before,
#container > .content .calculator .types.disabled > div .checked + .circle:before {
	color:#eee;
}

#container > .content .calculator .type-selector > div .circle-courier:before {
	content: '\e60e';
	font-size: 40px;
}

#container > .content .calculator .type-selector > div .circle-depot:before {
	content: '\e644';
}

#container > .content .calculator .mode-selector > div .circle-home:before {
	content: '\e63f';
	font-size: 90px;
}

#container > .content .calculator .mode-selector > div .circle-import:before {
	content: '\e63d';
}

#container > .content .calculator .mode-selector > div .circle-export:before {
	content: '\e63e';
}

#container > .content .calculator .mode-selector > div .circle-3rd:before {
	content: '\e640';
	font-size: 90px;
}

#container > .content .calculator .types {
	padding: 0;
	float: left;
	width:430px;
	margin-left: 20px;
	position: relative;
}

#container > .content .calculator .types .type-circle {
	padding-bottom: 17px;
}

#container > .content .calculator .types .type-circle label {
	margin-bottom: 7px;
}

#container > .content .calculator-steps .left {
	float: left;
	width: 48%;
}

#container > .content .calculator-steps .right {
	float: right;
	width: 48%;
}

#container > .content .calculator-steps .label {
	padding-bottom: 20px;
}

#container > .content .calculator-steps .label.left-label {
	float: left;
	margin-right: 25px;
}

#container > .content .calculator-steps .label.right-label {
	float: right;
}

#container > .content .calculator-steps .package-content-box {
	padding-left: 340px;
	position: relative;
}

#container > .content .calculator-steps .package-content-box:before {
	font-family: 'AE';
	font-size: 154px;
	content: '\e645';
	display: block;
	position: absolute;
	color: #000;
	width: 340px;
	left: 0px;
	text-align: center;
	line-height: 279px;
}

#container > .content .calculator-steps .package-content-box .row span {
	display: block;
	width:400px;
	float: left;
	color:#000;
	font-weight: bold;
	line-height: 25px;
	min-height: 25px;
}

#container > .content .calculator-steps .package-content-box .row .title {
	width:200px;
}

#container > .content .calculator-steps .package-content-box .row input {
	display: block;
	float: left;
	height: 36px;
	width: 460px;
	padding: 0 5px;
	margin: 0;
	border: 1px solid rgba(0, 132, 255, 0.4);
	background: #fff;
	font-size: 16px;
}

#container > .content .calculator-steps .optional-service-selector {
	padding-top: 15px;
}

#container > .content .calculator-steps .optional-service-selector .row {
	padding-left: 40px;
	padding-bottom: 15px;
}

#container > .content .calculator-steps .optional-service-selector .row.fade {
	padding-left: 70px;
}

#container > .content .calculator-steps .optional-service-selector .row .slide-checkbox {
	float: left;
}

#container > .content .slide-checkbox {
	cursor: hand;
	cursor: pointer;
}

#container > .content .slide-checkbox span {
	height: 30px;
	line-height: 30px;
}

#container > .content .slide-checkbox input {
	position: absolute;
	left: -9999px;
}

#container > .content .slide-checkbox .checkbox {
	width:64px;
	height: 30px;
	border-radius: 15px;
	background: #DC0032;
	position: relative;
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	float: left;
}

#container > .content .slide-checkbox .checked + .checkbox {
	background-color:#0084ff;
}

#container > .content .slide-checkbox .checkbox .indent {
	width: 26px;
	height: 26px;
	background: #fff;
	position: absolute;
	left:2px;
	top:2px;
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	border-radius: 50%;
}

#container > .content .slide-checkbox .checkbox .indent:before {
	font-family: 'AE';
	content: '\ea10';
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

#container > .content .slide-checkbox .checked + .checkbox .indent {
	left: 36px;
}

#container > .content .slide-checkbox .checked + .checkbox .indent:before {
	color:#0084ff;
}

#container > .content .calculator-steps .optional-service-selector .row span {
	float: left;
	display: block;
	color: #000;
	padding-left: 30px;
	line-height: 30px;
}

#container > .content .calculator-steps .optional-service-selector .fade,
#container > .content .calculator-steps .optional-service-selector .row .fade {
	display: none;
}

#container > .content .calculator-steps .optional-service-selector .row .float-right {
	float: right;
	line-height: 30px;
}

#container > .content .calculator-steps .optional-service-selector .row .float-right input {
	width: 92px;
	display: block;
	float: left;
	height: 28px;
	padding: 0 5px;
	margin: 0;
	border: 1px solid rgba(0, 132, 255, 0.4);
	background: #fff;
	font-size: 16px;
}

#container > .content .calculator-steps .duty-form {}

#container > .content .calculator-steps .duty-form table {
	width: 100%;
	padding-bottom: 30px;
}

#container > .content .calculator-steps .duty-form table .duty-table-quantity {
	width:90px;
	padding: 5px;
	white-space: nowrap;
}

#container > .content .calculator-steps .duty-form table .duty-table-name {
	width:310px;
}

#container > .content .calculator-steps .duty-form table .duty-table-value {
	text-align: right;
	width: 110px;
	white-space: nowrap;
}

#container > .content .calculator-steps .duty-form table .package-del {
	font-family: 'AE', fantasy;
	color: #fff;
	background: #DC0032;
	height: 38px;
	width: 38px;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	display: block;
}

#container > .content .calculator .bottom .label .weight-unit {
	width: 70px;
	vertical-align: top;
}

#container > .content .calculator .bottom .label .size-unit {
	width: 100px;
	vertical-align: top;
}

#container > .content .calculator .bottom .back, #container > .content .calculator .bottom .button {
	text-transform: uppercase;
	background:#0087ff;
	cursor: hand;
	cursor: pointer;
	color: #fff;
	border: 0;
	outline: 0;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
} 

#container > .content .calculator .bottom .back:hover, #container > .content .calculator .bottom .button:hover {
	background: #000;
}

#container > .content .calculator .bottom .back {
 float: left;
}

#container > .content .calculator .bottom .button {
 float: right;
}

#container > .content .step {
	width: 100%;
}

#container > .content .step .step-head {
	background: #f5f5f5;
	padding: 5px;
	font-size: 20px;
	text-transform: uppercase;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
}

#container > .content .step .step-head .step-no {
	color: inherit;
	padding:0;
	background: none;
}

#container > .content .step .step-head.done {
	background: #43973F;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}

#container > .content .step .step-head:hover, #container > .content .step .step-head.active {
	background: #7cbcfc;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}


#container > .content .step .step-head.disabled {
	background: #f5f5f5;
	color:#444;
	cursor: default;
	display: none;
}

#container > .content.mybox .depot-selector {
	list-style: none;
	text-align: center;
	padding:0;
	margin: 0;
	margin-bottom: 20px;
}

#container > .content.mybox .depot-selector li {
	display: inline;
	padding: 0 20px;
	cursor: pointer;
}

#container > .content.mybox .depot-selector li + li {
	border-left: 1px solid #000;
}

#container > .content.mybox .depot-selector li:hover, #container > .content.mybox .depot-selector li.active {
	text-decoration: underline;
}

#container > .content .mybox-form {}

#container > .content .mybox-form .label {
	float: left;
}

#container > .content .mybox-form .label + .label {
	margin-left: 10px;
}

#container > .content .mybox-form .label span, #container > .content .mybox-form .label input {
	float: none;
	margin: 0;
}

#container > .content .mybox-form .label input {
	width: 205px;
}

#container > .content .mybox-form .label select {
	width: 217px;
}

#container > .content .dropdown-title {
	cursor: pointer;
}

#container > .content .dropdown {
	display: none;
}

#container > .content .dropdown.show {
	display: block;
}


#container .breadcrumb {
	width: 100%;
	background: #fff;
}

#container .breadcrumb .content {
	padding-top: 20px;
	height: 55px;
	border-bottom: #ddd 1px solid;
	width: 940px;
	margin: 0 auto;
}

#container .breadcrumb .content .bc {
	float: left;
	margin-top: 9px;
	margin-right: 8px;
	font-weight: bold;
	color: #000;
}

#container .breadcrumb .content a.bc {
	color: #999;
}

#container .breadcrumb .content a.bc:hover {
	color: #666;
}

#container .profile-menu {
	background: #7bbcfc;
	padding: 20px 0px;
}

#container .profile-menu .fix-content {
	padding: 0 30px;
	/*width: 940px;*/
	width: 1140px;
}

#container .profile-menu h1 {
	margin:0;
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
	background: url('../images/double_line.png') repeat-x left center;
}

#container .profile-menu h1 .fix-content {
	padding: 0 15px;
	/*width: 970px;*/
	width: 1170px;
}

#container .profile-menu h1 span {
	padding: 0 15px;
	background: #7bbcfc;	
	color: #fff;
}

#container .profile-menu p {
	color: #fff;
	margin:0;
	font-size: 15px;
	display: inline;
}

#container .profile-menu a {
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #003C74;
	display: block;
	float: right;
	text-decoration: none;
	margin-left: 10px;
	margin-top: -10px;
}

#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

#footer .topline {
	background: #5f666e;
	height: 78px;
	line-height: 78px;
}

#footer .topline .fumi-input {
	vertical-align: middle;
	margin-right: 20px;
	width: 330px;
}

#footer .topline .fumi-input .input-field {
	width: 259px;
}

#footer .topline .btn {
	vertical-align: middle;
	background: #DC0032;
}

#footer .top {
	background: #7b828a;
	height: 424px;
}

#footer .top .content {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .top .col {
	float: left;
	margin-top: 30px;
	width: 24%;
	margin-right:1%;
}

#footer .top .col + .col {
}

#footer .top .col h5 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}

#footer .top .col ul {
	list-style: none;
	padding:0;
	margin:0;
}

#footer .top .col ul li {
	line-height: 27px;
}

#footer .top .col ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#footer .top .col ul li a:hover {
	text-decoration: underline;
}

#footer .top .pay-logos {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}

#footer .top .pay-logos .logo {
	display: inline-block;
	/*background: #fff;*/
	width: 70px;
	height: 40px;
	border-radius: 3px;
	/*box-shadow: 0 5px 2px rgba(0,0,0,0.4);*/
	position: relative;
	overflow: hidden;
	text-align: center;
}

#footer .top .pay-logos .logo + .logo {
	margin-left: 3px;
}

#footer .top .pay-logos .logo:before {
	font-family: 'AE', fantasy;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 28px;
	color: #fff;
}

#footer .top .pay-logos .logo-borgun:before {
	content: '\e637';
	font-size: 7px;
}

#footer .top .pay-logos .logo-visa:before {
	content: '\f045';
}

#footer .top .pay-logos .logo-visa-verified:before {
	content: '\f043';
}

#footer .top .pay-logos .logo-visa-elektron:before {
	content: '\f046';
	line-height: 48px;
}

#footer .top .pay-logos .logo-mastercard:before {
	content: '\f02d';
}

#footer .top .pay-logos .logo-mastercard-securecode:before {
	content: '\f02f';
}

#footer .top .pay-logos .logo-maestro:before {
	content: '\f02b';
}

#footer .top .pay-logos .logo-amex:before {
	content: '\f001';
}

#footer .top .pay-logos .logo-discover:before {
	content: '\f014';
}

#footer .top .pay-logos .logo-unionpay:before {
	content: '\f041';
}

#footer .top .pay-logos .logo-jcb:before {
	content: '\f028';
}

#footer .top .pay-logos .logo-dinersclub:before {
	content: '\f013';
}

#footer .top .pay-logos .logo-sofort:before {
	content: '\e623';
	font-size: 21px;
}

#footer .top .pay-logos .logo-paypal:before {
	content: '\f033';
}

#footer .content {
	width: 1140px;
}

#footer .bottom {
	background: #5f666e;
	line-height: 78px;
	height: 78px;
	font-size: 14px;
}

#footer .bottom .content {
	color: #fff;
}

#contact-form {
	padding-bottom: 20px;
}

#contact-form label {
	display: block;
	line-height: 35px;
	padding-bottom: 10px;
}

#contact-form label span {
	float: left;
	display: block;
	width: 130px;
	color: #fff;
	font-size: 14px;
}

#contact-form label .text {
	float: left;
	width: 271px;
	background: #e1f1ff;
	border: 1px solid #000;
	height: 35px;
	padding: 0 10px;
	outline: 0;
}

#contact-form label .text:focus {
	background: #fff;
}

#contact-form label textarea {
	width: 402px;
	height: 100px;
	padding: 10px;
	background: #e1f1ff;
	border: 1px solid #000;
	resize: none;
	outline: 0;
}

#contact-form label textarea:focus {
	background: #fff;
}

#contact-form .button {
	width: auto;
	padding: 5px 10px;
	background: #e1f1ff;
	border: 1px solid #000;
}

#tender .tender-ticket {
	float: right;
	margin:0;
	text-transform: uppercase;
}

#tender .tender-ticket span {
	color: #DC0032;
	font-weight: bold;
}

#tender .tender-info {
	float: left;
	margin:0;
	line-height: 44px;
	text-transform: uppercase;
}

#tender .tender-info span {
	color: #DC0032;
	font-weight: bold;
}

.gray-box.box-33 {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.gray-box.box-50 {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

#tender .gray-box.box-left, .tender-form .gray-box.box-left{
	width: 415px;
	float: left;
}

#tender .gray-box.box-right, .tender-form .gray-box.box-right {
	width: 415px;
	float: right;
}

#tender .right .gray-box span, .tender-form .right .gray-box span, #tender .left .gray-box span, .tender-form .left .gray-box span {
	width: 144px !important;
}

#tender .right .gray-box input, .tender-form .right .gray-box input, #tender .left .gray-box input, .tender-form .left .gray-box input {
	width: 248px !important;
}

#tender h3 {
	margin: 0;
}

#tender table td {
	vertical-align: middle;
}

.mybox table td, .mybox table th {
	padding: 5px 15px !important;
}

.company-circle {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background: #fff;
	width: 80px;
	height: 80px;
	margin: 10px 0;
	font-size: 40px;
	margin-right: 15px;
}

.company-circle.small-company {
	width: 50px;
	height: 50px;
	font-size: 23px;
	margin-right: 0;
	margin: 5px 0;
}

.company-circle.medium-company {
	width: 65px;
	height: 65px;
	font-size: 31px;
	margin-right: 0;
	margin: 5px 0;
}

.company-circle:before {
	font-family: 'AE', fantasy;
	content: '';
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 80px;
	font-size: 100%;
	text-align: center;
}

.company-circle.small-company:before {
	line-height: 50px;
}

.company-circle.medium-company:before {
	line-height: 65px;
}

.company-circle.small-circle {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 0px 30px;
	margin-right: 45px;
}

.company-circle.medium-circle {
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	font-size: 30px;
}

.company-circle.medium-circle:before {
	line-height: 60px
}

.company-circle.small-circle:before {
	display: none;
}

.company-circle.company-1,
.company-circle.company-10,
.company-circle.company-11,
.company-circle.company-24,
.company-circle.mybox-company-1 {
	background: #ffcc00;
}

.company-circle.company-1:before,
.company-circle.company-10:before,
.company-circle.company-11:before,
.company-circle.company-24:before,
.company-circle.mybox-company-1:before {
	content: '\e613';
	color: #000;
	font-size: 25%;
}

.company-circle.company-2,
.company-circle.mybox-company-12 {
	background: #dc0032;
}

.company-circle.company-2:before,
.company-circle.mybox-company-12:before {
	content: '\e630';
	font-size: 75%;
}

.company-circle.company-3,
.company-circle.mybox-company-3 {
	background: #0084ff;
}

.company-circle.company-3:before,
.company-circle.mybox-company-3:before {
	content: '\e60F';
	font-size: 75%;
}

.company-circle.company-4,
.company-circle.mybox-company-10 {
	background: #3ba445;
}

.company-circle.company-4:before,
.company-circle.mybox-company-10:before {
	content: '\e620';
}


.company-circle.company-5,
.company-circle.mybox-company-5 {
	background: #ff6600;
}

.company-circle.company-5:before,
.company-circle.mybox-company-5:before {
	content: '\e618';
	font-size: 67%;
}

.company-circle.company-6,
.company-circle.company-7,
.company-circle.company-8,
.company-circle.company-9,
.company-circle.mybox-company-4 {
	background: #351c15;
}

.company-circle.company-6:before,
.company-circle.company-7:before,
.company-circle.company-8:before,
.company-circle.company-9:before,
.company-circle.mybox-company-4:before {
	content: '\e61b';
	font-size: 104%;
}

.company-circle.company-12,
.company-circle.mybox-company-9 {
	background: #004896;
}

.company-circle.company-12:before,
.company-circle.mybox-company-9:before {
	content: '\e61d';
	font-size: 48%;
}

.company-circle.company-13 {
	background: #13377e;
}

.company-circle.company-13:before {
	content: '\e61c';
	font-size: 37%;
}

.company-circle.company-14,
.company-circle.mybox-company-2 {
	background: #3575b1;
}

.company-circle.company-14:before,
.company-circle.mybox-company-2:before {
	content: '\e617';
	font-size: 104%;
}

.company-circle.company-15 {
	background: #0069ab;
}

.company-circle.company-15:before {
	content: '\e612';
	font-size: 88%;
}

.company-circle.company-16,
.company-circle.mybox-company-6{
	background: #e33b38;
}

.company-circle.company-16:before,
.company-circle.mybox-company-6:before {
	content: '\e615';
	font-size: 115%;
}

.company-circle.company-17,
.company-circle.mybox-company-8 {
	background: #ffc81b;
}

.company-circle.company-17:before,
.company-circle.mybox-company-8:before {
	content: '\e610';
	color: #000;
	font-size: 29%;
}

.company-circle.company-18,
.company-circle.mybox-company-7 {
	background: #ffcd34;
}

.company-circle.company-18:before,
.company-circle.mybox-company-7:before {
	color: #000;
	content: '\e61e';
}

.company-circle.company-19,
.company-circle.mybox-company-11 {
	background: #0099bb;
}

.company-circle.company-19:before,
.company-circle.mybox-company-11:before {
	content: '\e61a';
	font-size: 35%;
}

.company-circle.company-20,
.company-circle.mybox-company-13 {
	background: #007852;
}

.company-circle.company-20:before,
.company-circle.mybox-company-13:before {
	content: '\e611';
	font-size: 128%;
}

.company-circle.company-21,
.company-circle.mybox-company-14 {
	background: #3575b1;
}

.company-circle.company-21:before,
.company-circle.mybox-company-14:before {
	content: '\e619';
	font-size: 54%;
}

.company-circle.company-22 {
	background: #b01116;
}

.company-circle.company-22:before {
	content: '\e61f';
}

.company-circle.company-23 {
	background: #007DB6;
}

.company-circle.company-23:before {
	content: '\e616';
}

.company-circle.mybox-company-15 {
	background: #EA212E;
}

.company-circle.mybox-company-15:before {
	content: '\e660';
	font-size: 52%;
}

.company-circle.mybox-company-16 {
	background: none;
}

.company-circle.mybox-company-16:before {
	content: '\e65f';
	color: #999;
	font-size: 65px;
}

.tender-form .method-input {
	padding-bottom: 5px;
}

.tender-form .method-input .description {
	padding-left: 40px;
	color: #ff0000;
	display: none;
}

.custom-radio {
	display: inline !important;
	cursor: pointer;
}

.custom-radio input {
	position: absolute;
	left: -9999px;
}

.custom-radio input + .radio {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #999;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-radio:hover input + .radio {
	border-color: #DC0032;
	border-width: 2px;
}

.custom-radio input.checked + .radio {
	border-width: 0px;
	border-color: #DC0032;
	background: #DC0032;
}

.custom-radio input.checked + .radio:before {
	font-family: 'AE';
	text-align: center;
	color: #fff;
	content: '\e661';
	display: block;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	width: 100%;
}

.custom-checkbox {
	display: inline-block;
	cursor: pointer;
}

.custom-checkbox.disabled {
	cursor: no-drop;
}

.custom-checkbox.disabled span {
	color: #ECECEC !important;
}

.custom-checkbox.disabled .checkbox {
	border-color:#ECECEC !important;
	border-width: 1px !important;
}

.custom-checkbox input {
	position: absolute;
	left: -9999px;
}

.custom-checkbox input + .checkbox {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1px solid #999;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-checkbox input + .checkbox.checkbox-big {
	width: 25px;
	height: 25px;
}


.custom-checkbox:hover input + .checkbox {
	border-color: #DC0032;
	border-width: 2px;
}

.custom-checkbox input.checked + .checkbox {
	border-width: 0px;
	border-color: #DC0032;
	background: #DC0032;
}

.custom-checkbox.blue:hover input + .checkbox {
	border-color: #0084ff;
}

.custom-checkbox.blue input.checked + .checkbox {
	border-color: #0084ff;
	background: #0084ff;
}

.custom-checkbox.gray:hover input + .checkbox {
	border-color: #7B828A;
}

.custom-checkbox.gray input.checked + .checkbox {
	border-color: #7B828A;
	background: #7B828A;
}

.custom-checkbox input.checked + .checkbox:before {
	font-family: 'AE';
	text-align: center;
	color: #fff;
	content: '\e661';
	display: block;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	width: 100%;
}

.custom-checkbox input.checked + .checkbox.checkbox-big:before {
	font-size: 14px;
	line-height: 26px;
}

.custom-checkbox span {
	vertical-align: middle;
	display: inline !important;
	width: auto!important;
	float: none!important;
}

/***************
BTN
****************/

.btn {
	height: 46px;
	background-color: #0084ff;
	color: #fff;
	font-size: 15px;
	border: 0;
	outline: 0;
	padding: 0 65px 0 22px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
}

.btn:after {
	position: absolute;
	font-family: 'AE', fantasy;
	color: #fff;
	font-size: 19px;
	width: 66px;
	right: 0;
	text-align: center;
}

.btn-2 {
	height: 46px;
	background-color: #0084ff;
	font-size: 15px;
	border: 0;
	outline: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
}

.btn-2 span {
	display: block;
	height: 100%;
	padding: 0 22px 0 22px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-2:after {
	position: absolute;
	font-family: 'AE', fantasy;
	color: #fff;
	font-size: 19px;
	width: 100%;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-2:hover span{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.btn-2:hover:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn-3 {
	height: 46px;
	background-color: #0084ff;
	font-size: 15px;
	border: 0;
	outline: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	text-decoration: none;
}

.btn-3 span {
	display: block;
	height: 100%;
	padding: 0 22px 0 22px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-3:after {
	position: absolute;
	font-family: 'AE', fantasy;
	color: #fff;
	font-size: 19px;
	width: 100%;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-3:hover span{
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.btn-3:hover:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn-4 {
	height: 38px;
	border: 1px solid #467BBE;
	font-size: 15px;
	outline: 0;
	border-radius: 5px;
	padding: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-4 span {
	display: block;
	height: 100%;
	color: #467BBE;
	padding: 0 22px 0 22px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-4:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	background: #467BBE;
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	left:-50%;
	top: -50%;
}


.btn-4:hover:before {
	-webkit-animation: anim-naira-1 0.3s forwards ease-in;
	animation: anim-naira-1 0.3s forwards ease-in;
}

.btn-4:after {
	position: absolute;
	font-family: 'AE', fantasy;
	color: #fff;
	font-size: 19px;
	width: 100%;
	right: 0;
	top: 0;
	text-align: center;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-4:hover span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btn-4:hover:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn-login:after {
	content: '\e60c';
}

.btn-tracking:after {
	content: '\e60e';
}

.btn-trash:after {
	content: '\e621';
}

.btn-edit:after {
	content: '\e638';
	font-size: 18px;
}

.btn-accept:after {
	content: '\e639';
	font-size: 24px;
}

.btn-next:after {
	content: '\e63a';
	font-size: 22px;
}

.btn-prev:after {
	content: '\e64b';
	font-size: 22px;
}

.btn-calc:after {
	content: '\e601';
	font-size: 25px;
}

.btn-add:after {
	content: '\e622';
}

.btn-login.clicked:after {
	-webkit-animation: btn-login 0.5s forwards;
	animation: btn-login 0.5s forwards;
}

@-webkit-keyframes btn-login {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(3em, -3em, 0);
		transform: translate3d(3em, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(3em, -3em, 0);
		transform: translate3d(3em, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(-3em, 3em, 0);
		transform: translate3d(-3em, 3em, 0);
	}
}

@keyframes btn-login {
	50% {
		opacity: 1;
		-webkit-transform: translate3d(3em, -3em, 0);
		transform: translate3d(3em, -3em, 0);
	}
	50.25% {
		opacity: 0;
		-webkit-transform: translate3d(3em, -3em, 0);
		transform: translate3d(3em, -3em, 0);
	}
	50.75% {
		opacity: 0;
		-webkit-transform: translate3d(-3em, 3em, 0);
		transform: translate3d(-3em, 3em, 0);
	}
}


@-webkit-keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-naira-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}


.dropdown-window-container {
	width: 1140px;
	margin: 0 auto;
}

.dropdown-window {
	width: 1140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px auto;
	border: 1px solid #dedede;
	border-radius: 4px;
}

.dropdown-window.left {
	float: left;
	width: 49% !important;
	margin-top: 0 !important;
}

.dropdown-window.right {
	float: right;
	width: 49% !important;
	margin-top: 0 !important;
}

.dropdown-window .dd-head {
	background: #467BBE;
	height: 49px;
	width: 100%;
	border-radius: 3px;
	padding: 1px;
	margin: -1px 0 0 -1px;
	position: relative;
}

.dropdown-window .dd-head .open {
	position: absolute;
	display: block;
	height: 100%;
	line-height: 51px;
	font-size: 13px;
	right: 0;
	top: 0;
	color: #fff;
	text-decoration: none;
}

.dropdown-window .dd-head .open:before {
	content:'bezár';
	text-transform: uppercase;
	font-weight: 300;
}

.dropdown-window.dropdown-closed .dd-head .open:before {
	content:'megtekint';
}

.dropdown-window .dd-head .open:after {
	content:'\e65e';
	font-family: 'AE';
	width: 37px;
	margin-right: 9px;
	font-size: 7px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.dropdown-window.dropdown-closed .dd-head .open:after {
	content:'\e65d';
}

.dropdown-window .dd-head h2 {
	background: none;
	text-align: left;
	color: #fff;
	line-height: 51px;
	font-size: 22px;
	margin: 0;
}

.dropdown-window .dd-head h2:before {
	font-family: 'AE';
	content:'\e643';
	padding-left: 4px;
	display: inline-block;
	width: 51px;
	line-height: 51px;
	text-align: center;
}

.dropdown-window .dd-head.head-settings h2:before {
	content: '\e650';
}

.dropdown-window .dd-head.head-tenders h2:before {
	content: '\e656';
}

.dropdown-window .dd-head.head-invoices h2:before {
	content: '\e654';
	font-size: 25px;
}

.dropdown-window .dd-head.head-incoming-packages h2:before {
	content: '\e653';
}

.dropdown-window .dd-head.head-stored-packages h2:before {
	content: '\e651';
	font-size: 25px;
}

.dropdown-window .dd-head.head-history-packages h2:before {
	content: '\e652';
}

.dropdown-window .dd-head.head-address h2:before {
	content: '\e655';
}

.dropdown-window .dd-head.head-personal h2:before {
	content: '\e65c';
	font-size: 25px;
}

.dropdown-window .dd-content {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dropdown-window.dropdown-closed .dd-content {
	display:none;
}

.dropdown-window .dd-content .dd-padding {
	padding: 15px 20px;
}

.dropdown-window .dd-content .col {
	float: left;
	width: 250px;
}

.dropdown-window .dd-content h3 {
	font-weight: 400;
	margin-top: 0;
}

.dropdown-window .dd-content .col .actual {}

.dropdown-window .dd-content .col .actual .circle {
	display: inline-block;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background: #0084FF;
}

.dropdown-window .dd-content .tabs {}

.dropdown-window .dd-content .tabs ul {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 0;
	list-style: none;
	padding: 0;
}

.dropdown-window .dd-content .tabs ul li {
	display: block;
	float: left;
	width: 14.27%;
	padding: 12px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.dropdown-window .dd-content .tabs ul li.has {
	background: #C8CAFA;
}

.dropdown-window .dd-content .tabs ul li.not {
	background: #FFB7B7;
}

.dropdown-window .dd-content .tabs ul li.active {
	font-weight: 500;
	background: #F2F2F2;
}

.dropdown-window .dd-content .tabs ul li:before,
.dropdown-window .dd-content .tabs ul li:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.dropdown-window .dd-content .tabs ul li.active:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: rgba(0,0,0,0.2);
}

.dropdown-window .dd-content .tabs ul li.active:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #F2F2F2;
}

.dropdown-window .dd-content .tabs ul {}
.dropdown-window .dd-content .tabs ul {}

.dropdown-window .dd-content .tabs .tab-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	overflow:auto
}

.dropdown-window .dd-content .tabs .tab-content + .tab-content {
	display: none;
}

.dropdown-window .dd-content .tabs {}

.depot-address {
	margin: 15px auto !important;
}

.depot-address td {
	padding: 5px 15px !important;
}

.pdf-download {
	font-family: 'AE';
	text-align: center;
	font-size: 21px;
	color: #d61f00;
	text-decoration: none;
}