@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
.avoidtop {

    margin-top: 100px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (max-width: 769px) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url("https://www.homevideostudio.com/allwebsites/images/bg-small.jpg") no-repeat center center;
        background-image: url(https://www.homevideostudio.com/allwebsites/images/bg-small.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 770px) {
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url("https://www.homevideostudio.com/allwebsites/images/bg-big.jpg") no-repeat center center;
        background-image: url(https://www.homevideostudio.com/allwebsites/images/bg-big.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@font-face {
    font-family: Jura-Regular;
    src: url('https://www.homevideostudio.com/allwebsites/fonts/Jura-Regular.ttf');
}


@font-face {
    font-family: Jura-Italic;
    src: url('https://www.homevideostudio.com/allwebsites/fonts/Jura-Italic.ttf');
}

#inforequest {
        position: relative;
        
        display: table;
    
        height: 100%;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }

@font-face {
     font-family: OpenSans-Regular;
     src: url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Regular-webfont.eot');
    src: url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fb-page{
    display: none;
}

@font-face {
     font-family: OpenSans-Bold;
     src: url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Bold-webfont.eot');
    src: url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
     font-family: OpenSans-LightItalic;
     src: url('https://www.homevideostudio.com/allwebsites/fonts/OpenSans-LightItalic.ttf'),
sans-serif; 
}

@font-face {
    font-family: 'Open Sans', sans-serif;

}
/*
@font-face {
     font-family: OpenSans-Light;
     src: url("http://www.homevideostudio.com/allwebsites/fonts/OpenSans-Light-webfont.eot");
    src: url("http://www.homevideostudio.com/allwebsites/fonts/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'),
         url("http://www.homevideostudio.com/allwebsites/fonts/OpenSans-Light-webfont.woff") format('woff'),
         url("http://www.homevideostudio.com/allwebsites/fonts/OpenSans-Light-webfont.ttf") format('truetype'),
         url("http://www.homevideostudio.com/allwebsites/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


.footmenu {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
}
.footmenu .call {
  margin-right: 20px;
  font-size: 3em;
  color: #fff200;
  padding: 10px 20px;
  border-radius: 50%;
  background-color: #007cb0;
}
.footmenu .email {
  margin-right: 20px;
  font-size: 3em;
  color: #fff200;
  padding: 10px 20px;
  border-radius: 50%;
  background-color: #007cb0;
}
.footmenu a:hover {
  background-color: #000;
}

.fadeInBlock {
    opacity: 0;
}



.display {
      font-family: Open Sans;
    font-weight: 300;

}

.display-4 {

    color: #666;
}

.display-5 {
      font-family: Open Sans;
    font-weight: 300;
    color: #000;
    font-size: 30px;
}


.container-full {

    width: 100%;

}

.img-full {

    width: 100%;
    height: auto;

}

@media (max-width: 768px) {
    .dropdown-menu {
        overflow: auto;
        height: 200px;
    }
    .dropdown-item {
        text-align: center;
        font-size: 19px
    }
}



.text-blue {


    color: #36f;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/*
.carousel .carousel-item {-webkit-transition: opacity 3s; -moz-transition: opacity 3s; -ms-transition: opacity 3s; -o-transition: opacity 3s; transition: opacity 3s;}
*/

.carousel.fade {
    opacity: 1;
}

.carousel.fade .carousel-item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.carousel.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .carousel-item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index: 2;
}








img {
    height: 100px;
    width: 100px;
    object-fit: contain;
}

html,
body {
    height: 100%;
    width: 100%;
      font-family: Open Sans;
    font-weight: 300;
    font-size: 16px;
}






#videobox {

    margin-top: 50px;


}

#topmaintext {
    margin-top: 50px;

}


@media (max-width: 577px) {
    .g-recaptcha2 div { width: 260px; overflow: hidden;}
}

@media (max-width: 769px) {
    
    .mybullets {

        list-style-type: none;
        font-family: open sans;
        font-weight: 300;
        color: #039;
        font-size: 18px;
        line-height: 1.8;
        padding-left: 10px;


    }
}

@media (min-width: 770px) {
    .footmenu{
        display: none
    }
    
    .mybullets {

        list-style-type: none;
        font-family: open sans;
        font-weight: 300;
        color: #039;
        font-size: 30px;
        line-height: 1.8;
        padding-left: 30px;

    }
}







