body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background-color:#fff; /*f6f6f6;*/
}
a.inlinelink, a.inline {
	color:#000;
}
#inner-wrap {
	width: 90%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
}
#content-wrap {
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	/*
	background-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	*/
	margin-bottom: 0em;
	position: relative;
}

#top {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1.5em;
	text-align:center;
}

#top #contactinfo {
	display:block;
	padding-top:1em;
	float: right;
	width: 50%;
	text-align: right;
}

#top #contactinfo h3 {
	font-family: Marvel, Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	color: #c52e33;
	letter-spacing: 0.05em;
	/*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
	margin: 0em;
}

#top #contactinfo em {
	font-size: 1.4em;
	margin: 0em;
}
#top #logo {
	/*float: left;*/
	width: 100%;
	max-width:737px;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

#nav {
	background-color: #333;
	margin-bottom: 1em;
}

.nav-btn {
	display:none;
}

#nav ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:0em;
	margin-bottom:0em;
	padding:0em;
	list-style:none;
}

#nav ul li {
	float: left;
	text-align:center;
	/*width:12.5%;*/
	width:16.66%;
}

#nav ul li a {
	display: block;
	text-align:center;
	margin: 0em;
	text-decoration: none;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #FFFFFF;
	font-weight: bold;
	width:100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	/*text-shadow: 1px 2px 2px rgba(20, 20, 20, 0.9);*/
}

#nav ul li:first-child a {
	border:none;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;*/
}

#nav ul li a:hover, #nav ul li a:active {
	background-color: #c52e33;
}
/*
.cssgradients #nav ul li a:hover, .cssgradients #nav ul li a:active {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #c52e33),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #c52e33 0%, #6048B8 100%);
}

.no-js #nav ul li a:hover, .no-cssgradients #nav ul li a:hover, .no-js #nav ul li a:active, .no-cssgradients #nav ul li a:active {
	background-repeat: repeat-x;
	background-image: url(../img/navvir.jpg);
	background-position: left bottom;
}


.cssgradients #nav {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #6048B8),
	color-stop(1, #c52e33)
	);
	background-image: -o-linear-gradient(top, #6048B8 0%, #c52e33 100%);
	background-image: -moz-linear-gradient(top, #6048B8 0%, #c52e33 100%);
	background-image: -webkit-linear-gradient(top, #6048B8 0%, #c52e33 100%);
	background-image: -ms-linear-gradient(top, #6048B8 0%, #c52e33 100%);
	background-image: linear-gradient(to top, #6048B8 0%, #c52e33 100%);
}

.no-js #nav, .no-cssgradients #nav {
    background: url("../img/navvi.jpg");
	background-repeat:repeat-x;
}
*/
#slide-wrap {
	background-color: #c52e33;
	/*background-color: #585858;*/
	position: relative;
}
#imgslider {
	display: block;
	float: left;
	margin: 0;
	width: 65%;
}
#slidebanner {
	display: block;
	float: left;
	width: 35%;
	color:#FFF;
	margin: 0;
}
#slidebanner div {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
}
#slidebanner h2 {
	font-family: Marvel, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/*text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);*/
	margin: 0em;
}
h1.blockhead, #editbox h1 {
	color: #FFF;
	background-color: #333;
	font-size:1.75em;
	display: block;
	padding-top: 0.35em;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h2.blockhead, #editbox h2 {
	color: #FFF;
	background-color: #c52e33;
	display: block;
	padding-top: 0.35em;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
	padding-left: 0.5em;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
h1.blockhead.toplevel, h2.blockhead.toplevel {
	margin-top: 0em;
}
#editbox img {
	max-width:100%;
}
#imgslider {
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	margin-top: 0px;
}
#leftnav {
}
#leftbox {
	width: 26%;
	float: left;
	padding-left: 0em;
	padding-right: 0.5em;
	padding-top: 0em;
	padding-bottom: 1em;
}
#leftnav ul {
	display: block;
	list-style:none;
	padding:0em;
	margin:0em
}
#leftnav ul li {
	display: block;
	text-align: left;
	padding: 0em;
	background-color: #E5E7EB;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
