html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size:16px;
    line-height: 24px;
}


body,input,select,textarea {
	font-family: Calibri,Arial,sans-serif;
}

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


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

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

p,ul,li{
	margin:0;
	padding:0;
}

ul{
    list-style-type: none;
}

img{
	vertical-align: top;
	display:inline-block;
    max-width: 100%;
    height: auto;
}

h1{
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size:20px;
    line-height: 30px;
}

.msg{
    width: 100%;
    border: 1px solid #009933;
    color: #009933;
    border-radius: 4px;
    background-color: #d6f5d6;
    text-align: center;
    margin: 10px 0;
    line-height: 26px;
}

.msg-err{
    border: 1px solid #ff0000;
    color: #ff0000;
    background-color: #ffcccc;
}

.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	position: relative;
    background-color:#fff;
}

.inner{
	width:98%;
    max-width: 1400px;
	margin:0 auto;
}

.ph-tr{
    width: 100%;
}

.parallax {
    min-height: 500px; 
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.parasep{
    min-height: auto;
    height: 300px;
    background-image: url('spacer.jpg');
}   

.parafix{
    width: 100%;
    position: fixed;
    top:0;
    left: 0
}

.paratext{
    padding: 0;
    min-height: 300px;
    position:relative;
    background-color:#fff;
}

.logow{
    text-align: center;
    background-color:#fff;
}

.logow img{
    position: relative;
    max-width: 60%;
}

.paratext .ptxt,
.paratext .ctxt,
.paratext .cbtns{
    min-height: 300px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.paratext .tsep{
    margin: 50px 0;
    text-align: center;
}

.paratext .tsep img{
    max-width: 80%;
}


.paratext .cbtns a{
    display: inline-block;
    border:2px solid #115a30;
    padding: 5px;
    border-radius: 5px;
    color: #115a30;
}

.paratext .cbtns a:hover{
    background-color: #115a30;
    color: #fff;
}

.paratext .cbtns a i{
    margin-right: 5px;
}


.islider{
    position: relative;
    width: 100%;
    min-width: 300px;
	top: 0;
	left: 0;
    overflow:hidden;
}

#iwrapS img{
    width: 100%;
}

.islider .isliderim,
.islider .isliderim img,
.islider .isliderth{
	position: absolute;
}

.islider .isliderim{
    width: 100%;
    top: 0;
}

.islider .isliderim img{
	margin-left: 100%;
}

.islider .isliderim img.active{
	margin-left: 0;
    z-index:100;
}

.islider .isliderth{
    bottom: 0;
    overflow: hidden;
    height: 50px;
    width: 80%;
    left: 10%;
	text-align: center;
    padding-top: 5px;
    z-index: 101;
}


.islider .isliderth ul,
.islider .isliderth li,
.islider .isliderth a{
    height: 100%;
    display:inline-block;

} 

.islider .isliderth ul {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.islider .isliderth li {
    width: 40px;
    margin: 0;
}


.islider .isliderth .isl_dot{
	height: 30px;
	width: 30px;
	background-color: #4e775f;
	border-radius: 50%;
	display: block;
    transition: transform .2s;
}

.islider .isliderth a.active .isl_dot,
.islider .isliderth a:hover .isl_dot{
	background-color: #115a30;
    transform: scale(1.1);
}


.footer{
	position:absolute;
	bottom:0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #115a30;
}

.fspacer{
    width: 100%;
    height: 50px;
    
}

.footer a{
    color:#ebe3c8;
}

.footer a:hover {
    color:#000;
}

@media (max-width: 1000px) {

    .parallax {
        min-height: 300px; 

    }

    .islider .isliderth ul{
        display: none;
    }
    
}




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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-facebook2:before {
  content: "\ea91";
}