#footercontainer {

    padding-top: 40px;
    padding-bottom: 0px;
    margin-top: 40px;
}

#facebooksize {

    width: 300px;
    height: 300px;
}

/*My new styles for bootstrap*/

.highlightimage:hover {

    filter: brightness(150%);
}

.whitebackground {

    background-color: #fff;

}

.whitebackgroundtrans {

    background-color: rgba(255, 255, 255, 0.8);

}

.greenbackground {

    background-color: rgba(0, 255, 50, 0.8);
}

@media (max-width: 769px) {
    #videoservicestitle {
        font-size: 20px;
        font-family: Open sans;
        font-weight: 700;
    }
    .headertop {
        font-family: open sans;
        font-weight: 300;
        color: #fff;
        font-size: 25px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
}

@media (min-width: 770px) {
    #videoservicestitle {
        font-size: 30px;
    }
    .headertop {
        font-family: open sans;
        font-weight: 300;
        color: #fff;
        font-size: 35px;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 100px;
    }
}

.h2lead {
    font-family: open sans;
        font-weight: 300;
    color: #666;
    font-size: 25px;

    padding-top: 50px;
    padding-bottom: 20px;


}

.blackbar {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;

}

.blackbackground {

    background-color: #000;

}

.blackbackgroundtrans {

    background-color: rgba(0, 0, 0, 0.7);

}

.padleft {
    padding-left: 20px;
}

.padright {
    padding-right: 20px;
}

.padtop {
    padding-top: 20px;
}

.padbottom {
    padding-bottom: 20px;
}

.margintop {

    margin-top: 20px;
}

.marginbottom {
    margin-bottom: 20px;

}

.marginleft {

    margin-left: 20px;
}

.marginright {

    margin-right: 20px;
}











h2 {
      font-family: Open Sans;
    font-weight: 300;

}

h3 {
    
      font-family: Open Sans;
    font-weight: 300;

}

h4 {
     font-family: Open Sans;
    font-weight: 300;

}

h1 {
    
      font-family: Open Sans;
    font-weight: 300;

}

p {
    font-family: Open Sans;
    color: #000;
    font-weight: 300;
}


.pboldlight {
    
      font-family: Open Sans;
    font-weight: 700;
    color: #999;
    font-size: 25px;

}

.paddedbutton {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;


}

#moviebox {

    margin-top: 50px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 769px) {
    #videopagesize {
        width: 100%;
        height: 300px;
    }
    #webinartext {
        background-color: rgba(153, 255, 153, 0.8);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: auto;
        margin-top: 0px;
        font-family: OpenSans-regular;
        font-size: 20px;

    }
    #testimonial1text {
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: auto;
        margin-top: 0px;
        font-family: OpenSans-regular;
        font-size: 20px;
        color: #000;

    }
}

@media (min-width: 770px) {
    #videopagesize {
        width: 100%;
        height: 600px;
    }
    #webinartext {
        background-color: rgba(153, 255, 153, 0.8);
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 40%;
        height: auto;
        margin-top: 20px;
        font-family: OpenSans-regular;
        font-size: 15px;

    }
    #testimonial1text {
        background-color: rgba(255, 255, 255, 0.8);
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 40%;
        height: auto;
        margin-top: 100px;
        font-family: OpenSans-regular;
        font-size: 20px;

    }

}
@media (max-width: 349px) {
    .hide-fb {
        display: none;
    }
}
@media (max-width: 767px) {
    #h1headerwhite {

        color: #fff !important;
        font-family: open sans;
        font-weight: 300;
        font-size: 20px;
        padding-bottom: 5px;
        padding-top: 0px;

    }
    #h1headerwhite2 {

        color: #fff !important;
        font-family: open sans;
        font-weight: 300;
        font-size: 20px;
        padding-bottom: 5px;
        padding-top: 0px;

    }
    #bannertext {
        font-family: open sans;
        font-weight: 300;
        font-size: 12px;

    }
}

@media (min-width: 768px) {
    #h1headerwhite {

        color: #fff !important;
        font-family: open sans;
        font-weight: 300;
        font-size: 35px;
        padding-bottom: 7px;
        padding-top: 5px;

    }
    #h1headerwhite2 {

        color: #fff !important;
        font-family: open sans;
        font-weight: 300;
        font-size: 25px;
        padding-bottom: 7px;
        padding-top: 5px;

    }
    #bannertext {
        font-family: open sans;
        font-weight: 300;
        font-size: 17px;
        padding-bottom: 10px;
    }
}








