 .carousel-inner > .item > img,
	  .carousel-inner > .item > a > img {
	      width: 70%;
	      margin: auto;
	  }
	  #map-canvas { width: 40%; height: 100px;	margin: 0; padding: 15px;}

.btn3d {
    position:relative;
    border:0;
    border-radius:5px;
    margin:15px 10px 0 0;
    transition:all .09s linear;
    box-shadow:0 0 0 1px transparent inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 6px 6px 0 0 #ccc, 6px 6px 0 1px rgba(0,0,0,0.2), 6px 6px 3px 0px rgba(0,0,0,0.3);
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d:active {
    top:7px;
}
.btn3d:focus {
    outline:medium none;
    -moz-outline-style:none;
}
.btn3d.btn-default {
    background-color:#f5f5f5;
}

/* for social colors */
.btn-facebook {
	background-color:#3b5998;
    color:#fff;
}
.btn-google {
	background-color:#dd4b39;
    color:#fff;
}
.btn-twitter {
	background-color:#2ba9e1;
    color:#fff;
}
.btn-pinterest {
	background-color:#cb2027;
    color:#fff;
}
.btn-tumblr {
	background-color:#2c4762;
    color:#fff;
}
.btn-facebook:hover,.btn-facebook:focus,
.btn-twitter:hover,.btn-twitter:focus,
.btn-google:hover,.btn-google:focus,
.btn-tumblr:hover,.btn-tumblr:focus,
.btn-pinterest:hover,.btn-pinterest:focus{
	color:#ebebeb;
	}
	
.jumbotron {
	margin-bottom : 0px
}
h1 {
    color: #ff553e;
}
h2 {
	color: #ff553e;
  }
  h3 {
	color: #ff553e;
  }
  h4 {
	color: #ff553e;
  }
.row {  /* To remove horizontal bar in page */
  margin-right: 0px;
	 }
a:hover, a:focus{ /* To remove underline on mouse over */
  text-decoration: none;
}

.c-tab {
    display: none;
    background-color: white;
}
.text-info {
    color: rgba(255, 255, 255, 1);
}
a.c-tabs-nav__link {
   color: white;
   background-color:#ff553e;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
}
.c-tabs-nav__link:hover {
   color:#ff553e ;
   background-color:white;
}
a.c-tabs-nav__link.is-active {
 color:#ff553e ;
   background-color:white;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.c-tabs-nav__link {
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			/* flex: 1; */
			margin-right: 4px;
			padding: 10px;
			color: #f5f5f5;
			background-color: #b3b3b3;
			text-align: center;
			-webkit-transition: color .3s;
			transition: color .3s;
			}
	
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
	
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	.c-tabs-nav__link span {
		display:inline;
		font-size: 12px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }