/*Css for myPage html*/

/**** MAIN LAYOUT ****/

html,
body {
    margin:0;
    padding:0;
    height:100%;
    overflow-x: hidden;	
}
body{
    font-family: 'Alegreya', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Alegreya', serif, Helvetica Neue,Helvetica,Arial,sans-serif;
    /*-webkit-text-shadow:2px 2px #000;
    -moz-text-shadow:2px 2px #000;
    -o-text-shadow:2px 2px #000;
    text-shadow:2px 2px #000;*/
    font-weight: 700;
}
p{
    font-size:24px;
    color:#A52A2A;
}
section {
    padding-bottom: 100px;
}
section h2{
    padding-top:50px;
}
.btn-primary{
    border-radius: 20px !important;
}

.center_div{
    margin: 0 auto;
    width:60%;
}
/************TOP HEADER***************/
#header-text{
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    margin:0; 
    padding:30px;
}


/**** NAV ****/ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    /*height:100%;*/
    border:0;
    /*box-shadow:2px 2px 30px 3px #222;*/
    padding-bottom:15px;
    padding-top:15px;
    background-color:#c84f77;         
}
.nav{
    margin: 0 auto;
}
.nav li a {
    font-size:25px;
    color:#FFFFFF !important; 
    font-weight:300;
    /*padding:20px;*/
    margin-right:50px;
}
.nav li ul li a {
    font-size:25px;
    color:#A52A2A; !important; 
    font-weight:300;
    /*padding:20px;*/
    margin-right:50px;
}
.navbar-header{
    height:auto;
}
.navbar-brand{
    color:#A52A2A !important;
    padding-top:30px !important;
    padding-bottom: 30px;
    margin-left:auto;
    margin-right:auto;
    font-weight:300;
    font-size:60px;
    float:none;
}
.dropdown-toggle{
    color:#A52A2A; !important;
}
.dropdown-menu>li>a {
    color:#A52A2A !important;
}
.dropdown-menu>li>a:hover {
    color:#FFC0CB !important;
    background:transparent;    
}
#myNavbar {
    padding: 0px; /* firefox bug fix */
    color:#FFFFFF !important; 
    text-align:center;   
}

#myNavbar > li{
    font-size:30px;
    /*padding-top:80px;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {    
    color: #FFC0CB !important;
}


/****SEARCH****/
form{
	width:500px;
	float:right;
	margin-right:-145px !important;
	padding-top:10px;	
}
.search { 
	padding:6px 15px 6px 30px;
	margin:0;
	background: url('search-icon-2.png') no-repeat 8px 6px;
	outline:0;	 
}
.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border: 2px solid #fff;
}


/**** FOOTER ****/
footer{
    background-color:#c84f77;
    height:60px;
    padding:20px;
}
footer h6{
    color:#fff;
    text-align:center;
    font-size:14px;
    margin-top:2px;
}

.jumbotron{
    /*padding-top:70px;*/
    height:450px;
    background-color:#fff;
    background-image: url(IMAG1249.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    /*box-shadow:2px 2px 30px 3px #222;*/
    margin-bottom: 0;
}
.intro{
    padding-top:35px;
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.intro h3{
    text-align:center;
    color:#A52A2A;
    background-color:#c84f77; 
    margin-top:-100px; 
    padding:50px;color:#fff
}
#emoji{
    height:30px;
    width:30px;
}

.offer{
    background-color:#c84f77;
    color:#fff;
}
.offer a{
    color:fff;
    background:#c84f77;
}

.card-block .btn{
    border:1px solid #fff;
}
.card-block .btn:hover{
    border:1px solid #A52A2A;
    color:#A52A2A;
    background:#fff;
}


/***PAGE TITLE***/
#page-title {
    margin: 30px 0px 20px 0px;
}

#page-title-inner {
    padding: 15px 10px;
}

#page-title h2 {
    display: inline-block;   
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    padding-top:20px;
}