@media (max-width: 769px) {
    #topstudiopicturecontainer {

        padding-top: 0px;
        width: 100%;
        height: auto;
        background: #f9ed00;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f9ed00 0%, #ff7b0d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f9ed00 0%, #ff7b0d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f9ed00 0%, #ff7b0d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed00', endColorstr='#ff7b0d', GradientType=0);
        /* IE6-9 */
    }
}

@media (min-width: 770px) {
    #topstudiopicturecontainer {
        padding-bottom: 30px;
        padding-top: 0px;
        width: 100%;
        height: auto;
        background: #f9ed00;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f9ed00 0%, #ff7b0d 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f9ed00 0%, #ff7b0d 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f9ed00 0%, #ff7b0d 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed00', endColorstr='#ff7b0d', GradientType=0);
        /* IE6-9 */
    }
}










.movietitle {
    font-family: open sans;
        font-weight: 300;
    font-size: 48px;
    color: #fff;
    padding-bottom: 40px;

}







#introducingrobert {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: open sans;
        font-weight: 300;
    color: #fff;
    font-size: 34px;


}



#startnow {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: #000;
    font-family: open sans;
        font-weight: 300;
    color: #fff;
    font-size: 34px;


}


#sntsection {

    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: #000;
    font-family: open sans;
        font-weight: 300;
    color: #fff;
    font-size: 34px;


}

#watchmovienow {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-color: #000;
    font-family: open sans;
        font-weight: 300;
    color: #fff;
    font-size: 34px;


}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    min-width: 800px;
    width: 100%;
    height: 444px;

    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: 444px;
    float: left;
    width: 100%;
    min-height: 440px;
    min-width: 800px;
    border: 0;
}

#bannerlinks {

    color: #fff;

}



#toplinks a:link {
    text-decoration: none;
    color: #fff;
}
.start-your-own-video-business a:visited {
    text-decoration: underline;
    color: #fff;
}
.start-your-own-video-business a:link {
    text-decoration: underline;
    color: #fff;
}
.start-your-own-video-business a:hover {
    text-decoration: none;
    color: #039;
}

#toplinks a:hover {
    text-decoration: underline;
    color: #000;
}

#toplinks a:visited {
    text-decoration: none;
    color: #fff;
}

#callnowrsvp a:link {
    text-decoration: none;
    color: #fff !important;
}

#callnowrsvp a:hover {
    text-decoration: underline;
    color: #03F !important;
}

#callnowrsvp a:visited {
    text-decoration: none;
    color: #fff !important;
}

#bannerlinks a:link {
    text-decoration: none;
    color: #06c;
}

#bannerlinks a:hover {
    text-decoration: underline;
    color: #fff;
}

#bannerlinks a:visited {
    text-decoration: none;
    color: #06c;
}

#bottomlinks a:link {
    text-decoration: none;
    color: #fff;
}

#bottomlinks a:hover {
    text-decoration: underline;
    color: #fff;
}

#bottomlinks a:visited {
    text-decoration: none;
    color: #fff;
}


.gallerycon a:link {
    text-decoration: none;
    color: #fff;
}

.gallerycon a:hover {
    text-decoration: underline;
    color: #fff;
}

.gallerycon a:visited {
    text-decoration: none;
    color: #fff;
}



.mainlinks a:link {
    text-decoration: none;
    color: #000;
}

.mainlinks a:hover {
    text-decoration: underline;
    color: #CCC;
}

.mainlinks a:visited {
    text-decoration: none;
    color: #333;
}







