html {
    height: 100%;
    margin: 0px !important;
}
body {
    font-size: 15px;
    font-family: "Open Sans";
    color: #888;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: "Open Sans" !important;
    color: #888;
}
.left-align {
    text-align: left;
}
.center-align {
    text-align: center;
}
.right-align {
    text-align: right;
}
.greySeparator {
    width: 300px;
    height: 1px;
    background-color: #dddddd;
    margin: auto;
    margin-top: 10px;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.HeaderImgBlock {
    width: 100%;
    margin-top: 30px;
    position: relative;
    background: url(../img/maze-header1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 300px;
}
.HeaderImgBlock .headerImgText h2 {
    color: #FFF !important;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 15px !important;
    display: block !important;
}
.HeaderImgBlock .headerImgText .separator {
    width: 200px;
    height: 3px;
    background-color: #333;
    display: inline-block;
}
.ImgHeader {
    background: url(../img/red-ball4.jpg) center center no-repeat;
    padding-top: 170px;
    padding-bottom: 170px;
}
.ImgHeader .SlogenText h1 {
    padding: 10px 15px;
    margin: 0;
    font-size: 2.2em;
    color: #3ea9f5;
    line-height: 125%;
    font-weight: normal;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
}
.logoColor {
    color: #00A94D;
    font-weight: bold;
    font-size: 9em;
    letter-spacing: -2px;
    font-family: 'Droid Serif', cursive !important;
}
.PageContent #blob {
    cursor: pointer;
}
.PageContent .Block {
    width: 100%;
    border-bottom: 1px solid #d9d9de;
    padding: 0px 0px;
}
.PageContent .Block h2 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 2.5em;
    padding-bottom: 0px;
    text-transform: uppercase;
    color: #b7b7b7;
    margin-top: 20px;
    font-weight: bold;
}
.PageContent .Block h2 span {
    font-weight: bold;
    color: #3ea9f5;
}
.PageContent .Block #whyus {
    font-weight: bold;
    font-size: 4em;
    letter-spacing: -1px;
    font-weight: 700;
    color: #989898;
}
.PageContent .Block p {
    color: #a8a8a8;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 125%;
    margin-bottom: 0px;
}
.PageContent .Block .leadBox {
    margin: 10px 0px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.PageContent .Block .leadBox h3 {
    color: #3ea9f5;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.PageContent .Block .leadBox .leadText {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 22px;
    margin-top: 15px;
}
.PageContent .Block .leadBox .leadText ul {
    margin-left: 10px;
}
.PageContent .Block .leadBox .leadText ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.PageContent .Block .leadBox .leadText ul li:before {
    font-family: 'iconset';
    content: '\e021';
    font-size: .7em;
    left: 0px;
    position: absolute;
    color: #3ea9f5;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.PageContent .Block .leadBox .leadText ul li:focus:before, .PageContent .Block .leadBox .leadText ul li:hover:before {
    left: 5px;
}
.PageContent .Block .leadBox .leadText ul li.padded {
    margin-left: 40px;
}
.PageContent .Block .leadBox .leadText p {
    padding-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #5a5a5a;
}
.PageContent .Block .leadBox:focus h3, .PageContent .Block .leadBox:hover h3 {
    color: #000;
}
.PageContent .rounded {
    border-radius: 50%;
    padding-top: 85px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    width: 200px;
    height: 200px;
}
.ContactBlock {
    max-width: 1920px;
    overflow: hidden;
    background: url(../img/contact.jpg) 0% 0% no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.ContactBlock h3 {
    background-color: #fff;
    color: #1c1c1e !important;
    padding: 15px 20px;
    display: block;
    font-size: 25px;
    line-height: 150%;
}
.ContactBlock .contactInfoText {
    background-color: #282b2d;
    color: #fff;
    padding: 15px 20px !important;
    margin-top: 20px;
    display: inline-block;
}
.formBox {
    margin-top: 40px;
}
.formBox .FormContent .InputBlock .inputBox {
    display: block;
    width: 100% !important;
    height: 40px;
    padding: 10px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.formBox .FormContent .InputBlock .inputBox:focus, .formBox .FormContent .InputBlock .inputBox:hover {
    border: 1px solid #3ea9f5;
}
.formBox .InputTextarea .inputText {
    display: block;
    width: 100% !important;
    padding: 10px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    outline: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.formBox .InputTextarea .inputText:focus, .formBox .InputTextarea .inputText:hover {
    border: 1px solid #3ea9f5;
}
.formBox .btn {
    color: #fff;
    background-color: #3498db;
    border: none;
    border-color: #3498db;
    display: inline-block;
    padding: 15px 15px !important;
    font-size: 14px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.formBox .btn:focus, .formBox .btn:hover {
    cursor: pointer;
    background-color: #222222;
}
.listing-Box ul {
    margin: 0px !important;
}
.listing-Box li {
    color: #b7b7b7;
    font-size: 1.4em;
    /*position: relative;*/
    padding-left: 0px;
    margin-bottom: 5px;
    list-style-type: none
}
.footer {
    background-color: #3a3934;
    padding: 10px 15px;
}
.icon {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.5);
    box-shadow: 0px 0px 10px 0px rgba(50,50,50,0.5);
}
.transition_all(0.5) .icon:hover, .icon:focus {
                         -webkit-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0);
                         -moz-box-shadow: 0px 0px 10px 0px rgba(50,50,50,0);
                         box-shadow: 0px 0px 10px 0px rgba(50,50,50,0);
                     }
.paddingTop {
    padding-top: 70px !important;
}
.circleIcons .item .icon {
    color: #111;
    position: relative;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background: #d9d9d9;
    text-align: center;
    line-height: 120%;
    font-size: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-animation: bounceIn 1s 1.2s forwards;
    -moz-animation: bounceIn 1s 1.2s forwards;
    -o-animation: bounceIn 1s 1.2s forwards;
    animation: bounceIn 1s 1.2s forwards;
    padding-top: 60px;
}
.circleIcons .item .icon:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.circleIcons .item .icon:after {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 7px;
    width: 103%;
    height: 103%;
    content: '';
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(0.8=);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.circleIcons .item:focus .icon:after, .circleIcons .item:hover .icon:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.circleIcons .item:focus .icon1, .circleIcons .item:hover .icon1, .circleIcons .item .icon1.active {
    background: #00ace5;
}
.circleIcons .item:focus .icon1:after, .circleIcons .item:hover .icon1:after, .circleIcons .item .icon1.active {
    -webkit-box-shadow: 0 0 0 4px #00ace5;
    box-shadow: 0 0 0 4px #00ace5;
}
.circleIcons .item:focus .icon2, .circleIcons .item:hover .icon2, .circleIcons .item .icon2.active {
    background: #ff860d;
}
.circleIcons .item:focus .icon2:after, .circleIcons .item:hover .icon2:after, .circleIcons .item .icon2.active {
    -webkit-box-shadow: 0 0 0 4px #ff860d;
    box-shadow: 0 0 0 4px #ff860d;
}
.circleIcons .item:focus .icon3, .circleIcons .item:hover .icon3, .circleIcons .item .icon3.active {
    background: #00ff00;
}
.circleIcons .item:focus .icon3:after, .circleIcons .item:hover .icon3:after, .circleIcons .item .icon3.active {
    -webkit-box-shadow: 0 0 0 4px #00ff00;
    box-shadow: 0 0 0 4px #00ff00;
}
.circleIcons .item:focus .icon4, .circleIcons .item:hover .icon4, .circleIcons .item .icon4.active {
    background: #f9f900;
}
.circleIcons .item:focus .icon4:after, .circleIcons .item:hover .icon4:after, .circleIcons .item .icon4.active {
    -webkit-box-shadow: 0 0 0 4px #f9f900;
    box-shadow: 0 0 0 4px #f9f900;
}

.circleIcons .item a {
    text-decoration: none;
}