/*#page-title h2:before,
#page-title h2:after {
    display: block;
    height: 1px;
    content: " ";
    width: 30.4%;
    position: absolute;
    top: 0.83em;
    z-index: 1;
}

#page-title h2:before {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    left: 0;
}

#page-title h2:after {
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */	
   	right: 0;  
   	left: auto; 
}

#page-title h2 span {
	padding: 0px 10px;
	position: relative;
	z-index: 2;
}*/


.card-title{
    color:#fff;
}
.card-text{
    color:#fff;
    font-size:20px;
}


.text-center{
    margin-left:auto;
    margin-right:auto;
}
#contact-us-info img{
    width:50px;
    height:50px;
    margin-left:auto;
    margin-right:auto;
}
blockquote h3:hover{
    color:#FFC0CB !important;
}
blockquote{
    border:none;
}

/* RECENT LISTINGS */
.sale{
    background-color:#c84f77;    
    /*background-color:#ECE974;*/
	color:#123954;
	text-align:center;
}
.sale h3{
    color:#FFFFFF;
    text-decoration:none; 
    font-size:20px;
}
.sale a{
    /*color:#ECE974; */
    color:#FFFFFF;
    text-decoration:none; 
}
.sale h3:hover{
    /*color:#ECE974; */
    color:#FFC0CB  !important;
    text-decoration:none; 
}
.hovereffect a {
    color:#123954;
}
#properties{
    margin-top:45px;
    width:250px;
    height:60px;
    font-size:24px; 
    padding-top:10px; 
    background-color:#c84f77;
    border:3px double #fff;
}
#properties:hover{
    background-color:#fff;
    color:#c84f77;
    border:3px double #c84f77;
}
.desc h2{
    text-align:center;
    color:#B75D0E;
    -webkit-text-shadow:1px 1px #000;
    -moz-text-shadow:1px 1px #000;
    -o-text-shadow:1px 1px #000;
    text-shadow:1px 1px #000;
    font-size:18px;
    padding-bottom:35px;
}
.hovereffect img{
    width:335px;
    height: 335px;
}



/******INFO******/
#info2{
    padding-top:70px;
    padding-bottom:70px;
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    
}
#info2 h3{
    color:#A52A2A;       
}

#info2 a{
    color: #c84f77;
    text-decoration: none;   
}

#info2 a:hover{
    color:#FFC0CB !important;   
}
#info1{
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    color:#A52A2A; 
}
#info1 h1{
    padding-top:35px;
}




#fonticon{
    text-align:center;      
}
#fonticon a{
    color:#A52A2A; 
}
#fonticon a:hover{
    color:#fff;
}
hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
}
hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    /*color: #8c8b8b;*/
    color:red;
    font-size: 25px;
}


/**** ABOUT ****/
#about-main-pic{
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#about-main-container{
    padding-top:50px; 
    padding-bottom:30px;
}
#about-main-pic img{
    width:100%
    height:550px;
}
#about{
    background:#c84f77;
    text-shadow: none;
    color: #A52A2A; 
}
#about p{
    color:#fff;
}
#we-do{
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    color:#A52A2A;
}
#we-do{
    padding-top:15px;
}
#about button{
    color:#FFE4E1;
    background:#A52A2A;
    border-radius-color:#000;
}
#about button:hover{
    color:#A52A2A; !important;
    background-color:#222; 
}

/**** MEDIA QUERIES FOR THE ABOUT SECTION****/



/*Hover Over Images*/
.hovereffect {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height:100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /*padding:15px 0 15px 0;*/
    padding:0; 
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}
.hovereffect p {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 10px;
}
.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/**** CONTACT INFO ****/
#contact{
    color:#A52A2A;
    background-image: url(white-pink2.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
label{
    color:#FFE4E1;
    
}
address{
    color: #FFE4E1;
    font-size:20px;
}
#contact button{
    color:#A52A2A;
    background:#FFE4E1;
    border-radius-color:#000; 
}
#contact button:hover{
    color:red !important;
}
#contact-row{
    border-bottom:solid 1px #222; 
    padding:35px 0 35px 0;
}
#contact-row1{    
    padding:35px 0 35px 0;
}
#contact-row1 p{
    text-align:center;
    padding-top:30px;
}
#social-icon-1{
    width:120px !important; 
    height:120px !important;
    float:left;
    padding-right:30px;
    padding-bottom:50px;
}
#contact-us-info img{
    width:100px !important; 
    height:100px !important;
}


