/*===== CHAPTER 6 ==========  BREADCRUMB  ==========*/

			.breadcrumb, .cw-breadcrumb-smallcover{
					 background-color: #f4f8fb;    
					 padding: 17px 17px; color:#000;
					 border-radius:0px;
					 font-weight: 400;
					font-size: 14px;
					
			}
			@media only screen and (max-width: 991px) {
				.breadcrumb, .cw-breadcrumb-smallcover{
					display: none;
				}
			}
			
			
			.breadcrumb-content a, .breadcrumb-content a:visited{
					font-weight: 400;
					font-size: 14px;
					text-decoration:underline;
					color:#00aad7;
					
			}
			.breadcrumb-content a:hover{
					text-decoration:none;					
			}
			.breadcrumb span{
					color: #44abc7;
			}
			

			
			
		    /* Custom, iPhone Retina */ 
           @media only screen and (max-width : 767px) {

				.breadcrumb{
                    padding: 5px 5px 15px 5px; margin: 10px 0px 20px 0px; background-color: #fff; border-bottom:1px solid #ccc;
                }
				
				.breadcrumb-wrapper .col-xs-12{
					padding:0px;
					}
				.cw-breadcrumb-smallcover{
                     background-color: #ffffff; /*background-color: #f4f8fb;*/ height:50px; width:100%;
					margin-bottom:15px; /*margin-bottom:80px;*/
					padding: 0px 0px;
                }
				
				.no-cover-breadcrumb{margin: 65px 0px 10px 0px;}
				
            }
			@media only screen and (min-width : 401px) and (max-width : 767px) {
				.big-cta-btn {
					width: 60%;
				}

			}        
            /* Small Devices, Tablets */
            @media only screen and (min-width : 768px) {
				.breadcrumb {
                   margin: 0px 0px 20px 0px; 
                } 
				.cw-breadcrumb-smallcover{
                    background-color: #ffffff; height:50px; width:100%;
					margin-bottom:30px;
					padding: 0px 0px;
                }

				.no-cover-breadcrumb{margin: 65px 0px 30px 0px;}  
				
				
				      
            /* Medium Devices, Desktops */
           @media only screen and (min-width : 992px) {
			  	.no-cover-breadcrumb{margin:0px 0px 30px 0px;}  
				.cw-breadcrumb-smallcover{
                   margin: 0px 0px 30px 250px; 
                }
			}        
            /* Large Devices, Wide Screens */
           @media only screen and (min-width : 1200px) {  
			   }
            /* BREADCRUMB style end */