#leftnav ul li:first-child {
	margin-top: -0.4em;
}
#leftnav ul li a {
	display: block;
	margin: 0em;
	color: #585858;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom:1em;
	padding-left: 2.5em;
	font-size: 0.9em;
	text-decoration: none;
	background-image: url(../img/chevron.png);
	background-repeat: no-repeat;
	background-position: .75em center;
	background-size: .9em .9em;
}
#leftnav ul li a:hover, #leftnav ul li a:active  {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}

#main {
	width: 74%;
	float: right;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.5em;
	padding-left: 2em;
	margin: 0em;
}
h1 {
	font-family: Marvel, Arial, Helvetica, sans-serif;
	color:#c52e33;
	font-size:2.25em;
	line-height: 1.1em;
}
h2 {
	font-family: Marvel, Arial, Helvetica, sans-serif;
	color:#c52e33;
	font-size:1.75em;
	line-height: 1.1em;
}
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
img.grayscale:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
#main h2.featheader {
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
	color: #FFF;
	font-size: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	display: block;
	margin: 0em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	background-color: #666;

}

.cssgradients h2.featheader {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(150,150,150)),
	color-stop(1, rgb(35,35,35))
	);
	background-image: -o-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -moz-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -webkit-linear-gradient(top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
	background-image: -ms-linear-gradient(top, rgb(150,150,150)0%, rgb(35,35,35) 100%);
	background-image: linear-gradient(to top, rgb(150,150,150) 0%, rgb(35,35,35) 100%);
}

#socialbar {
	display: table;
	vertical-align: middle;
	width: 100%;
	background-color: #E5E7EB;
	margin-bottom: 3.6%;
}
#socialbar p {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	color: #595962;
}

#socialbar ul {
	display: table-cell;
	width:50%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0em;
	margin-bottom:0em;
	padding:0em;
	list-style:none;
}

#socialbar ul li {
	display: block;
	float: left;
	width: 20%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#socialbar ul li a img {
	width: 100%;
	height: auto;
	display:block;
}

.yt16x9 {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 2%;
}
.mapframe {
	position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
	margin-bottom: 0.5em;
}
.yt16x9 iframe, .mapframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container {
	/*margin-bottom: 1em;*/
	position:relative;
	display:block;
}
.col2 {
	display: block;
	float: left;
	width: 49.1%;
	margin: 0 0 1.8% 1.8%;
}
.col2:nth-child(2n+1) { 
	clear: both;
	margin-left: 0;
}
.col {
	display: block;
	float: left;
	margin: 0 0 1.6% 1.6%;
	width: 23.8%;
}
.col:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
.col6 {
	display: block;
	float: left;
	margin: 0 0 1.6% 1.6%;
	width: 15.33%;
}
.col6:nth-child(6n+1) { 
	clear: both;
	margin-left: 0;
}
/* we dont resize this */
.col3 {
	display: block;
	float: left;
	
	width: 31.73%;
	margin-left:2.4%;
	margin-bottom:2.4%;
	/*
	width: 31%;
	margin-left:3.5%;
	margin-bottom:3.5%;
	*/
}
.col3:nth-child(3n+1) { 
	clear: both;
	margin-left: 0;
}
#picgallery a p {
	display:block;
	text-align:center;
	margin-top:0.5em;
}
.blockfeature {
	background-color: #333;
	position: relative;
	color: #FFF;
	text-decoration: none;
}
.blockfeature:hover, .blockfeature:active {
	background-color: #c52e33;
}
#stocklist .blockfeature {
	background-color: #c52e33;
}
#stocklist .blockfeature:hover, #stocklist .blockfeature:active {
	background-color: #333;
}
.subfeature {
	position: relative;
	text-decoration: none;
	color:#000;
}
.subfeature img {
	width: 100%;
}
.iconbar {
	background-color: #E5E7EB;
	display: block;
	color: #585858;
	text-decoration: none;
	text-align: left;
}
.iconbar img{
	width:18%;
	margin-right:1em;
}
.iconbarright {
	background-color: #E5E7EB;
	display: block;
	color: #585858;
	text-decoration: none;
	text-align: right;
}
.iconbarright img{
	width:18%;
	margin-left:1em;
	padding: .35em;
}
#pdfico {
	background-color: #bb0706;
}
#printico {
	background-color: #00CC33;
}
#contactico {
	background-color: #00CC33;
}
#whatsappico {
    background-color: #25d366;
}