/*******TIPS********/
#tips{
    padding-top:80px;
    color:#A52A2A !important;
}
#tip-container{
    width:1100px;
    padding-top:5px; 
    background-image: url(pink-background-24.jpg); 
    background-repeat:no-repeat;
    background-size:cover;
}


/*******HAULS********/
#hauls{
    padding-top:50px !important; 
    padding-bottom:50px !important;
}
#hauls h2{
    font-size:40px !important;
    color:#A52A2A !important;
}
#myPic{
    margin-bottom:20px;
    width:400px;
    height:300px;
}
#myPic:hover{
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    font-size:22px;
    color:#fff;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


/*******DEALS********/
#deals-main-pic{
    background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#deals-main-pic img{
    height:600px;
    width:100%; 
}
#deals{
    
    background:#fff;
    background-image: url(white-pink2.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    text-shadow: none;
    color: #A52A2A; 
}
#deals h2, 
p{
    color:#A52A2A;
}
#deals .card{
    width:100%;
    border:1px solid #ddd;
}
#deals .card-block{
    padding:15px;
    background-color:#fff;
}
#deals .card-img-top{
    width:100%;
    height:250px;
}
#deals .card-title{
    color:#A52A2A;
    font-size:16px;
}
#deals .card-text{
    color:#A52A2A;
    font-size:14px;
}
#glitches{
    background-color:#c84f77; 
}
#glitches h3{
    color:#fff; 
}
#glitches p{
    color:#fff; 
}
#glitches img{
    float:left;
    width:250px;
    height:200px;
    padding-right:15px; 
    padding-top:7px;   
}
#freebies{
    background:#fff;
    background-image: url(white-pink2.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#freebies h3{
    color:#A52A2A;
}
#freebies img{
    float:left;
    width:250px;
    height:200px;
    padding-right:15px; 
}


/*******LINGO********/
#lingo{
     padding-top:80px;
}
#lingo h2{
     font-size:40px;
     color:#A52A2A !important;
} 
#lingo-container{
     width:1100px;
     padding-top:5px; 
     background-image: url(pink-background-24.jpg); 
     background-repeat:no-repeat;
     background-size:cover;
} 
#lingo ul li{
     font-size:16px;
     color:#A52A2A !important;
}


/*******COURSES********/
#courses{background-image: url(gradient-pink.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#courses img{
    width:100%;
    height:450px;    
}
@media only screen and (max-width:500px) { 
    #courses img{
        width:100%;
        height:300px !important;        
    }
}
#courses-container{
    padding-top:50px;
}
#well_one{
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url(coupon_binder.JPG); 
    background-repeat:no-repeat;
    background-size:cover;
    color:#fff;
}
#well_one p{
    color:#fff;
    font-size:14px;
}
#well_two{
    background-image: url(great_deals.jpg); 
    background-repeat:no-repeat;
    background-size:cover;
    height:250px;
}
#well_three{
    background-image: url(coupons-com.png); 
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;
    height:275px;
}
#well_four{
    background-image: url(ibotta.png); 
    background-repeat:no-repeat;
    background-size:cover;
    height:220px;
}
#course-desc h3{
    font-size:24px;
    color:#A52A2A !important;
}
#more-info{
    color:#A52A2A !important;
}

/**** MEDIA QUERIES FOR PORTFOLIO IMAGES****/
@media screen and(max-width:300px) { 
    
        #workaround img {
    display:none;
}
    .hovereffect .overlay {
    display:none;
}
.hovereffect:hover .overlay {
    display:none;
}


    }
    
    
    
/**** MEDIA QUERIES FOR THE NAVBAR AND LOGO****/
@media screen and(max-width:300px) { 
    #myNavbar li{
        font-size:20px;
        padding:5px;
        }
    }