.trainingalert {
    position: relative;
    margin: auto;
    margin-top: 90px;


    background: url(https://www.homevideostudio.com/allwebsites/images/awardborder.jpg);
    background-image: url(https://www.homevideostudio.com/allwebsites/images/awardborder.jpg);

    width: 100%;
    height: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;



}

.trainingalerttext {
    position: relative;
    margin: auto;
    width: 70%;


    padding-bottom: 150px;
    padding-top: 40px;

    font-family: open sans;
        font-weight: 300;
    font-size: 18px;
    color: #000;
}









.menuhvslogotop {

    background: url(https://www.homevideostudio.com/allwebsites/images/homevideostudio-logo.jpg);
    background-image: url(https://www.homevideostudio.com/allwebsites/images/homevideostudio-logo.jpg);

    width: 140px;
    height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;

}


.yellowline {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 1px;
    height: 20px;
    background-color: #FC0;
}



.individulelinkstop {

    float: left;
}

.topmenucontainer {
    float: left;
    width: 20%;

}

.menulinkscontainer {

    float: right;
    text-align: right;
    width: 75%;
    background-color: #fff;

}


.toplinks {

    font-family: open sans;
        font-weight: 300;
    font-size: 16px;
    color: #666;
    margin-top: 70px;
    width: 650px;
    float: left;
    margin-right: 10px;
}





.gallerycon {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    height: 200px;
    right: 0%;
    padding-left: 20px;
    margin-left: 20px;
    z-index: 3;
    width: 60%;

    height: 200px;
    max-height: 200px;
    font-family: open sans;
        font-weight: 300;
    font-size: 20px;
    color: #FFF;
    bottom: 0;

}

.gallerycon2 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    height: 120px;
    right: 0%;
    padding-left: 20px;
    margin-left: 20px;
    z-index: 3;
    width: 50%;
    top: 290px;

    max-height: 200px;
    font-family: open sans;
        font-weight: 300;
    font-size: 17px;
    color: #FFF;
    bottom: 0;

}

#movietitle {
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;

}



#moviebox {

    background: url(https://www.homevideostudio.com/allwebsites/images/awardsbackground2.jpg);
    background-image: url(https://www.homevideostudio.com/allwebsites/images/awardsbackground2.jpg);

    width: 100%;
    height: auto;

    background-size: cover;
    background-repeat: no-repeat;

    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-position: center;

}




.glyphiconlarge {
    font-size: 6em;
    text-align: center;
    color: #039;
}



.mainblueheaderssnt {
    margin: auto;
    text-align: center;

    color: #06C;
    width: 100%;
    font-family: open sans;
        font-weight: 300;
    font-size: 34px;
    padding-bottom: 40px;
    padding-top: 40px;

}


#startyourown {
    margin-top: 20px;
    background-color: #06C;

    margin: auto;
    text-align: center;

    color: #fff;
    width: 100%;
    font-family: open sans;
        font-weight: 300;
    font-size: 34px;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;


}

#sntontheroad {

    margin-top: 20px;

    text-align: center;

    color: #06C;
    width: 100%;
    font-family: Open sans;
        font-weight: 700;
    font-size: 25px;



}

#joinusinthesecities {

    margin: auto;
    text-align: center;

    color: #000;
    width: 100%;
    font-family: open sans;
        font-weight: 300;
    font-size: 28px;
    padding-bottom: 30px;
    padding-top: 15px;


}



.white {

    color: #fff;
}


#blackoverlay2 {
    width: 100%;

    padding: 20px 20px 20px 20px;


}

#blackoverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 20px 20px;


}

#scrolldown {
    color: #fff;



}



#mainblueheaderssmall {

    text-align: center;
    color: #fff;
    width: 100%;
    font-family: open sans;
        font-weight: 300;
    font-size: 38px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 20px 20px;
    margin-top: 10px;
    line-height: 1.2;

}

.mainblueheaders {
    text-align: center;
    color: #06C;
    width: 100%;
    font-family: open sans;
        font-weight: 300;
    font-size: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.2;


}

.pad-section {
    padding: 50px 0;
}







@media (max-width: 767px) {
    .carouselblocks {
        position: absolute;
        bottom: 20px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 85%;
        height: auto;
        z-index: 10;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;


    }
}

@media (min-width: 768px) {
    .carouselblocks {
        position: absolute;
        bottom: 20px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 60%;
        height: auto;
        z-index: 10;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;


    }
}







