body, input, textarea 
{
background="assets/img/54.jpg"
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 23px;
    color: #727272;
}
.wrapper
{
    max-width: 1170px;
    margin: auto auto auto auto;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a 
{ 
    color: inherit;
}
.margin_top0 {
    float: left;
    width: 100%;
    margin-top: 0;
}
.margin_top1 {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.margin_top2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.margin_top3 {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.margin_top4 {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.margin_top5 {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.container
{
    padding:0;
}
.clr_pink
{
    color: #cc3300;
}
h2
{
    text-align: center;
    color: #cc3300;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
h5
{
    font-size: #999999;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.grey_line
{
    width: 40%;
    height: 4px;
    margin: 10px auto;
    border-bottom: 4px solid #dadada;
}
.navbar-wrapper 
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.navbar-wrapper > .container 
{
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container 
{
    width: auto;
}
.main_menu
{
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    width: 100%;
    padding:5px 0;
    margin: 0;
    z-index: 10;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.navbar-brand
{
    padding: 0;
    margin:0;
}
.nav>li>a
{
    color: #ffffff;
    background: rgba(49,12,37,0.3);
    padding:7px 57px;
    text-transform: uppercase;
    border: 1px solid;
    border-color: rgba(178,161,165,0.3);
    margin:0 1px;
}
.nav>li>a:hover
{
    color: #cc3300;
    background: rgba(49,12,37,0.3);
}
.nav>li>a.active
{
    color: #cc3300;
    background: rgb(253, 253, 253);   
}
.icon-bar
{
    background-color:#cc3300;
    color: #ffffff;   
}

.carousel-caption 
{
    z-index: 10;
    top: 30%;
    left: 15%;
    text-align: left;
} 
.carousel-caption h1 
{ 
    font-size: 35px; 
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 300;
    color: #cc3300;
}
.carousel-caption p
{ 
    font-size: 17px; 
    margin-bottom: 10px;
    font-style: italic;
    color: #cc3300;
} 
.carousel-indicators
{
    bottom: 10px;
    z-index: 15;
    text-align: center;
    list-style: none;
}
.carousel-indicators li
{
    border:0;
    background: #cc3300;
}
.carousel-indicators .active
{
    background-color: #5e5e5e;
}
.carousel-control
{
    top: 45%;
}
.carousel-control.left, .carousel-control.right
{
    background-color: transparent;
    background-image: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.caption_center
{
    left: 52%;
}
.caption_right
{
    left: 52%;
}
.banner_underline
{
    width: 100%;
    height: 10px;
    background:#cc3300; 
    float: left;
}
.circle_cont
{
    display:block;
    border-radius: 50%;
    border:1px solid #cc3300;
    height: 230px;
    width: 230px;
    padding: 0;
    margin:auto auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.circle_cont img
{
    margin-top: 30px;
}
.circle_cont h3
{
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
}
/* Spinning, gradient circle; CSS only! */
.circle_cont p 
{
    text-align: center;
    font-size: 13px;
    color: #727272;
    padding:0 10px;   
} 
.circle_cont .read_more
{
    text-align: center;
    font-size: 13px;
    color: #cc3300;
}
.circle_cont:hover
{
    text-decoration: none;
}
.circle_cont 
{
    -webkit-transition: -webkit-transform ease-out 0.5s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.5s, background 0.5s;
    transition: transform ease-out 0.5s, background 0.5s;
}
.circle_cont:hover 
{
    background: #ffffffbd;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-left:4px solid rgb(204, 51, 0);
    border-right:4px solid rgb(204, 51, 0);
}
.service_cont a
{
    text-decoration: none;
}
.service_cont h5
{
    font-size: #999999;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.service_cont .img_box
{
    padding: 0;
    text-decoration: none;
}
.service_cont .img_box img
{
    padding:10px;
    margin:0 auto;
    border:2px solid #c2c2c2; 
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}
.service_cont  .img_box img:hover
{
    border: 2px solid #c2c2c2;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.service_cont h4
{
    font-size: 15px;
    text-transform: uppercase;
    color:#129285;
    text-align: center;
    font-weight: 600; 
}
.service_cont p
{
    font-size: 13px;
    color:#282828;
    font-style: italic;
    text-align: center;
}
.special_cont h5
{
    font-size: #999999;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.special_cont p
{
    color: #272727;
    font-size: 14px;
    font-style: italic;
}
.special_cont img
{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
}
.special_cont img:hover
{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.final_cont_bg
{
    width: 100%;
    background-color: #f3ecf0 !important;
    border-top: 4px solid #bebebe;
    float: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffb5e1;
}
.final_cont h5
{
    font-size: #999999;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    text-align: left;
}
.headline
{
    width: 50%;
    display: block;
    margin: 10px 0 0 0;
    border-bottom: 2px solid #999999;
}
.headline h2 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #d77fd6;
}
.final_cont p
{
    font-size: #282828;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    text-align: justify;
}
.final_cont .client_author
{
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
    padding: 10px 0
}
.final_cont .client_author h5
{
    color: #129285;
    font-size: 14px;
    text-align: right !important;
}
.final_cont .client_info img {
    width: 80px;
    float: right;
    height: 80px;
    padding: 2px;
    margin-right: 15px;
    border: 1px dotted  #ad4886;
}
.client_carousel .carousel-indicators
{
    bottom: 0;
    z-index: 15;
    text-align: center;
    list-style: none;
}
.client_carousel .carousel-indicators li
{
    border:0;
    background: #cc3300;
}
.client_carousel .carousel-indicators .active
{
    background-color: #5e5e5e;
}
.footer_bg
{
    width: 100%;
    float: left;
    background: #1a000f;
    background: -moz-linear-gradient(bottom, #1a000f -25%, #590035 125%); /* gradient overlay */
    background: -o-linear-gradient(bottom, #1a000f -25%, #590035 125%); /* gradient overlay */
    background: -webkit-linear-gradient(bottom, #1a000f -25%, #590035 125%); /* gradient overlay */
    background: linear-gradient(bottom, #1a000f -25%, #590035 125%); 
}
.footer
{
    color: #ed2024;
}
.footer_head h4 {
    margin: 0 auto;
    padding-bottom: 5px;
    border-bottom: 2px solid #daccd5;
}
.cf:before, .cf:after
{
    content:"";
    display:table;
}

.cf:after
{
    clear:both;
}

.cf{
    zoom:1;
}    
.form-wrapper 
{
    max-width: 320px;
    background: #444;
    background: #040303;
    margin-top:20px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
.form-wrapper input 
{
    max-width: 240px;
    padding:5px 0;
    float: left;   
    border: 0;
    background: #040303; 
    padding: 5px;
    border-radius: 5px;    
}
.form-wrapper input:focus 
{
    outline: 0;
    color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}  
.form-wrapper button 
{
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 5px;
    margin:0;
    cursor: pointer;
    max-width: 80px;
    color: #494949;
    background: #e1e1e1;
    border-radius:5px; 
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
} 
.form-wrapper button:hover
{
    background: #baaeb5;
}
.img_left
{
    float: left;
    height: 120px;
}   
.footer_btm
{
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    background: rgb(44, 0, 26);
    background: -moz-linear-gradient(270deg, rgb(44, 0, 26) 0%, rgb(32, 0, 20) 70%);
    background: -webkit-linear-gradient(270deg, rgb(44, 0, 26) 0%, rgb(32, 0, 20) 70%);
    background: -o-linear-gradient(270deg, rgb(44, 0, 26) 0%, rgb(32, 0, 20) 70%);
    background: -ms-linear-gradient(270deg, rgb(44, 0, 26) 0%, rgb(32, 0, 20) 70%);
    background: linear-gradient(2deg, rgb(0, 0, 0) 0%, rgb(49, 47, 48) 70%);
} 
.social
{
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.social:hover {
    text-decoration: none; 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.copyright a
{
    color: #cc3300;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright a:hover
{
    color: #ffffff;
    text-decoration: none;
}
#preloader {
    position: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999999
}
#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: #000;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px
}
#page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    border-right: 3px solid #cc3300;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin .9s linear infinite;
    -moz-animation: spin .9s linear infinite;
    -o-animation: spin .9s linear infinite;
    animation: spin .9s linear infinite
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    50% {
        -moz-transform: rotate(180deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    50% {
        -o-transform: rotate(180deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
.tb-cell{display:table-cell;vertical-align:middle}
.back-to-top 
{
    position: fixed;
    bottom: 5%;
    right: 5%;
    text-decoration: none;
    padding:0 5px;
    background:#FFBF03;
    color: #ffffff;
}
.back-to-top:hover
{
    background: #e1e1e1;
    color: #cc3300;
}
.abt_cont
{
    margin-top: 30px;
}
.abt_cont img
{
    padding: 0 10px;
}
.headings
{
    width: 100%;
    display: block;
    margin: 10px 0;
    border-bottom: 2px solid #999999;
}
.headings h4 
{
    color: #cc3300;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #d77fd6;
}
.team_cont
{
    margin:0 auto;
}
.team_box
{
    border:1px solid #e1e1e1;
    padding: 5px;
} 
.team_box img
{
    width: 100%;
    margin:0 auto;
    padding: 0;
} 
.team_desc
{
    position: relative;
    padding: 10px;
}
.team_title h4 
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.team_title span 
{
    color: #cc3300;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    margin-top: 5px;
}
.team_content {
    margin-top: 15px;
    color: #777;
}
.bg-color-light 
{
    background-color: #f7f7f7 !important;
}
.features_block 
{
    margin-top: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    padding:10px 5px;
}

.features_block i 
{
    left: 50%;
    top: -25px;
    color: #fff;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    background: #cc3300;
    margin-left: -22.5px;
    display: inline-block;
}
.features_block h3,
.features_block p 
{
    margin-bottom: 10px;
}
.features_block h3
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.bg_grey
{
    background-color: #f7f7f7 !important;
}
.service_block {
    padding: 25px;
    background: #fff;
}

.service_block i {
    color: #555;
    float: left;
    font-size: 22px;
    margin: 5px 25px 0 0;
}

.service_block .service_block_desc {
    overflow: hidden;
}

.service_block .service_block_desc h3 {
    font-size: 18px;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

.service_block .service_block_desc h3:after {
    left: 0;
    top: 40px;
    height: 1px;
    width: 30px;
    content: " ";
    position: absolute;
    background: #cc3300;
}
.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
    padding: 0;
}
.pricing {
    position:relative;
    border-radius:3px;
    margin-bottom:15px;
    box-shadow:0 0 5px #eee;
}
.pricing:hover {
    box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
    color:#FFBF03;
}
.pricing-head {
    text-align:center;
}
.pricing h3,
.pricing h4 {
    margin:0;
    line-height:normal;
    font-weight:bold;
}
.pricing p {
    padding-top: 10px;
    font-size: 11px;
}
.pricing-head h3 span, 
.pricing-head h4 span {
    display:block;
    margin-top:5px;
    font-size:12px;
    font-style:italic;
}
.pricing-head h3 {
    color:#fafafa;
    padding:12px 0;
    font-size:35px;
    font-family:Arial;
    background:rgba(255,0,154,0.7);
    border-radius:3px 3px 0 0;
}
.pricing-head h4 {
    color: #888;
    padding:5px 0;
    font-size:70px;
    text-shadow:0 1px 0 #fff;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
    top:-8px;
    font-size:28px;
    font-style:normal;
    position:relative;
}
.pricing-head h4 span {
    top:-10px;
    font-size:14px;
    font-style:normal;
    position:relative;
}
.pricing-content  {
    margin-bottom: 0px;
}
.pricing-content li {
    color:#888;
    font-size:12px;
    padding:7px 15px;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i 
{
    font-size:16px;
    margin-right:5px;
    position:relative;
}
.price-active,
.pricing:hover {
    z-index:9;
    margin-top: -15px;
}
.price-active h4 {
    color:#FFBF03;
}
.bg-color 
{
    background-color: #f9f9f9;  
}
.package_table {
    padding: 40px 15px 0 15px;
}
.package_table .price-active,
.package_table .pricing:hover {
    margin-top: 0;
}
.package_table .pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 0px #eee;
    border: 1px solid #eee;
}
.package_table .pricing-head h3 {
    font-size: 25px;
    min-height: 75px;
}
.package_table .pricing-head h4{
    font-size: 20px;
    min-height: 103px;
}
.package_table .pricing-head h4 i {
    color: #888;
}
.package_table .pricing:hover h4 i {
    color: #cc3300;
}
.package_table .pricing-head h4 span,
.package_table .pricing-content li span,
.padding-mega-v1 .pricing-head .price span {
    display: block; 
    padding: 10px 0px 0px;
}
.package_table .pricing-head .price {
    font-size: 40px;
    font-style: normal;
    padding-bottom: 0px;
    background-color: #fff;
}
.package_table .pricing-head h3, 
.package_table .pricing-head h4 {
    font-style: normal;
    font-weight: normal !important;
} 
.package_table .hidden-area {
    margin-top: 75px;
}
.package_table .hidden-area:hover {
    margin-top: 75px;
}
.package_table .hidden-area .pricing-head h4 {
    font-size: 28px;
    padding: 31px 0;
    min-height: 103px;
}
.package_table .hidden-area:hover .pricing-head h4 {
    color: #888;
}  
.package_table .block .pricing-content  li i {
    font-size: 13px;
}
.package_table .block li {
    text-align: center;
}
.package_table .pricing-content li {
    padding: 10px;
    font-size: 12px;
    font-style: normal; 
    min-height: 41px;
}
.package_table .pricing-content li i {
    color: #cc3300; 
}
.treatment_tabs .nav-pills li a {
    color: #777;
    font-size: 14px;
    padding: 10px 8px;
    margin-bottom: 3px;
    background: #fafafa;
    border: solid 1px #eee;
}
.treatment_tabs .nav-pills li a:hover,
.treatment_tabs .nav-pills li.active a {
    color: #777;
    background: #fafafa;
    border: solid 1px #eee;
    color: #cc3300;
}
.treatment_tabs .nav-pills li i 
{
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}
.treatment_tabs .tab-content 
{
    padding: 15px;
    background: #fafafa;
    border: solid 1px #eee;
}
.tab-content ps
{
    color: #222;
}
.tab-content img
{
    margin:10px;
}
.gallery_cont a
{
    text-decoration: none;
}
.gallery_cont .gallery_box
{
    margin:10px auto;
    padding: 10px;
    text-decoration: none;
    cursor:pointer;
    height: 300px;
}
.gallery_box img
{
    max-height: 250px;
}
.gallery_head
{
    padding: 10px;
    text-align: center;
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
}
.gallery_head a:hover
{
    color: #cc3300;
}
.gallery_head a
{
    color:rgba(0, 0, 0, 0.8);
    margin:0 auto;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.view {
   border: 10px solid;
   border-color: rgba(255, 231, 179, 0.3);
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content 
{
    height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.album_box
{
    padding: 0;
    margin:0;
	position: relative;
    height: 250px;
	overflow: hidden;
	margin: .2em;
    width: 32.5%;
} 
.album_box img
{
    position: absolute;
	left: 50%;
	top: 50%;

	height: 100%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
	  -ms-transform: translate(-50%,-50%);
		  transform: translate(-50%,-50%);
} 
.album_box img.portrait{
	width: 100%;
	height: auto;
}            
.shadow-wrapper {
  z-index: 1;  
  position: relative;
}
.box-shadow {
  background: #fff;
  position: relative;
}

.box-shadow:after,
.box-shadow:before {
  top: 80%;
  left: 5px;
  width: 50%;
  z-index: -1;
  content: "";
  bottom: 15px;
  max-width: 300px;
  background: #999;
  position: absolute; 
}
.shadow-effect-3:before,
.shadow-effect-4:after {
  transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  -webkit-box-shadow: 0 15px 10px #999;
}
.shadow-effect-4:after {
  left: auto;
  right: 5px;
  transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
blockquote.hero {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f3f3f3;
  border-left: solid 2px #666;
}

blockquote.hero:hover {
  background: #eee;
  border-left-color: #666;
}
blockquote.hero2 {
  border: none;
  padding: 18px;
  font-size: 16px;
  background: #f3f3f3;
  border-right: solid 2px #666;
}

blockquote.hero2:hover {
  background: #eee;
  border-right-color: #666;
}
.shadow-wrapper p
{
    text-align: center;
}
.enqinput
{
    border:1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}
.loadingbtn
{
    border:0;
    padding: 10px;
    color: #ffffff;
    background: #cc3300;
}
.padding-box
{
    padding: 0 5px;
}
@media (max-device-width: 1200px) { 
    .carousel-caption h1 
    { 
        font-size: 30px; 
    }
    .carousel-caption p
    { 
        font-size: 15px; 
    } 
}
@media (max-width: 1024px) {
    .nav>li>a
        {
            color: #ffffff;
            background: rgba(49,12,37,0.3);
            padding:20px 10px;
        }
    .carousel-caption h1 
    { 
        font-size: 30px; 
    }
    .carousel-caption p
    { 
        font-size: 14px; 
    } 
}
@media (max-width:768px)    {
        .navbar-nav>li>a
        {
            color: #ffffff;
            background: rgba(0,0,0,0.9);
            text-align: center;
            padding:5px 0;
            text-transform: uppercase;
            border: 0;
            margin:0 auto;
        }
        .nav>li>a:hover
        {
            color: #cc3300;
            background: rgba(0,0,0,0.9);
        }
        .nav>li>a.active
        {
            color: #cc3300;
            background: rgba(0,0,0,0.9);   
        }
        .wrapper
        {
            padding: 0 10px;
        }
        #navbar_pink 
        { 
            padding: 0 15px; 
        }
        .form-wrapper 
        {
            max-width: 250px;
        }
        .form-wrapper input 
        {
            max-width: 180px;   
        } 
        .carousel-caption 
        {
            z-index: 10;
            top: 20%;
            left: 15%;
            text-align: justify;
        } 
        .carousel-caption h1 
        { 
            font-size: 18px; 
            margin:0;
            font-style: italic;
            font-weight: 300;
            color: #cc3300;
        }
        .carousel-caption p
        { 
            font-size: 13px; 
            margin:0;
            padding: 0;
            font-style: italic;
            font-weight: 100;
            color: #ffffff;
        } 
        .circle_cont
        {
            margin-top:5px;
        }
    }
	.floatw{
    float:right;
	position:fixed;
	width:35px;
	height:33px;
	bottom:40px;
	margin-left:0px;
	background-color:#25d366;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
	right: 132px;
    top: 549.333;
    top: 505.333;
    bottom: 14px;
	

}

.my-floatw{
	margin-top:2px;

}
	.floate{
    float:right;
	position:fixed;
	width:35px;
	height:33px;
	bottom:40px;
	margin-left:0px;
	background-color:#fcd600;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
	right: 170px;
    top: 549.333;
    top: 505.333;
    bottom: 14px;
	

}

.my-floate{
	margin-top:2px;

}
	.floatp{
    float:right;
	position:fixed;
	width:35px;
	height:33px;
	bottom:40px;
	margin-left:0px;
	background-color:#fc0000;
	color:#FFF;
	border-radius:0px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
	right: 208px;
    top: 549.333;
    top: 505.333;
    bottom: 14px;
	

}

.my-floatp{
	margin-top:2px;

}