

@import url(http://weloveiconfonts.com/api/?family=fontawesome)

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);




body {
    background-color: #fff;
    color: #838181;
    font: 14px/20px 'Open Sans', sans-serif;
}





.logotete {
	width:100%;
	max-width: 368px;
	
	}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	
}

h2 {
    font-size: 18px;
    line-height: 24px;

    margin-bottom: 18px;
}

h2 a:hover {
    color: #626161;
}



h3 {

    font-size: 16px;
    line-height: 20px;
    color: #626161;
    margin-bottom: 18px;
}
h4 {
    font-size: 14px;
    line-height: 15px;
}


h6 {
    font-size:xx-large;
    line-height: 1em;
}

h6 a:hover {
    color: #626161;
}

h7 {
    font-size:xx-large;
    line-height: 1em;
	color:#666;
}

h8 {
    font-size:xx-large;
    line-height: 1em;
	color:#5bb245;
}


/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list .title {
    font-size: 16px;
    margin-bottom: 2px;
}

ul.list {
    padding-top: 3px;
}

ul.list time {
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 18px;
	margin-top: 2px;
	text-align: center;
	margin-right: 20px;
	width: 60px;
	display: block;
	color: #fff;
	font-size: 16px;
	float: left;
	background-color: #5bb245;
}

ul.list time span {
    display: block;
    border-top: 1px solid #c4e7d7;
    margin: 5px 2px 0;
}

ul.list li {
    overflow: hidden;
    line-height: 18px;
}

ul.list li+li {
    margin-top: 14px;
}

ul.list1 {
    margin-top: -2px;
}

ul.list1 li {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-left: 45px;
}

ul.list1 li+li {
    margin-top: 17px;
}

ul.list1 li+li+li {
    margin-top: 20px;
}

ul.list1 li+li+li+li {
    margin-top: 18px;
}

ul.list1 li:after {
    left: 0;
    top: 3px;
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    display: block;
    color: #fff;
    width: 33px;
    text-align: center;
    height: 32px;
    background-color: #5bb245;
    line-height: 30px;
}




/****Links****/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #5bb245;
}

a.btn {

	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 4px 17px 5px;
	background-color: #5bb245;
}

a.btn:hover {
	background-color: #6e6969;
}


a.btn2 {

	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 4px 17px 5px;
	background-color: #f29122;
}

a.btn2:hover {
	background-color: #6e6969;
}


a.btn3 {

	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 4px 17px 5px;
	background-color: #de2941;
}

a.btn3:hover {
	background-color: #6e6969;
}


a.btn4 {

	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 4px 17px 5px;
	background-color: #3d6eb4;
}

a.btn4:hover {
	background-color: #6e6969;
}


/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 1px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}