.mainpicture2 {

    background: url(https://www.homevideostudio.com/allwebsites/images/have-fun-make-money.jpg);
    background-image: url(https://www.homevideostudio.com/allwebsites/images/have-fun-make-money.jpg);

    width: 100%;
    height: 444px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.mainpicture3 {

    background: url(https://www.homevideostudio.com/allwebsites/images/its-a-wonderful-lifestyle.jpg);
    background-image: url(https://www.homevideostudio.com/allwebsites/images/its-a-wonderful-lifestyle.jpg);

    width: 100%;
    height: 444px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#mainblurbstudio {

    margin-top: 100px;
    margin-bottom: 20px;
    float: right;
    background-color: rgba(255, 255, 255, 0.7);
    color: #06f;
    width: 50%;
    font-family: Open sans;
        font-weight: 700;
    font-size: 50px;
    text-align: center;

    Padding: 20px 20px 20px 20px;


}



@media (max-width: 769px) {
    .introsectiondivide {
        text-align: center;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;

        background-color: rgba(0, 0, 0, 0.7);
        font-family: open sans;
        font-weight: 300;
        color: #fff;
        font-size: 25px;

    }

    #mainblurb {
        margin-top: 20px;
        margin-bottom: 20px;

        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        width: 100%;
        font-family: open sans;
        font-weight: 300;
        font-size: 18px;

        Padding: 20px 20px 20px 20px;

    }
}

@media (min-width: 770px) {
    .introsectiondivide {

        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: open sans;
        font-weight: 300;
        color: #fff;
        font-size: 34px;

    }

    #mainblurb {
        margin-top: 300px;
        margin-bottom: 20px;
        float: left;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        width: 40%;
        font-family: open sans;
        font-weight: 300;
        font-size: 18px;

        Padding: 20px 20px 20px 20px;

    }
}


#mySidenavbutton {

    background-color: darkorange;
    position: relative;
    display: table;
    color: #fff;
    width: 100%;
    height: 50px;
    font-family: open sans;
        font-weight: 300;
    font-size: 25px;
    letter-spacing: -.5px;


}

@media (min-width: 993px) {

    #myMenu {
        color: #fff;
        width: 100%;
        height: auto;
        font-family: open sans;
        font-weight: 300;
        font-size: 16px;

        background-color: rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 992px) {

    #myMenu {
        text-align: center;
        color: #fff;
        width: 100%;
        height: auto;
        font-family: open sans;
        font-weight: 300;
        font-size: 24px;

        background-color: rgba(0, 0, 0, 0.8);
    }
}






@media (min-width: 1000px) {
    #archivelife {

        font-size: 40px;

    }
}


@media (max-width: 769px) {
    #archivelife {

        font-size: 40px;

    }
    #makemoneyheaders {
        text-align: center;
        font-family: Open sans;
        font-weight: 700;
        font-size: 20px;

        padding-bottom: 10px;
        padding-top: 0px;
        color: #09f;
    }
}

@media (min-width: 770px) {
    #archivelife {

        font-size: 50px;

    }
    #makemoneyheaders {

        font-family: open sans;
        font-weight: 300;
        font-size: 28px;

        padding-bottom: 10px;
        padding-top: 0px;
        color: #09f;
    }
}

.addressbar {

    height: auto;
    background-color: rgba(255, 255, 255, 0.9);

}

@media (max-width: 769px) {
    .emailaddresstext {
        color: #fff;
        font-family: open sans;
        font-weight: 300;
        font-size: 16px;


    }
    #callnowrsvp {
        background-color: #09f;
        color: #fff;
        margin-top: 40px;
        font-size: 16px;

    }

    #mybullets {

        list-style-type: none;
        font-family: open sans;
        font-weight: 300;
        color: #039;
        font-size: 18px;
        line-height: 1.8;
        padding-left: 10px;

    }
}

@media (min-width: 770px) {
    .emailaddresstext {
        color: #fff;
        font-family: open sans;
        font-weight: 300;
        font-size: 20px;


    }
    #callnowrsvp {
        background-color: #09f;
        color: #fff;
        margin-top: 40px;
        font-size: 20px;

    }
    #mybullets {

        list-style-type: none;
        font-family: open sans;
        font-weight: 300;
        color: #039;
        font-size: 30px;
        line-height: 1.8;
        padding-left: 30px;

    }
}






