
/* main css 2k14 */

html,body
{
	height:100%;
	/*margin-left:  55px;
	margin-right: 55px;*/
	margin-bottom: 0;
	padding-bottom: 0;
}

img
{  
	border-style: none;
}

.container_12
{
	overflow: hidden;
	width: 95%;
  margin: 0 auto;
}

/* links */

a
{
    color: #fe4902;
    text-decoration: none;
    font-weight: bold;
}

a:visited 
{
    color: #fe4902;
}

a:hover 
{
    color: #fe4902;
    /*text-decoration: underline;*/
    border-bottom: #fe4902 3px solid;
}

a.noborder:hover
{
	border: none;
}

a:active 
{
	color: #fe4902;
}

/*p:capitalaiz 
{
	text-transform:capitalize;
}*/

/* the magic menu line */

.nav-wrap 
{ 
	float: right;
	padding-top: 35px;
	font-family: 'Open Sans', sans-serif;
}

#example-one { margin: 0 auto; list-style: none; position: relative; }
#example-one li { display: inline; }
#example-one li a { color: black; font-size: 24px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; }
#example-one li a:hover { border: none; color: #dedede; }
#magic-line { position: absolute; bottom: -50px; left: 0; width: 100px; height: 3px; background: #fe4902; }

/* main text */

.mcontainer
{
    min-height: 100%;
    width: 95%;
    margin: 0 auto;
    /*margin-bottom: -100px;*/
}

.mcontainer:after 
{
    content: "";
    display: block;
    /*height: 100px;*/
}

.mainText
{
	height:100%;
	min-height: 100%;
	font-family: 'Oxygen', sans-serif;
	font-size: 18px; 
	line-height: 220%;
	margin-left: 20px;
	margin-right: 20px;
	/*margin-bottom: -100px;*/
}

.mainText:after
{
    content: "";
    display: block;
    height: 40px;
}

.mediacontainer
{
	overflow: hidden;
	/*border: green 1px solid;*/
}

.ltext
{
	float: left;
	width: 68%;
	/*border: black 1px solid;*/
}

.rimage
{
	float: right;
	width: 28%;
	/*border: black 1px solid;*/
}

.rimage img 
{
    display : block;
    margin : auto;
}

.rtext
{
	float: right;
	width: 68%;
	/*border: black 1px solid;*/
}

.limage
{
	float: left;
	width: 28%;
	/*border: black 1px solid;*/
}

.limage img 
{
    display : block;
    margin : auto;
}

/* paragraph lines */

.chapspan
{
	font-size: 32px;
	margin-left: 3px;
}

.chapline1 {	border-bottom: 4px #008747 solid;	float: left; width: 100px; margin-top: 5px; }
.chapline2 {	border-bottom: 4px #fecf54 solid;	float: left; width: 100px; margin-top: 5px; }
.chapline3 {	border-bottom: 4px #cf2130 solid;	float: left; width: 100px; margin-top: 5px; }
.chapline4 {	border-bottom: 4px #dde2d5 solid;	float: left; width: 100px; margin-top: 5px; }
.chapline5 {	border-bottom: 4px #00A0C6 solid;	float: left; width: 100px; margin-top: 5px; }


/* footer */

footer 
{
	width: 95%;
  margin: 0 auto;

	height: 25px;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:0;
	margin-bottom: 0;
	background-color: black;
	color: white;
	border-radius: 25px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
}

/* *** */

.redasterisk
{
	color: red;
}

.ctcform textarea
{
	border: 1px #666666 solid;
	width: 790px;
	text-align: left;
	font-style: normal;
	font-size: 17px;
	color: black;
	font-family: arial, sans-serif;
}

.ctcform input[type="text"]
{
	border: 1px #666666 solid;
	width: 300px;
	text-align: left;
	font-style: normal;
	font-size: 17px;
	color: black;
	font-family: arial, sans-serif;
}

.ctcform input[type="email"]
{
	border: 1px #666666 solid;
	width: 300px;
	text-align: left;
	font-style: normal;
	font-size: 17px;
	color: black;
	font-family: arial, sans-serif;
}

/* buttonz */

.button {
  display: inline-block;
  margin: 0;
  padding: 7px 14px;
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial, "Lucida Grande", sans-serif;
  line-height: 1.5384615384615385;
  cursor: pointer;
  outline: none;
  background-color: #434a54;
  border-color: #434a54;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button:hover,
.button:focus {
  background-color: #5a6370;
  border-color: #5a6370;
}
.button.is-active,
.button:active {
  background-color: #2c3138;
  border-color: #2c3138;
}
.button.is-disabled,
.button[disabled] {
  background-color: #707c8d;
  border-color: #707c8d;
}
.button:hover,
.button:focus {
  color: #ffffff;
}

.button.is-primary {
  background-color: #3bafda;
  border-color: #3bafda;
}
.button.is-primary:hover,
.button.is-primary:focus {
  background-color: #66c1e2;
  border-color: #66c1e2;
}
.button.is-primary.is-active,
.button.is-primary:active {
  background-color: #2494be;
  border-color: #2494be;
}
