.show-right {
    display:none;
}

.header .inner button.btn, .header .inner a.btn {
    float:right;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    margin-left:2px;
    
}

.bg-title {
    background-color: #48bbaa;
}

.bg-title h1 {
    color:#fff!Important;
    font-family: "Sanchez"!Important;
}

.dropdown-backdrop {
    position: static;
}

.header .inner .navbar {
    min-height: 0;
    margin-bottom: 0; 
}

.dropdown-menu {
    position: absolute;
    height: 0;
    padding: 0;
    margin: 0;        
}    
.dropdown-menu li {
    margin:0!Important;
    background-color: #575c6d;
    border-bottom: 1px solid #fff;
    opacity: 0.9;
}
.dropdown-menu li:hover, .dropdown-menu li.current {
    background-color: #222735!Important;
    border-top: 1px solid #fff!Important;
}
.dropdown-menu li a, .dropdown-menu li a:hover {
    color: #fff!Important;
}

.dropdown-menu li a:hover, .dropdown-menu li.current a {
    background-color: #222735!Important;
}    

.header .inner .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: inherit;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #fff;
}

.header .inner button.btn {
    font-family: "Arsenal";
}   

.footer .inner, .footer .inner a {
    color:#fff!Important;
    font-size:13px;
}

.footer .contact-info div{
    //white-space: nowrap;
    display:inline-block;
    margin-right: 15px;
    text-align: left;
}

.footer .inner i {
    margin-right: 5px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.inner-adelpha .container {
    width:100%;
    padding:0;
    max-height: 300px;
    overflow-y: hidden;
}
.inner-adelpha .container img {
    border:0;
    background:0;
    width: 100%;
    max-width: 100%;
    min-height: 155px;
}
.inner-adelpha .container .carousel-inner {
    position:relative;
    max-height: 300px;
}
.inner-adelpha .container .carousel-inner .content-ribbon {
    position:absolute;
    bottom:0;
    width:100%;
 }
 .inner-adelpha .container .carousel-inner .content-ribbon img {
     width:100%;
     min-height:0;
 }
 
 .inner-adelpha .container .carousel-inner .carousel-img-container {
     position:absolute;
     top:5%;
     width:100%;
     margin:0;
 }
 .inner-adelpha .container .carousel-inner .carousel-img-container h1 {
     padding:0;
     font-size:50px;
     font-family: "Sanchez";
     color: #fff;
 }    
 .inner-adelpha .container .carousel-inner .carousel-img-container h2 {
     padding:0;
     font-size:45px;
     font-weight: bold;
     color: #fff;
 }    
 
 .inner-adelpha .container .carousel-inner .carousel-img-container a {
     z-index:10;
     display:inline-block;
     position:absolute;
 }
 
 
.inner-adelpha .container .carousel-inner a.btn {
     background-color: #71c8c1;
     border:0;
     border-radius:10px;
     padding:10px 20px;
     color: #fff;
     font-weight: bold;
 }
 
 .inner-adelpha .container .carousel-inner a.btn:after {
	    content: '>'; /* adds triangle beneath current nav item ('}' is renders as a triangle when WebSymbolsRegular is set as the font) */
	    margin-left: 10px;
	    font-family: 'WebSymbolsRegular';
	    font-size: 8px;
	    color: #fff;
}
        
 .inner-adelpha .container .carousel-inner .car-center {
     //left:50%;
     //width:50%;
 }
 .inner-adelpha .container .carousel-inner .car-left {
     //left:100px;
 }
 
 .service-section {
     margin: 0 auto;
     width: 200px;
	height: 200px;
        //background: red;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
        background: url(../images/section-bg-200.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    /* 
    background:url(../images/section-bg.png);
    background-size: auto auto;
    //background-image: url(sheep.png), url(betweengrassandsky.png);
    //background-position: center bottom, left top;
    background-repeat: no-repeat;
    */
    /*
    border: 20px solid transparent;
    -webkit-border-image: url(../images/section-bg.png) 100 round; 
    -o-border-image: url(../images/section-bg.png) 100 round; 
    border-image: url(../images/section-bg.png) 100 round;  
      */  

 }
 
 .service-section .service-section-wrapper { 
    height: 190px;  
    width: 190px;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    overflow:hidden;
 }
 
.service-section .service-section-wrapper .service-section-inner {
     width:100%;
     height:100%;
     position:relative;
     overflow:hidden;
 }
 
 
 .service-section .service-section-wrapper .service-section-inner .section-image, 
 .service-section .service-section-wrapper .service-section-inner .section-flower {
    max-height: 99%;  
    max-width: 99%; 
    width: auto;
    height: auto;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    position:absolute;
    border:0;
 }
 .service-section .service-section-wrapper .service-section-inner .section-flower {
     opacity: 0.9;
 }    

 
 
.inner-adelpha .inner .row {
    margin-bottom: 20px;
}



.inner .about-us img {
    border:0;
    max-width: 100%;
}