
html {
	overflow-x:hidden;
	padding: 0 !important;
	background:#fff;
	margin:0px !important;
}

.fullscreen-container {
		width:100% !important;
		position:relative;
		padding:0;
		height:100%;
	}

.bottomtexts-example,
#topheader-to-offset 	{ position:relative;width:100%;min-height:120px;background-color:#421b3b; padding:30px 20px;box-sizing:border-box;-moz-box-sizing:border-box; text-align: center}

.bottomtexts-example	{	background-color:#421b3b; padding:40px 20px}
.bottomtexts-example h1,
#topheader-to-offset h1	{ font-size:25px;line-height:35px; color:#fff; font-family:Arial; font-weight:300;margin-bottom:30px;text-align:center;}

.bottomtexts-example p,
#topheader-to-offset p	{ font-size:13px; line-height:18px; color:#fff; font-family:Arial; font-weight:300;}

.icon-header {
  position: relative;
}

.icon-desc {
  color: #fff;
  margin-top: 20px;
}

.icon-media {
  color: #fab702;
  font-size: 30px;
}

.icon-title {
  font-size: 18px;
  margin: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.icon:not(.icon-center) .icon-media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-media {
    color: #fab702;
    font-size: 30px;
}

.icon-left .icon-title, .icon:not(.icon-right):not(.icon-center) .icon-title {
    padding-left: 43px;
}

.btn.btn-minimal {
    background: none;
    color: #fab702;
    padding-left: 0;
    padding-right: 0;
}

.btn, .btn.btn-md {
    font-size: 12px;
}


.icon + .icon {
    margin-top: 45px;
}


.jumbotron {
    background-size: cover;
    color: #5a5a5a;
    line-height: 1.5em;
    font-size: 18px;
    padding-bottom: 33px;
    padding-top: 33px;
}
.background-image-center {
    background-repeat: no-repeat;
    background-position: bottom center;
}

.mart40p{ margin-top:50px;}