@media (min-width: 769px) {
    #studionamecitytop {
        margin: auto;
        color: #000;

        font-family: Open sans;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
        padding-bottom: 5px;


    }
    #studionamecitytop1 {
        margin: auto;
        color: #000;

        font-family: open sans;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 5px;


    }
    #studiophoneinfotop {
        margin: auto;
        font-family: open sans;
        font-weight: 300;
        font-family: open sans;
        font-weight: 300;
        font-size: 24px;
        color: #000;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #studionamecitytop {
        margin: auto;
        color: #000;

        font-family: Open sans;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding-bottom: 5px;


    }
    #studionamecitytop1 {
        margin: auto;
        color: #000;

        font-family: Open sans;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        padding-bottom: 5px;


    }
    #studiophoneinfotop {
        margin: auto;
        font-family: open sans;
        font-weight: 300;
        font-size: 20px;
        color: #000;
        text-align: center;
    }
}













@media (min-width: 768px) {
    #bottomaddress {
        margin-top: 20px;

        font-family: open sans;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        width: 300px;
    }
    #bottomlinks {
        position: relative;

        color: #fff;
        font-family: open sans;
        font-weight: 300;
        font-size: 15px;

    }
}

@media (max-width: 767px) {
    #bottomlinks {
        position: relative;

        color: #fff;
        font-family: open sans;
        font-weight: 300;
        font-size: 16px;

    }
    #bottomaddress {
        margin-top: 20px;

        font-family: open sans;
        font-weight: 300;
        font-size: 12px;
        color: #fff;
        width: 250px;
    }
}








/*pages*/

.h1header {
    text-align: center;
    color: #06C;
    font-family: open sans;
        font-weight: 300;
    font-size: 300%;
    line-height: 1.4;
    font-size: 45px;
    padding-bottom: 10px;
    padding-top: 20px;
    "

}


.h2header {
    text-align: center;

    color: #06C;
    font-family: open sans;
        font-weight: 300;
    font-size: 200%;
    margin-bottom: 40px;

}



/*Pages top banner */

@media (max-width: 769px) {
    #processpage{
            position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/ourprocess-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
        
    }
    #slidepage {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #filmpage {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/filmtransferpage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #videotodvdpage {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videotodvdbanner-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #filmpage2 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/film-box-small.jpg) no-repeat center center;
        display: table;
        height: 400px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;

    }
    #slidepage2 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-2-small.jpg) no-repeat center bottom;
        display: table;
        height: 400px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #slidepage3 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-3-small.jpg) no-repeat center bottom;
        display: table;
        height: 400px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    
    #testimonial {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/bg-small.jpg) no-repeat center bottom;
        display: table;
        height: auto;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    #videoeditingpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/video-editing-page-banner-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #videoeditingpage2 {
        position: relative;
        background: url(https://myhomevideostudio.com/allwebsites/images/studiobackintro-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #photovideopage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/photovideopage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    #videotaperepair {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/video-tape-repair-page-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    #sportsvideos {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/sports-page-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #familyvideo {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/familytimepage-small.jpg) no-repeat right bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: right bottom;
    }
    #productionpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videoproductionpage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #audiotapepage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/audiotapepage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #lifetimepage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/lifetimepage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #videoservicespage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videoservicespage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #weddingpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/weddingpage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    #legalpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/legalvideopage-small.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;

    }
    #dvapage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/dva-small.jpg) no-repeat center top;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;

    }
    #dvamovie {
        width: 100%;
        height: 300px;
    }
}




@media (min-width: 770px) {
    #processpage{
        
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/ourprocess.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
        
    }
    #slidepage {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-big.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #videotodvdpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videotodvdbanner-big.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;




    }
    #filmpage {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/filmtransferpage-big.jpg) no-repeat center bottom;
        display: table;
        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #filmpage2 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/film-box-big.jpg) no-repeat center center;
        display: table;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;

    }
    #slidepage2 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-2-big.jpg) no-repeat center bottom;
        display: table;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #slidepage3 {

        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/slidepage-3-big.jpg) no-repeat center bottom;
        display: table;
        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    
    #inforequest {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/Information-Request.jpg) no-repeat left top;
        display: table;
        height: 100%;
        width: 100%;
        background-color: #fff;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: left top;

    }
    #testimonial {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/bg-med.jpg) no-repeat center bottom;
        display: table;
        height: auto;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;
    }
    #videoeditingpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/video-editing-page-banner-big.jpg) no-repeat center center;
        display: table;

        height: 90%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;


    }
     #videoeditingpage2 {
        position: relative;
        background: url(https://myhomevideostudio.com/allwebsites/images/studiobackintro2.jpg) no-repeat center bottom;
        display: table;

        height: 100%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;


    }
    #photovideopage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/photovideopage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;


    }
    #videotaperepair {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/video-tape-repair-page-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center bottom;



    }

    #sportsvideos {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/sports-page-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;



    }
    #familyvideo {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/familytimepage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;



    }
    #productionpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videoproductionpage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;


    }
    #audiotapepage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/audiotapepage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;



    }
    #lifetimepage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/lifetimepage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;

    }
    #videoservicespage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/videoservicespage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;

    }
    #weddingpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/weddingpage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;
    }
    #legalpage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/legalvideopage-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;

    }
    #dvapage {
        position: relative;
        background: url(https://www.homevideostudio.com/allwebsites/images/dva-big.jpg) no-repeat center bottom;
        display: table;

        height: 80%;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center top;

    }
    #dvamovie {
        width: 100%;
        height: 600px;
    }
}



