@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sifonn-Basic';
    src: url('font/Sifonn-Basic.eot');
    src: url('font/Sifonn-Basic.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic.woff') format('woff'),
         url('font/Sifonn-Basic.ttf') format('truetype'),
         url('font/Sifonn-Basic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sifonn-Basic-Outline';
    src: url('font/Sifonn-Basic-Outline.eot');
    src: url('font/Sifonn-Basic-Outline.eot?#iefix') format('embedded-opentype'),
         url('font/Sifonn-Basic-Outline.woff') format('woff'),
         url('font/Sifonn-Basic-Outline.ttf') format('truetype'),
         url('font/Sifonn-Basic-Outline.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OpenSans-Light-webfont';
    color: #404043;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
section {
    margin-bottom: 35px;
    position: relative;
    background-attachment: fixed;
    display: block;
}
h4, h5 {
    font-family: 'Sifonn-Basic';
}

/* ****************************** NAV MENU ******************************* */
.menu-submessage {
    display: block;
    text-align: right;
    margin-right: 10px;
    font-size: 18px;
}
.menu-submessage .phonenumber {
    color: #cc0000;
    padding-left: 15px;
}

/* **************************** HOME SECTION ***************************** */
#home {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.slider-imageoverlay { 
    background: url(../images/pattern.png); 
    position: absolute; 
    opacity: 0.5; 
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    z-index: 0; 
}
.slider-text1 { 
    position: absolute; 
    left: 0;
    top: 50%;
    margin-top: -65px;
    width: 100%;
    font-family: 'Sifonn-Basic';
    text-shadow: 0 0 15px rgba(255,255,255,0.8);
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    z-index: 200;
}
.slider-text1 span{ 
    font-size: 60px; 
    line-height: 60px;
    color: #225577;
}
.slider-text1 span.subtext{ 
    font-size: 25px; 
    line-height: 25px;
    color: #225577;
}
.subbuttonwrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 70px;
    margin-left: -150px;
    width: 300px;
    z-index: 200; 
}
.slider-text2 { 
    width: 100%;
    color: #fff;
    font-family: 'Sifonn-Basic';
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 20px; 
    line-height: 20px;
    font-weight: 100;
}
.slider-text2 a {
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 20px;
}
.slider-text2 a:hover,
.slider-text2 a:focus {
    outline: none;
}
.scrolldownbtn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 60px;
    height: 40px;
    margin-left: -30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    color: #fff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background: url('../images/arrow-down.png') no-repeat center bottom;
    background-size: 30px 16px;
    z-index: 1200;
    -webkit-animation: arrows 1.5s infinite;
    animation: arrows 1.5s infinite;
}
@keyframes arrows {
      0% { bottom: 10px; }
     50% { bottom: 40px; }
    100% { bottom: 10px; }
}
@-webkit-keyframes arrows {
      0% { bottom: 10px; }
     50% { bottom: 40px; }
    100% { bottom: 10px; }
}
.scrollbuttonbox {
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
}
.scrollbuttonbox a {
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    margin: 0;
}
.scrollbuttonbox a span {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.scrollbuttonbox a span::before {
    position: absolute;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    content: attr(data-hover);
    text-align: left;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.scrollbuttonbox a:hover span,
.scrollbuttonbox a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.sociallistheader { 
    position:absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: 140px;
    z-index: 1002;
    height: 40px;
    text-align: center;
}
.sociallist li {
    padding: 10px 0; 
    list-style: none;
    text-align: center; 
    width: 40px;
    display: inline-block;
    background: rgba(255,255,255,.7);
    cursor: pointer;
    margin-right: 2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.sociallist li:hover {
    background: rgba(255,255,255,1);
}
.sociallist li .icon-soc a {
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    opacity: 1;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.sociallist li:hover .icon-soc a{
    opacity: 1;
}

/* **************************** ABOUT SECTION **************************** */
#about {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #ffffff !important;
}
.carousel-wrapper {
	text-align: center;
    margin: 0 30px 20px 30px;
    height: 140px;
}
.testimonial-carousel {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
.testimonial-carousel li,
.testimonial-carousel li a {
    text-align: center;
    font-size: 16px;
}
.testimonial-carousel li a {
    color: #225577;
}
.testimonial-carousel li a i {
    font-size: 12px;
}
.testimonial-carousel li {
	font-style: italic;
	line-height: 1.2;
}
.testimonial-carousel li .signature {
	text-align: center;
    color: #225577;
    font-style:italic;
}
.header-text{
    position: relative; 
    width: 100%;
    z-index:2;
    padding-bottom: 30px;
}
.header-text h1 {
    color: #101010;
    font-family: 'Sifonn-Basic';
    text-align: center;
}
.header-shadow-text{
    position: absolute; 
    top: 0; 
    left: 0;
    margin-top:-20px;
    width: 100%;
    font-family: 'Sifonn-Basic';
    text-transform:uppercase;
    text-align:center;
    font-size: 70px;
    line-height:70px;
    color:rgba(60,60,60,.08);
    z-index:1;
}
.offerings {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}
.offerings-icon {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    line-height: 32px;
    font-size: 22px;
    text-align: left;
    z-index: 6;
    width: 22px;
    height: 32px;
    color: #225577;
}
.offerings h5 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
}
.video-section {
    position: relative; 
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    z-index: 2;
} 
.videoplayer {
    position: relative; 
    width: 50%;
    min-height: 461px;
    display: inline-block;
    float: left;
    overflow: hidden;
    z-index: 2;
    background: no-repeat center center;
    background-size: cover;
}
.video-note {
    width: 50%;
    text-align: center;
    font-style: italic;
    padding-bottom: 2px;
}
#video_background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
}
.videocontent {
    position: relative; 
    width: 50%;
    min-height: 450px;
    display: inline-block;
    float: left;
    overflow: hidden;
    z-index: 2;
}
.videocontent h5 {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 5px;
}
.videocontent > div {
    margin: 10px 0 5px 0;
    text-align: left;
}
.videocontent > div > ol {
    padding: 0 0 10px 0;
    text-align: left;
    margin-left: 30px;
    list-style-type: none;
}
.videocontent > div > ol:last-child {
    padding-bottom: 0;
}

/* **************************** TEAM SECTION ***************************** */
#team {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 60px 0;
    z-index:2;
} 
.teamwrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 15px;
    z-index: 2;
    height: 300px;
    border: 1px solid #eee;
} 
.teamwrapper h5 {
    padding: 15px 0 5px 0;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
}
.teamwrapper .teambg {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    color: #333;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.teamwrapper .teambg:hover {
    color: #fff;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.teamwrapper p {
    position: relative;
    top: 50%;
    transform: translateY(-65%);
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px 0 10px;
    width: 100%;
} 
.teamwrapper .teamimg {
    height: 100%;
}
.teamwrapper .support {
    background: url(../images/support.jpg) no-repeat center center;
    background-size: cover;
}
.teamwrapper .coordinator {
    background: url(../images/coordinator.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .prescreening {
    background: url(../images/prescreening.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .qualitycontrol {
    background: url(../images/qualitycontrol.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .conditions {
    background: url(../images/conditions.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .accountmanager {
    background: url(../images/accountmanager.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .technology {
    background: url(../images/technology.jpg) no-repeat center center; 
    background-size: cover;
}
.teamwrapper .leadership {
    background: url(../images/leadership.jpg) no-repeat center center; 
    background-size: cover;
}

/* *************************** PROCESS SECTION *************************** */
#process {
    background-image: url(../images/processbackground.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-bottom: 60px;
}

/* *************************** INTEGRATED SECTION ************************ */
#integrations {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 2;
}
#integrations .header-text h5 {
    text-align: center;
    margin: 20px 0;
}

/* *************************** PARNTERS SECTION ************************** */
#partners {
    padding: 0px !important;
    background-image: url(../images/slider-kitchen.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#partners .container {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.6);
}
.partners-wrapper {
    padding: 10px 0 !important;
}
.partners-wrapper h5 {
    padding-top: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.partners-box {
    padding: 50px 0 !important;
    background-color: rgba(255,255,255,.6);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-box-shadow: inset 0 0 30px rgba(60,60,60,.7);
    -webkit-box-shadow: inset 0 0 30px rgba(60,60,60,.7);
    box-shadow: inset 0 0 30px rgba(60,60,60,.7);
    text-shadow: 0px -2px 0px rgba(51,51,51,.2), 0px 2px 3px rgba(102,102,102,.2);
    width: 300px;
    height: 250px;
    border: 1px solid rgba(255,255,255,.6);
    margin: 0 auto;
    opacity: .9;
    position: relative;
    overflow: hidden;
}
.partners-box:hover {
    background-color: rgba(255,255,255,.9);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.partners-box h4 { 
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -105px;
    z-index: 100;
}
.partners-box h4 img { 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.partners-box:hover h4 img { 
    -webkit-transform: scale(1.45) rotate(360deg);
    -moz-transform: scale(1.45) rotate(360deg);
    -ms-transform: scale(1.45) rotate(360deg);
    -o-transform: scale(1.45) rotate(360deg);
    transform: scale(1.45) rotate(360deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/* *************************** RESOURCES SECTION ************************** */
#resources {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 2;
}
#resources .header-text h5 {
    text-align: center;
    margin: 20px 0;
}
#resources .container {
    text-align: center;
    width: 100%;
}
.resource-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
}
.resource-wrapper>div {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.resource-wrapper a {
    color: #000000;
    text-decoration: none;
}
.resource-wrapper a:hover {
    color: #225577;
}
.resourceitem {
    position: relative;
    display: inline-block;
    width: 250px;
    background: #f1f1f1;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 10px 20px 10px;
    border-radius: 5px;
    text-align: center;
}

@-webkit-keyframes swing{
    15%{
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%{
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%{
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%{
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%{
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing{
    15%{
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%{
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%{
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%{
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%{
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%{
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.resourceitem:hover div img{
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* *************************** CONTACTUS SECTION ************************** */
#contact {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    z-index: 2;
}
#contact .header-text h5 {
    text-align: center;
    margin: 20px 0;
}
#contact .container {
    width: 100%;
}
.contact-wrapper {
    width: 700px;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: center;
}
#google_map {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  z-index: 500;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
  filter: url(images/grayscale.svg#greyscale);
  filter: gray;
}

/* **************************** SUPPORT PAGES **************************** */
#supportpage {
    padding: 150px 15px 60px 15px !important;
    background-color: #fff !important;
    text-align: center;
}
#supportpage .container {
    max-width: 970px;
    text-align: left;
}
#supportpage .title-text {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
}
#supportpage .title-text h2 {
  color: #101010;
  font-family: 'Sifonn-Basic';
}
#supportpage ul {
   padding-left: 40px;
}
#supportpage h4 {
    margin: 20px 0 10px 0;
}
#supportpage .pageimage-right {
    text-align: right;
}
#supportpage h5 {
    font-family: 'OpenSans-Light-webfont';
    font-weight: bold;
    margin: 10px 0 5px 0;
}

/* **************************** FOOTER SECTION **************************** */
.footerwrapper {
    padding: 12px 20px 8px 20px;
    width: 100%;
}
.footerwrapper .footerborder {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.footerwrapper ul {
    list-style: none;
    margin: 10px 0;
}
.footerwrapper ul li {
    display: inline-block;
    text-align: center;
    padding: 5px;
    background: url('../images/line.png') 2px 11px no-repeat;
    background-size: 15px 10px;
}
.footerwrapper ul li:first-child {
    background: none;
}
.footerwrapper ul li a {
    color: #335588;
    padding: 0px 6px 0 26px;
}
.footerwrapper p {
    padding: 13px 0 8px 0;
    margin: 0;
}
.footerwrapper .leftside {
    float: left;
    text-align: left;
}
.footerwrapper .rightside {
    float: right;
    text-align: right;
}
#footer{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    text-align: center;
}
#footer .back-top{
    position: absolute; 
    cursor:pointer;
    top:-430px;
    left:50%;
    margin-left:-20px;
    width:40px;
    height:40px;
    font-family: 'FontAwesome';
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    text-align:center;
    z-index:10;  
    font-size: 22px;
    line-height: 40px;
    background:#f2f2f2;
    -webkit-box-shadow: 0 -5px 15px -5px #000;
    -moz-box-shadow: 0 -5px 15px -5px #000;
    box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
    background:#fff;
    -webkit-box-shadow: 0 -5px 5px -5px #000;
    -moz-box-shadow: 0 -5px 5px -5px #000;
    box-shadow: 0 -5px 5px -5px #000;
}



@media only screen and (max-width: 1040px) {
    .footerwrapper ul li {
        display: inline-block;
        text-align: center;
        padding: 5px;
        background: none;
    }
    .footerwrapper ul li a {
        padding: 0px 6px;
    }
    .teamwrapper {
        height: 325px;
    } 
}
@media only screen and (max-width: 896px) {
    .footerwrapper .leftside {
        float: none;
        text-align: center;
    }
    .footerwrapper .rightside {
        float: none;
        text-align: center;
    }
    .footerwrapper p {
        padding: 0 0 8px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .navbar-brand img {
        width: 225px;
    }
    .slider-text1 span { 
        margin-top: 25px;
        font-size: 50px; 
        line-height: 50px; 
    }
    .slider-text1 span.subtext{ 
        font-size: 30px; 
        line-height: 30px;
    }
    .offerings h5 {
        font-size: 14px;
    }
    .testimonial-carousel li,
    .testimonial-carousel li a {
        font-size: 14px;
    }
    #video_background {
      width: 100%;
      height: auto;
    }
    .videoplayer {
        width: 100%;
        height:450px;
    }
    .video-note {
        width: 100%;
    }
    .videocontent {
        position: relative; 
        margin:0 auto;
        width: 100%;
        height:auto;
        padding-bottom:20px;
    }
    .videocontent h5, 
    .videocontent > div > p {
        text-align:center;
    }
    .partners-box {
        width: 90% !important;
    }
    #supportpage .title-text {
        padding-bottom: 10px;
    }
    #supportpage .title-text h2 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .slider-text1 span { 
        margin-top: 25px;
        font-size: 34px; 
        line-height: 34px; 
    }
    .slider-text1 span.subtext{ 
        font-size: 18px; 
        line-height: 18px;
    }
    .offerings h5 {
        font-size: 14px;
    }
    .testimonial-carousel li,
    .testimonial-carousel li a {
        font-size: 14px;
    }
    #video_background { 
        position: relative;
        width: 100%;
        height: auto;
    }
    .videoplayer {
        width: 100%;
        min-height:100px;
    }
    .video-note {
        width: 100%;
    }
    .videocontent {
        position: relative; 
        width: 100%;
        height:auto;
        padding-bottom:20px;
    }
    .videocontent h5, 
    .videocontent > div > p {
        text-align:center;
    }
    .contact-wrapper {
        width: 95%;
        text-align: left;
    }
    #supportpage .pageimage-right {
        display: none;
    }
    .teamwrapper {
        height: auto;
    } 
    #supportpage .title-text {
        padding-bottom: 10px;
    }
    #supportpage .title-text h2 {
        font-size: 22px;
    }
    #supportpage form h3 {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header-shadow-text {
        font-size: 45px;
        line-height: 45px;
    }
    .slider-text1 span { 
        margin-top: 25px;
        font-size: 28px; 
        line-height: 28px; 
    }
    .slider-text1 span.subtext{ 
        font-size: 12px; 
        line-height: 12px;
    }
    .offerings h5 {
        font-size: 12px;
    }
    .testimonial-carousel li,
    .testimonial-carousel li a {
        font-size: 12px;
    }
    #video_background { 
        position: relative;
        width: 100%;
        height: auto;
    }
    .videoplayer {
        width: 100%;
        min-height:100px;
    }
    .video-note {
        width: 100%;
    }
    .videocontent {
        position: relative; 
        width: 100%;
        height:auto;
        padding-bottom:20px;
    }
    .videocontent h5, 
    .videocontent > div > p {
        text-align:center;
    }
    .contact-wrapper {
        width: 95%;
        text-align: left;
    }
    .partners-box {
        width: 100% !important;
    }
    #supportpage .title-text {
        padding-bottom: 10px;
    }
    #supportpage .title-text h2 {
        font-size: 22px;
    }
    #supportpage form h3 {
        margin-top: 40px;
    }
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .partners-box {
        width: 100% !important;
    }
    #supportpage .title-text {
        padding-bottom: 10px;
    }
    #supportpage .title-text h2 {
        font-size: 22px;
    }
    #supportpage form h3 {
        margin-top: 40px;
    }
}