@media screen and (max-width:367px) {
    #myNavbar li{ 
        font-size:20px;
        padding:5px;
        }
    }
@media screen and (max-width:450px) {
    #myNavbar li{ 
        font-size:20px;
        padding:5px;
        }
    }
@media screen and (max-width:600px) {
    #myNavbar li{ 
        font-size:20px;
        padding:5px;
        }
        .navbar-toggle{
          margin-bottom:2px;
        }
    }        
@media screen and (max-width:768px) {
    #myNavbar li{ 
        font-size:20px;
        padding:5px;
    }
     #myBrand{
        
        }
} 

.shine_me{
    cursor:pointer;
    margin-bottom:10px;
    }
    
    
.shine_me:hover .shine_effect {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  /*   gradient   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  /*  forming the shine element
      play around with the width, skew and gradient to get different effects
    */
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  /*  animating it  */
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
 
 
/********MEDIA QUERIES********/
@media only screen and (max-width:600px){
    .jumbotron{
        width:100%;
        height:300px;
    }
    /*NAVBAR*/
    #header-text a{
        text-align:center !important;
        float: none;
        margin-left:auto;
        margin-right:auto;
    }
    #small-text{
        margin-left:35px;
    }
    .nav li a {
        text-align:center !important;
        margin-left:auto;
        margin-right:auto;
    }
    .nav li ul li a {
        color:#fff !important; 
    }
    .input-group{
        text-align:center;
        margin-left:60px;
    }
    .intro h3{
        font-size:16px;
    }
    .card{
        padding-bottom:30px;
        margin:0;
    }
    #info2 h3{
       text-align:center;
    }
    /*ABOUT*/
    #about-main-pic img{
        width:100%;
        height:250px;
    }
    #about-main-container{
        padding-top:50px; 
        margin-bottom:-10px !important;
    }
    /*CONTACT*/
    #contact-div{      
        width:100%;       
    }
    .contact-form{
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%;
    }
    /*TIPS*/
    #tips{        
        padding-bottom:0;
        width:100%;
    }
    #tips h4{        
        font-size:14px;
    }
    #tip-container{                
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%;
    }
    /*DEALS*/
    #deals-main-pic img{
        width:100%;
        height:250px;
    }
    #deals .card{
        border:0;
        margin:0;
    }
    #hauls img{
       height:230px;
    }
    #lingo{        
        padding-bottom:0;
        width:100%;
    }
    #lingo p{        
        font-size:16px;
    }
    #lingo-container{                
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%;
    }
}

/**iPad**/
@media only screen and (min-width:700px) and (max-width:768px){
    .nav li a {
        font-size:25px;    
        margin-right:0;
    } 
    .input-group{
        margin-top:-90px;
    }
    .card{
        padding-bottom:30px;
        margin:0;
    }
    #sale-container{
        margin-left:auto !important;
        margin-right:auto !important;
    } 
    .hovereffect img{
        width:100%;
    }
    #info2 h3{
       text-align:center;
    } 
     #tip-container{                
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%; 
     }
     #tips{        
        padding-bottom:0;
        width:100%;
    } 
     #lingo{        
        padding-bottom:0;
        width:100%;
    }    
    #lingo-container{                
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%;
    } 
    .well{
        height:250px;
    }
    .well h4{
        text-align:center;
        font-size:24px;
    }
    .well p{
        text-align:center;
        font-size:20px !important;
    }
    .well .btn{
        margin-left:270px;        
        font-size:20px;                
    }
    #well_two, #well_three, #well_four{
        width:100%;
        height:510px;
    }
    #deals-main-pic img{
        width:100%;
        height:375px;
    }
     #deals .card{
        border:0;
        margin:0;
    }
    #deals .card img{
        width:100%;
        height:450px;
    }
    #contact-div{      
        width:100%;       
    }
    .contact-form{
        margin-left:auto !important;
        margin-right:auto !important;
        width:100%;
    }
}