.subfeature .caption {
	color: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: .5em;
	overflow: hidden;    
	background:rgb(16, 17, 18);
	background: transparent\9;
	background:rgba(70, 70, 80, 0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	zoom: 1;
}

.rgba .subfeature .caption {
	filter: none;
}


.subfeature .caption:hover, .subfeature .caption:active {
	background:none;
}

.subfeature .caption h2 {
	margin:0em;
	color:#FFF;
	text-decoration: none;
	font-size:1.5em;
}
.blockfeature img {
	width: 50%;
}
.blockfeature .caption {
	position: absolute;
	width: 50%;
	top: 0px;
	right: 0px;
	height: 100%;
	padding: 1em;
	overflow: hidden;
}
.blockfeature .caption h2 {
	color: #FFF;
	text-decoration: none;
	font-size:1.5em;
	margin:0em;
}
table.spectable {
	width: 100%;
	border-collapse: collapse;
	border: none;
	padding: 1em;
}
table.spectable td, table.spectable th {
	text-align: left;
	width: 50%;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
table.spectable tr {
	background-color: #E5E7EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
table.spectable tr:nth-child(even) {
	background-color: #f3f3f3;
}

.mplink img {
	opacity:1;
}

.mplink img:hover, .mplink img:active {
	opacity:0.9;
}

img.greybordered {
	border: 1px solid #666;
	
}
.col:first-child, .2col:first-child {
	margin-left: 0;
}
/*
.feature {
	padding: 0.5em;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #e6e6e6;
	text-align: center;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.35);	

}

.cssgradients .feature {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #d3d3d3),
	color-stop(1, #e6e6e6)
	);
	background-image: -o-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -webkit-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
	background-image: linear-gradient(to top, #d3d3d3 0%, #e6e6e6 100%);
}
*/

.fauxbutton {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: 1px 2px 2px rgba(20, 20, 20, 0.9);
	-webkit-border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	border-radius: 0.75em;
	border: 1px solid #FFF;*/
	border:none;
	background-color: #333;
	padding-top: 0.5em;
	padding-right: 1.25em;
	padding-bottom: 0.5em;
	padding-left: 1.25em;
	margin: 0em;
}
.fauxbutton:active, .fauxbutton:hover {
	background-color: #c52e33;
}
/*
.no-js .fauxbutton, .no-cssgradients .fauxbutton {
	background-repeat: repeat-x;
	background-image: url(../img/navvir.jpg);
	background-position: left bottom;
}

.cssgradients .fauxbutton {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #c52e33),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #c52e33 0%, #6048B8 100%);
}

.no-js a.fauxbutton:hover, .no-cssgradients .fauxbutton:hover, .no-js .fauxbutton:active, .no-cssgradients .fauxbutton:active {
	background-color: #c52e33;
	background-image: url(../img/navvi.jpg);
	background-position: left top;
}


.cssgradients .fauxbutton:active, .cssgradients .fauxbutton:hover {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #6048B8),
	color-stop(1, #c52e33)
	);
	background-image: -o-linear-gradient(top, #6048B8 30%, #c52e33 80%);
	background-image: -moz-linear-gradient(top, #6048B8 30%, #c52e33 80%);
	background-image: -webkit-linear-gradient(top, #6048B8 30%, #c52e33 80%);
	background-image: -ms-linear-gradient(top, #6048B8 30%, #c52e33 80%);
	background-image: linear-gradient(to top, #6048B8 30%, #c52e33 80%);
}

a.catlink {
	display: block;
	text-align: center;
	color: #222;
	background-color: #d3d3d3;
	margin: 0em;
	text-decoration: none;
	padding: 0.5em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	border-radius: 0.75em;
	border: 1px solid #666;
	font-weight:bold;
}

a.catlink:hover, a.catlink:active {
	background-color: #6048B8;
	color: #FFF;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.cssgradients a.catlink:hover, .cssgradients a.catlink:active  {
    background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #c52e33),
	color-stop(1, #6048B8)
	);
	background-image: -o-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -moz-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -webkit-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: -ms-linear-gradient(top, #c52e33 0%, #6048B8 100%);
	background-image: linear-gradient(to top, #c52e33 0%, #6048B8 100%);
}

a.catlink img {
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	overflow: hidden;
	border: 1px solid #999999;
	padding: 0em;
	-webkit-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 2px 3px 3px 0px rgba(50, 50, 50, 0.35);
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .25em;
	margin-left: 0em;

}
*/
#signup {
	display: block;
	padding: 0em;
	margin-top: 1em;
}

#formholder {
	/*-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;*/
	background-color: #e5e7eb;
	text-align: left;
	padding-top: 0em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	display: block;
	border:none;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;	
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.35);
	*/
}
/*
#foot-wrap {
	background-color: #585858;
	padding-bottom: 1em;
}
*/
#footer {
	background-color: #585858;
	display: block;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
	color: #FFF;
	padding: 0em;
	font-size: 0.8em;
	padding-top: 0.6em;
	padding-bottom: 0.75em;
}
/*
.cssgradients #footer {
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #333333),
	color-stop(1, #222222)
	);
	background-image: -o-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -moz-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -webkit-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: -ms-linear-gradient(top, #333333 30%, #222222 80%);
	background-image: linear-gradient(to top, #333333 30%, #222222 80%);

}
*/
#footer #credits {
	float:left;
	text-align:left;
	width:70%;
	margin-left:2em;
}

