* {padding:0; margin:0}

/* Disable blue highlight on button click */
button {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* You can do the same for links */
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	padding: 0;
	background-color: #fff;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#middle {
    position: relative;
    margin: auto auto 0 auto;
    text-align: center;
    background: #ffffff;
    width: 80%;
}

@media only screen and (max-width: 1200px) {
	#middle {
	width: 98%;
	min-width: 98%;
	margin: 2px;	
	text-align: center;
	}
}

#holdall {
	 position: relative;
	 padding: 0;
	 margin: 0 auto 0 auto;
    width: 100%;
    background-color: #fff;
-webkit-box-shadow: 0px 8px 20px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 8px 20px rgba(50, 50, 50, 1);
box-shadow:         0px 8px 20px rgba(50, 50, 50, 1);
}

/* main website content */

#logoexport {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

#logoexport img {
	width: 100%;
	height: auto;
	z-index: 10;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#breakline {
	display: block;
	width: 100%;
	height: 10px;
	clear: both;
}

#logotarg img {
	margin: 0;
	padding: 0;
}

/* new top menu */

#smoothmenu1 {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	z-index: 20;
	color: #575757;
	background: url(menubg.png) repeat-x #000000;
	height: 50px;
}

#menuplacer {
	width: 100%;
	text-align: left;
	background-color: #b2d3ff;
	height: 200px;
}

/* website main content, text */

#content {
	position: relative;
	margin: 20px 0 40px 0;
	padding: 0;
	width: 100%;
}

#textblock {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 96%;
}

#textblockbig {
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

#flash {
	position: relative;
	float: right;
	margin: 50px 0 40px 0;
	padding: 0;
	width: 400px;
}

#imagebox {
	margin: 0 180px 10px 180px;
	padding: 0;
	width: auto;
}

#imagebox img {
	margin: 0 auto 40px auto;
	border: 1px solid #5e5e5e;
	-moz-box-shadow: 10px 10px 5px #888;
   -webkit-box-shadow: 10px 10px 5px #888;
   box-shadow: 10px 10px 5px #888;
}


#content h3 {
	font-family: times, "Times New Roman", "times-roman", georgia, serif;
	font-size: 18px;
	letter-spacing: -1px;
	color: #444444;
	padding: 10px;
	font-weight: 100;
	display: block;
	height: auto;
	width: 200px;
	background-color: #f2f2f2;
	margin: 20px;
	font-style: italic;
}

#content h1 {
	font-family: "Lucida Sans Unicode", Lucida, Serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	color: #000000;
	margin: 0 20px 0 20px;
	padding: 0;
	text-align: left;
	text-shadow: 2px 2px 3px #b5b5b5;
}

#content h2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 20px;
	text-align: left;
	font-variant: small-caps;
	color: #6a6a6a;
	margin: 5px 20px 20px 20px;
	padding: 5px 5px -10px 5px;
	border-bottom: double #000000;
	text-align: left;
	text-shadow: 2px 2px 3px #b5b5b5;
}

#content h4 {
	font-family: Calibri, Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 10px 20px 30px 20px;
	padding: 5px;
	outline: #ff0000 solid 2px;
	text-align: left;
	background: url(down.gif) top left no-repeat;
	cursor: pointer;
}

#content ul {
	list-style-type: square;
	list-style-image: url(listdot.png);
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

#content ol {
	list-style-position: outside;
	margin: 0 auto 20px auto;
	padding: 0 0 0 30px;
}

#content li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #000;
	margin: 0 30px 0 30px;
	padding: 2px 5px 5px 0;
}

#textblock p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	padding: 0;
	margin: 0 20px 20px 20px;
	color: #2a2a2a;
}

#textblock a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #737373;
	text-decoration: none;
}

#textblock a:hover {
	color: #7e0000;
	text-decoration: none;
}

#textblock a.kata {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#textblock a.kata:hover {
	color: #7e0000;
	text-decoration: none;
}

.right {
	float: right;
	margin: 100px 200px 0 0;
	padding: 0;
	border: 0;
}

@media only screen and (max-width: 1200px) {
.right {
	float: right;
	margin: 50px 20px 0 0;
	padding: 0;
	border: 0;
}
}

.larger {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	margin: 0 auto 10px auto;
	padding: 5px;
	color: #000000;
}

