/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/
/* //WALLBARN RULE color 319cff in all file, replace impertek color ffa801*/
.terms-and-conditions li{
	line-height: 25px;
	font-size: 15px;
}
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #ececec;
}
body.contentpane.dark {
	color: #ececec;
  }
body.contentpane.dark {
	background: #191919;
  }

body.contentpane.dark .blog > .items-leading h2, body.contentpane.dark .blog > .items-row h2{
    font-weight: normal;
}
  body.contentpane.dark .blog > .items-leading, body.contentpane.dark .blog > .items-row{
	padding: 3px 10px;
	vertical-align: middle;
	background-color: #191919;
	border-top: 0px;
	border-bottom: 1px solid #8d8d8d;
	color: #fff;
  }
  body.contentpane.dark .blog > .items-leading h2 a, body.contentpane.dark .blog > .items-row h2 a{
	color: #fff;
  }
  body.contentpane.dark .blog > .items-leading:hover, body.contentpane.dark .blog > .items-row:hover{
	border-bottom: 1px solid #fff;
	cursor:pointer;
  }
  body.contentpane.dark .blog > .items-leading:hover h2 a, body.contentpane.dark .blog > .items-row:hover h2 a{
	color: #319cff;
	text-decoration: none;
  }
  body.contentpane .blog .page-header{
	margin: 0;
	padding:5px;
  }
  body.contentpane .blog .page-header h2{
	font-size: 16px;
  }
  .guide #maincenter{
	margin:0;
  }
  .guide .item-pageguide .icons{
	display:none;
  }
  .light.guide #maincenter{
	background: #191919;
	color: #ececec;
  }
  .light.guide .page-header h2{
	color: #319cff;
  }
  .light.guide{
	background: #191919;
  }
* {
    padding: 0;
    margin: 0;
}
.items-leading .icons, .items-row .icons{
    display:none;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 20%;
}

.column.column2 {
    width: 33.333333333333%;
}

.column.main {
    width: 100%;
}

.column.center {
    width: 66.666666666667%;
}

.noleft .center {
    width: 75%;
}

.noleft .column2 {
    width: 25%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: left;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1000px;
}

.container-fluid {
	max-width: 100%;
}

body {
	background: #dddddd;
	background: rgba(221,221,221,0.01);
	-pie-background: rgba(221,221,221,0.01);
	color: #000000;
	text-align: left;
	line-height: 20px;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

a {
	color: #000000;
}


a:hover {
	color: #319cff;
}

h1, div.componentheading {
	color: #000000;
	font-size: 30px;
}

h2, div.contentheading {
	color: #000000;
	font-size: 25px;
}

h3 {
	color: #000000;
	font-size: 20px;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

.button, button, button.btn, input.btn, :not(.btn-group) > .btn, .btn-group > .btn.active {
    border: none;
	background: #e62637;
	border: #950511 1px solid;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	padding: 7px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0px 7px;
	margin-top: 0px;
	min-width: 80px;
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #950511;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

ul.pagenav li a, .pagination li .pagenav,  .pager li a {
    display: block;
	background: #ffffff;
	background: rgba(255,255,255,0.01);
	-pie-background: rgba(255,255,255,0.01);
	border: #d3d2d2 1px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

ul.pagenav li a:hover, .pagination li .pagenav:hover,  .pager li a:hover {
	background: #787878;
	border: #d3d2d2 1px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.readmore a, .readmore .btn {
	background: #e62637;
	border: #950511 1px solid;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	background: #ffffff;
	border: #b1b0b0 1px solid;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #000000;
	padding: 4px;
	text-align: left;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background: #ffffff;
	border: #b1b0b0 1px solid;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #000000;
	box-shadow: rgba(177,176,176,0.3) 0px 0px 3px 2px;
	-moz-box-shadow: rgba(177,176,176,0.3) 0px 0px 3px 2px;
	-webkit-box-shadow: rgba(177,176,176,0.3) 0px 0px 3px 2px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}


/* ---------------------------------------
	Table styling
-----------------------------------------*/


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 1px solid #dddddd;
}
table table {
  background-color: #ffffff;
}


#logo1 > div.inner > .bannerlogodesc {
	color: #a3a3a3;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
#modulestop .n1 > .flexiblemodule { width: 100%; }
#modulestop .n2 > .flexiblemodule { width: 50%; }
#modulestop .n2 > .flexiblemodule + div { width: 50%; }
#modulestop .n3 > .flexiblemodule { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div { width: 33.333333333333%; }
#modulestop .n3 > .flexiblemodule + div + div { width: 33.333333333333%; }
#modulestop .n4 > .flexiblemodule { width: 25%; }
#modulestop .n4 > .flexiblemodule + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div { width: 25%; }
#modulestop .n4 > .flexiblemodule + div + div + div { width: 25%; }
#modulestop .n5 > .flexiblemodule { width: 20%; }
#modulestop .n5 > .flexiblemodule + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div + div { width: 20%; }
#modulestop .n5 > .flexiblemodule + div + div + div + div { width: 20%; }

#modulestopmod1 > div.inner {
	padding: 10px;
}

#modulestopmod2 > div.inner {
	padding: 10px;
}

#modulestopmod3 > div.inner {
	padding: 10px;
}

#modulestopmod4 > div.inner {
	padding: 10px;
}

#modulestopmod5 > div.inner {
	padding: 10px;
}

#maincontent > div.inner {
	margin-top: 0px;
}

#left > div.inner {
	margin-right: 0px;
	padding: 0px 40px;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 15px;
}

#maintopmodule > div.inner {
	padding: 0px;
}

#center > div.inner {
	padding: 10px;
}

#centertopmodule > div.inner {
	padding: 10px;
}

#centerbottommodule > div.inner {
	padding: 10px;
}

#right > div.inner {
	margin-left: 10px;
	padding: 10px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#mainbottommodule > div.inner {
	padding: 10px;
}

#footer > div.inner {
	padding: 10px;
}

div.modal.fade{
	top: -200px;
}