#footer #socmed {
	float:right;
	text-align:right;
	margin-right:2em;
	width:24%;
	margin-top:1em;
}

#footer #socmed a {
	margin-left:1em;
}


#footer #credits p {
	margin-top: .5em;
	margin-bottom: .5em;
}

#footer #credits a {
	color: #FFF;
}
.stndform label {
	float: left;
	width: 30%;
	margin-right: 5%;
	display: block;
	margin-top: 1em;
	padding-top:0.35em;
	clear: both;
}
.stndform input, .stndform textarea, .stndform select {
	float: left;
	display: block;
	margin-top: 1em;
}
.stndform input:not([type="submit"]), .stndform textarea, .stndform select {
	padding: 0.25em;
	width: 40%;
	font-size: 1.1em;
	border: 1px solid #666;
}
.wbg {
	background-color: #FFF;
}
.gbg {
	background-color: #F6F6F6;
}
.stndform input[type=submit] {
	width: auto;
	margin-left:35%;
}
.errtext {
	color:#F00;
}
.stndform div.errtext {
	width:100%;
	clear:both;
	padding-top: 1em;
	text-align:left;
	font-weight:bold;
	padding-left:35%;
}
#currconn {
	width: 100%;
	display: block;
}
#currconn input:not([type="submit"]) {
	width: 100%;
	display: block;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #333;
}
#xch {
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
#xch #from, #xch #to {
	width: 45%;
	display: block;
	float: left;
	padding: 0.5em;
	border: 1px solid #333;
}
#xch img {
	width: 10%;
	max-width: 2.5em;
	display: block;
	float: left;
	padding: 0.35em;
}
#currresult {
	color: #BB0706;
	font-weight:normal;
}

.pagination ul {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:1em;
	margin-bottom:0em;
	padding:0em;
	list-style:none;
}

.pagination ul li {
	float: left;
	text-align:center;
	width:6%;
	margin-left:0.66%;
}

.pagination ul li:first-child {
	margin-left:0%;
}

.pagination ul li a {
	display: block;
	text-align: center;
	margin: 0em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #585858;
	width: 100%;
	background-color: #E5E7EB;
}

.pagination ul li span.disabled {
	display: block;
	text-align: center;
	margin: 0em;
	text-decoration: none;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #333;
	width: 100%;
	background-color: #E5E7EB;
}

.pagination ul li a:hover, #nav ul li a:active {
	background-color: #585858;
	color: #FFFFFF;
}

#imgslider2 .owl-item {
	padding:.25em;
}