.smaller {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	text-align: justify;
	margin: 0 auto 10px auto;
	color: #000000;
}

blockquote {
	font-size: 1em;
	line-height: 20px;
	margin: 10px;
	text-align: justify;
	font-family: "Century Gothic", Tahoma, Verdana, Sans-serif;
	padding-bottom: 20px;
	font-style: italic;
}

/* contact website */

#contact {
	position: relative;
	margin: 30px 0 40px 0;
	background-color: #ffffff;
	padding: 0;
	width: 100%;
	text-align: center;
}

#contact p {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin: 40px auto 80px auto;
	padding: 0;
	color: #2a2a2a;
	width: 300px;
}

#contact a {
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#contact a:hover {
	color: #7e0000;
	text-decoration: none;
}

/* forum box */

#forumbox {
	position: relative;
	margin: 60px auto 0 100px;
	background-color: #ffffff;
	padding: 0;
	display: block;
	float: left;
	width: 180px;
	height: 170px;
	text-align: left;
	background: url(forumbox.png) no-repeat #ffffff;
}

#forumbox a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	padding: 40px 10px 10px 10px;
}

#forumbox a:hover {
	text-decoration: none;
	color: #000;
}
 

/* enquiry form */

input, textarea, select { 
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 1.2em;
	padding: 2px;
	text-align: left;
	border: solid 1px #898989;
	outline: 0;
	margin: 0 auto 0 10px;
	font-weight: normal; 
	color: #000;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 250px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	margin: 0 auto 10px 10px;
}

input:hover, textarea:hover,
input:focus, textarea:focus,
select:focus, select:hover { 
	border-color: #474747; 
	-moz-box-shadow: 4px 4px 10px #888;
	-webkit-box-shadow: 4px 4px 10px #888;
	box-shadow: 4px 4px 10px #888;
}

label { 
	color: #222222; 
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-serif;
	float: left;
	font-size: 1.1em;
	display: block;
	width: 250px;
	text-align: left;
	border-top: 1px solid #8e8e8e;
}

@media only screen and (max-width: 1200px) {
	label {
	width: 400px;
	}
}

.submit input {
	text-align: center;
	width: 150px;
	padding: 9px 15px 9px 15px;
	background: #791a27;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content .warn {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-serif;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto 8px 30px;
	padding: 0;
	color: #b52828;
}
	
#content .goback {
	width: auto;
	padding: 9px 15px 9px 15px;
	background: #791a27;
	border: 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 5px auto 5px 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

#content .goback:hover {
	color: #ffffff;
	-moz-box-shadow: 4px 4px 10px #888;
	-webkit-box-shadow: 4px 4px 10px #888;
	box-shadow: 4px 4px 10px #888;
}

/* tables for transport charges */

table {
	width: 80%;
	border-collapse: collapse;
	padding: 0;
	margin: 30px auto 30px auto;
}

@media only screen and (max-width: 1200px) {
	#table {
	width: 98%;
	height: auto;
	text-align: center;
	padding: 0;
	margin: 10px auto 10px auto;
	}
}

caption {
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 3px 5px 3px;
	font-weight: bold;
}

#trsm caption {
	background: url(tablebg.jpg) repeat-x #cfe2fd;
	color: #09316d;
}

#trsd caption {
	background: url(tablebgd.jpg) repeat-x #e1fdcf;
	color: #1f4d05;
}

#trstrain caption {
	background: url(tablebgk.jpg) repeat-x #f0d1fb;
	color: #52096d;
}

th {
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;	
	padding: 5px 3px 5px 3px;
	margin: 0;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 1em;
	text-align: center;
	font-variant: small-caps;
}

#trsm th {
	background-color: #98afd2;
	color: #09316d;
}

#trsd th {
	background-color: #a9d298;
	color: #1f4d05;
}

#trstrain th {
	background-color: #c398d2;
	color: #52096d;
}

td {
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;	
	padding: 10px 3px 10px 3px;
	margin: 0;
	font-family: "Arial Narrow", Arial, Tahoma, Verdana, Sans-serif;
	font-size: 1em;
	text-align: center;
}

#trsm td {
	color: #183d76;
}

#trsd td {
	color: #18640e;
}

#trstrain td {
	color: #52116a;
}

#trsm tr {
	background-color: #cfe2fd;
}

