body #mainWrapper .noWidth-header {
    background: none repeat scroll 0 0 #ffffff;
    position: fixed;
    z-index: 99999;
    top:0;
    width:100%;
}

body #mainWrapper.uniqueWrapper101 .noWidth-top-a {
	transition: height 0.5s;
    position: relative;
	height: 600px;
    overflow: hidden;
}

body #mainWrapper.uniqueWrapper101 .noWidth-top-a.scrollup {
    position: relative;
    height: 0px;
}

body #mainWrapper.uniqueWrapper101 .noWidth-top-a.scrollup.scrolled {
	height:600px;
}

body #mainWrapper.uniqueWrapper101 .noWidth-top-a.scrolledFixed {
	height: 0px !important;
}

body #mainWrapper.uniqueWrapper101 .noWidth-top-a {
	background-size: cover;
}

body #mainWrapper .mainContainer-scrollFix {
	margin-top: 80px;
}

/*
	body .tm-main-top .zoo-item-list .layout-default {
	position: relative;
}

body #mainWrapper .tm-main-top .zoo-item-list .layout-default p.title {
    position: absolute;
	background: #2a53c5;
	width: 60%;
    padding: 10px 10px 5px;
	font-size: 20px;
	text-transform: uppercase;
}

body .tm-main-top .zoo-item-list .layout-default p.title a {
	color: #FFF;
}

body #mainWrapper .tm-main-top .zoo-item-list .layout-default p.meta {
    background: none repeat scroll 0 0 #2a53c5;
    font-size: 15px;
    padding: 5px 10px;
    position: absolute;
    top: 30px;
    width: 60%;
	font-style: normal;
	color: #FFF;
}

body #mainWrapper .tm-main-top .zoo-item-list .layout-default p.links {
    background: none repeat scroll 0 0 #2a53c5;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 52px;
    width: 60%;
	text-transform: uppercase;
}

body .tm-main-top .zoo-item-list .layout-default p.links a {
	color: #FFF;
}

body .tm-main-top .zoo-item-list .layout-default .media {

}

body .tm-main-top .zoo-item-list .layout-default .media img {
    width: 100%;
}
*/

body .tm-main-bottom .aboutUs {
    padding: 55px;
}

body #mainWrapper .tm-main-bottom .aboutUs h1 {
    color: #2a53c5;
    font-size: 30px;
    line-height: 35px;
    text-transform: none;
}

body #mainWrapper .tm-main-bottom .aboutUs p {
	font-size: 14px;
	color: #706e6e
}

body .tm-main-bottom .support {
    padding: 55px;
}

body #mainWrapper .tm-main-bottom .support p {
	font-size: 20px;
	text-align: center;
	color: #706e6e
}

body #mainWrapper .tm-main-bottom .support p strong {
	color: #2a53c5;
	font-size: 30px;
}

body .tm-main-bottom .support p span {
	color: #2a53c5;
}

body .tm-main-bottom .support p a {
    background: none repeat scroll 0 0 #2a53c5;
    color: #ffffff;
    padding: 8px 12px;
    position: relative;
    top: 15px;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

body .tm-main-bottom .support p a:hover {
	background:#e9892c;
}