#backgroundtile1 {
    position: relative;
    background: url(https://www.homevideostudio.com/allwebsites/images/bo_play_pattern.png);
    background-repeat: repeat-x repeat-y;

    background-position: center top;
}

#backgroundtile2 {
    position: relative;
    background: url(https://www.homevideostudio.com/allwebsites/images/black_scales.png);
    background-repeat: repeat-x repeat-y;

    background-position: center top;
}


.dottedborder {
    border-style: dotted;
    border-color: #ccc;

}



@media (max-width: 769px) {
    .insidebullets {
        font-family: open sans;
        font-weight: 300;
        font-size: 14px;
        color: #999;
        padding-left: 20px;
    }
    #insidebullets {

        font-family: open sans;
        font-weight: 300;
        font-size: 14px;
        color: #999;
        padding-left: 20px;
    }
    .normaltext {
        font-family: open sans;
        font-weight: 300;
        font-size: 120%;
        color: #666;


    }
}

@media (min-width: 770px) {
    .fb-page {
        display: block;
    }
    .insidebullets {

        font-family: open sans;
        font-weight: 300;
        font-size: 16px;
        color: #999;
        padding-left: 30px;
    }
    #insidebullets {

        font-family: open sans;
        font-weight: 300;
        font-size: 16px;
        color: #999;
        padding-left: 30px;
    }
    .normaltext {
        font-family: open sans;
        font-weight: 300;
        font-size: 130%;
        color: #666;


    }
}

@media (min-width: 1200px) {
    .normaltext {
        font-family: open sans;
        font-weight: 300;
        font-size: 150%;
        color: #666;


    }
}

.cust-quotes {
            width: 98%;
            height:300px;
            position: relative;
        }

        .cust-quotes blockquote {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            font-size: 14px;
            text-align: center;
            opacity: 0;
            z-index: 0;
            transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
        }

        /* IE < 10 fallback */

        .no-csstransitions .cust-quotes blockquote,
        .no-csstransforms .cust-quotes blockquote {
            position: relative;
        }

        .cust-quotes blockquote:first-child {
            opacity: 0;
            transform: translateY(-10px) scale(1.1);
        }

        .cust-quotes blockquote:first-child+blockquote {
            opacity: 1;
            z-index: 0;
            transition: opacity 1.6s ease 0s;
        }

        .cust-quotes blockquote p {
            font-size: 16px;
            font-weight: normal;
            font-style: italic;
            color: #353535;
            line-height: 30px;
            margin-bottom: 10px;
        }

 

        .cust-quotes blockquote cite {
            text-align: center;
            font-size: 14px;
            color: #ff0;
        }
        .cite {
            text-align: center;
            font-size: 14px;
            color: #ff0;
        }

        .cust-quotes blockquote cite a {
            font-size: 14px;
            font-weight: normal;
        }





        #testimonials {
            margin: 0 auto;
            width: 100%;

        }




/* contact form */

#feedback {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 500px;
	margin-left: -3px;
	margin-bottom: -3px;
}


#feedback-form {
	float: left;
	width: 600px;
	height: 100%;
	z-index: 4000;
    position: relative;
    background-color: #fff;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
	float: right;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	text-align: center;
	width: 300px;
	height: 42px;
	background-color: rgba(0,204,255,1);
	margin-top: 130px;
	margin-left: -130px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#feedback-tab:hover {
	background-color: rgba(51,153,204,1);
}

#feedback-form textarea {
	resize: none;
}


.required::before { 
    content:"* ";
    color: #f00;
}