#trsd tr {
	background-color: #e1fdcf;
}

#trstrain tr {
	background-color: #f1cffd;
}

#trsm tr:hover {
	background-color: #dee9f9;
}

#trsd tr:hover {
	background-color: #eefde3;
}

#trstrain tr:hover {
	background-color: #f4dffb;
}

#trsm col#port {
	width: 250px;
}

#trsd col#miasto {
	width: 250px;
}

#trstrain col#trainfcl {
	width: 250px;
}

/* wyceny transport */

.trsoffer {
	float: left;
	border: 1px solid #000;
	margin: 10px auto 30px 100px;
	padding: 1em;
	width: 50%;
	background-color: #87cefa;
}

@media only screen and (max-width: 1200px) {
.trsoffer {
	float: left;
	border: 1px solid #000;
	margin: 10px auto 20px 30px;
	padding: 1em;
	width: 80%;
	background-color: #87cefa;
	}
}

#content .trsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	display: block;
	width: 80px;
	background-color: #dcdcdc;
	padding: 3px;
	margin: -20px 0 0 0;
	text-align: center;
	border: 1px solid #000;
}

#content .trstext {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	margin: 5px;
	padding: 0;
	color: #000;
}

#content a.centerlink {
	display: block;
	width: 160px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #dcdcdc;
	margin: 0 auto 10px auto;
	padding: 5px;
}

#content a.centerlink:hover {
	color: #727272;
	text-decoration: none;
}

/* contact details and copyright */

#contactbox {
	position: sticky;
	bottom: 0;
	padding: 0;
	background: #dcdcdc url(contactbg.png) left no-repeat;
	margin: 5px auto 0 auto;
	width: 100%;
	height: auto;
	min-height: 40px;
	text-align: center;
	z-index: 10;
}

@media only screen and (max-width: 1200px) {
#contactbox {
	height: 70px;
}
}

#contactbox h1 {
	font-family: Mangala, "Arial Narrow", Arial, sans-serif;
	font-size: .9em;
	color: #000000;
	margin: 40px 0 0 0;
	padding: 0;
	font-weight: bold;
}

#contactbox a {
	font-family: "Microsoft Sans Serif", Arial, sans-serif;
	font-size: .8em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0 auto 0 5px;
	padding: 2px;
}

#contactbox:hover {
	background: #dcdcdc url(contactbg2.png) left no-repeat;
}

#contactbox a:hover {
	text-decoration: underline;
}

#line {
	position: relative;
	text-align: center;
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(btline.png) no-repeat;
}

#copyright {
	position: relative;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	border-top: 2px solid #ffffff;
	text-align: right;
	height: 54px;
	background: url(copybg.png) repeat-x #000000;
}

#copyright p {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: .8em;
	color: #ffffff;
	padding: 5px;
	text-align: right;
}

#preloader{
   position: absolute;
   top: -9999px;
   left: -9999px;
   height: 1px;
   width: 1px;
   overflow: hidden;
}

.main_dropdown_container {
	text-align: left;
}

#bottomlinks {
    position: relative;
    background: #373737;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}

#bottomlinks li {
	list-style-type: none;
	padding: 5px;
}

#bottomlinks a {
	display: block;
	width: 260px;
	line-height: 1em;
	font-family: "Kanit", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	color: #dcdcdc;
	text-align: left;
	text-decoration: none;
}

#bottomlinks strong {
	font-weight: bold;
	color: #dcdcdc;
}

#bottomlinks a:hover {
	margin-left: 1px;
	text-decoration: underline;
	color: #fff;
}

#linksBoxOne {
	display: inline-block;
	padding: 10px;
	background: #373737;
	width: 30%;
	vertical-align: top;
}

@media only screen and (max-width: 1200px) {
	 #linksBoxOne {
	 padding: 2px;
	 margin: 0;
	 width: 40%;	 
	 }
}

#linksBoxTwo {
	display: inline-block;
	padding: 10px;
	background: #373737;
	width: 30%;
	vertical-align: top;
}

@media only screen and (max-width: 1200px) {
	 #linksBoxTwo {
	 padding: 2px;
	 margin: 0;
	 width: 40%;	 
	 }
}

#containersize img {
	width: 80%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
	#containersize img {
	width: 98%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
	}
}