BODY {
    BACKGROUND-POSITION: left top;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px;
}

a {
    color: #0aa4bb;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}


h1 {
    font-size: 42px;
    color: #e08788;
    font-weight: 300;
    margin: 0 auto;
    padding: 30px 0;
}

h2 {
    font-size: 28px;
    color: #0aa4bb;
    font-weight: 400;
    margin: 0 auto;
    padding: 30px 0;
}

h3 {
    /*font-size: 14px;*/
    color: #444;
    margin: 0;
    font-weight: 400;
    padding: 0 0 5px 0;
}

h4 {
    /*font-size: 18px;*/
    color: #000;
    margin: 0 0 15px 0;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 1px solid #c79681;
    width: 94%;
}

h6 {
    /*font-size: 16px;*/
    color: #777;
    margin: 0 0 15px 0;
    font-weight: 600;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;

}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right;
}

.hline {
    border-left: 1px solid #e7e7e7;
    padding: 0 10px 0 10px;
    margin: 0 0px 0 15px;
}

.mar {
    margin: 0 !important;
    padding: 0 !important;
}

.top {
    width: 100%;
    background: #fff;
    /*border-top: 5px solid #d9251c;*/
    /*border-bottom: 1px solid #d8d8d8;*/
}

.mid {
    font-size: 15px;
    color: #555 !important;
    padding-top:30px;
    line-height: 22px;
}

.coachs {
    margin: 12px 0;
}

.br {
    width: 100%;
    height: 15px;
}

.spacer {
    width: 100%;
    height: 30px;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Roboto', sans-serif !important;
    color: #555 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d9251c !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a {
    color: #d9251c !important;
    background-color: transparent !important;
    border-bottom: #d9251c 2px solid;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d9251c !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d9251c !important;
    background-color: transparent !important;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0;
}

.nav > li {
    position: relative;
    display: block;
    padding: 10px 0 0 10px;
}

.dropdown-menu {
    width: 100%;
    min-width: 220px;
    background: #14c0da;
    text-align: left;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #fff !important;
    padding: 10px;

}

.dropdown-menu > li > a:hover {
    background: #0ab9d3;
    color: #fff !important;
}

.btn-default {
    padding: 10px 25px;
    background: #6d609f;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-default:hover {
    background: #d9251c;
    color: #fff;
}

.topbar {
    padding: 12px 0;
    font-size: 15px;
    color: #555;
    text-align: right;
}

.topbar span {
    margin: 0 25px 0 0;
}

.famd {
    font-size: 13px;
    padding: 0 2px;
}

.fabig {
    font-size: 14px;
    padding: 0 5px;
}

.topbar a {
    color: #888 !important;
    text-decoration: none;
}

.topbar a:hover, a:focus {
    color: #000 !important;
    text-decoration: none;
}

.logo {
    padding: 15px 0 30px 0;
}

.navbar {
    position: relative;
    min-height: auto;
}

.carousel-caption {
    top: 100px;
    left: 15%;
    text-shadow: none;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    text-align: left;
}

.carousel-caption h2 {
    font-size: 28px;
    font-weight: 400;
    color: #ffd800;
    margin: 0;
    padding: 0 0 20px 0;
    text-transform: capitalize;
    text-align: left;
}

.carousel-caption p {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    padding: 0 0 10px 0;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background: #0aa4bb;
}

.carousel-control.left {
    background: #fff;
    opacity: 1;
    width: 60px;
    height: 60px;
    left: 45.8%;
    top: 25%;
    text-align: center !important;
    padding-top: 16px;
}

.carousel-control.right {
    background: #fff;
    opacity: 1;
    width: 60px;
    height: 60px;
    right: 49.8%;
    top: 38.8%;
    text-align: center !important;
    padding-top: 16px;
}

.img_border {
    border: 1px solid #ddd;
    padding: 5px;
}

.footer {
    width: 100%;
    background: #6d609f;
    color: #fff;
    font-size: 14px;
    padding: 0 0 20px 0;
    margin-top: 30px;
    border-top: 5px solid #d9251c;
}

.footer li {
    padding: 0 0 5px 0;
}

.footer li a {
    color: #d3cbf3;
}

.footer li a:hover {
    color: #fff;
}

.footer p {
    text-align: left;
    padding: 2px 0;
    margin: 0 50px 0 0;
    color: #d3cbf3;
}

.copyright {
    width: 100%;
    color: #d3cbf3;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    padding: 0 0 5px 0;
    margin: 0;
}

.footer h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    padding: 25px 0 16px 0;
}

.footer h2 {
    color: #b5b5b5;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer .form_field {
    background: transparent;
    border: 1px solid #a8eef9;
}

.bullet li {
    padding: 5px 0px;
    margin: 0px;
    font-size: 14px;
    color: #8a8a8a;
    list-style-type: none;
    text-align: left;
}

.bullet a {
    color: #8a8a8a;
    text-decoration: none;
}

.bullet a:hover {
    color: #fff;
    text-decoration: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 12px;
}

.breadcrumb_area {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

}

.tick {
    margin: 10px 0;
    padding: 0;
}

.tick ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.tick li {
    margin: 0;
    padding: 0 0 6px 24px;
    list-style-type: none;
    background: url(../images/blue_tick.png) 0 3px no-repeat;
    font-size: 14px;
    color: #676767;
    text-align: left;
}

.blt ul {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.blt li {
    margin: 8px 0px;
    padding: 0 0 8px 15px;
    list-style-type: none;
    background: url(../images/blt.jpg) 0 5px no-repeat;
    font-size: 12px;
    color: #676767;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

.blt a {
    color: #676767;
    text-decoration: none;
}

.blt a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.heding {
    font-size: 26px;
    color: #d9251c;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.sub_heding {
    font-size: 17px;
    color: #666;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.sub_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
}

.section {
    display: table;
    width: 100%;
}

.btn_blue {
    padding: 8px 25px;
    background: #0ac4ca;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;

}

.btn_blue:hover {
    background: #fff;
    color: #000;
    border: 1px solid #0ac4ca;
}

.btn_pink {
    padding: 8px 25px;
    background: #daa7ed;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;

}

.btn_pink:hover {
    background: #fff;
    color: #000;
    border: 1px solid #daa7ed;
}

.btn_yellow {
    padding: 8px 25px;
    background: #feae03;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;

}

.btn_yellow:hover {
    background: #fff;
    color: #000;
    border: 1px solid #feae03;
}

.btn_green {
    padding: 8px 25px;
    background: #6abd08;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff;

}

.btn_green:hover {
    background: #fff;
    color: #000;
    border: 1px solid #6abd08;
}

.row_mar {
    margin-bottom: 25px;
}

.blog_txt h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 15px 0;
}

.blog_txt p {
    height: 70px;
}

.btn_red_border {
    padding: 6px 16px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
    border: 1px solid #d9251c;

}

.btn_red_border:hover {
    background: #d9251c;
    color: #fff;
    border: 1px solid #d9251c;
}

.greenbg {
    background: #ebfac1;
    padding: 40px 0;
}

.greenbg span {
    font-size: 35px;
    font-weight: 300;
    color: #000;
}

.btn_green2 {
    padding: 15px 25px;
    background: #50c35a;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;

}

.btn_green2:hover {
    background: #29166f;
    color: #fff;
}

.gallery .fancybox {
    margin-top: 20px;
}

.followus_bg {
    background: url(../images/followus_bg.png) 0 0 no-repeat;
    width: 247px;
    height: 235px;
}

.followus_bg h1 {
    padding-left: 10px;
    color: #6d609f;
}

.footsocial {
    margin-left: 10px !important;
}

.followus_bg .fabig {
    font-size: 22px;
    color: #4b4b4b;
    padding: 0 13px 0 0;
}

.followus_bg .fabig:hover {
    color: #d9251c;
}

#pro_range .boxh {
    border: 5px solid #fff;
    cursor: pointer;
    height: auto;
    float: left;
    margin: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;

}

#pro_range .boxh img {
    left: 0;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}

#pro_range .boxh:hover #pro_range_img {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.inner_heading {
    font-size: 35px;
    color: #d9251c;
    font-weight: 300;
    margin: 0 0 30px 0;
    padding: 0;
}

.inner_sub_heading {
    font-size: 20px;
    color: #d9251c;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.inner_heading span {
    color: #6d609f;
}

.blk_text {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.purple_text {
    font-size: 18px;
    color: #6d609f;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.gbox {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    display: table;
    width: 100%;
    margin: 0 0 25px 0;
}

.gbox h1 {
    font-size: 22px;
    color: #d9251c;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

.gbox p {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.decor {
    text-align: center;
    margin: 30px 0;
}

.decor h1 {
    font-size: 26px;
    color: #d9251c;
    font-weight: 400;
    margin: 15px 0 10px 0;
    padding: 0;
}

.decor p {
    font-size: 16px;
    color: #888;
    font-weight: 400;
    line-height: 25px;
}

.decor img {
    width: 200px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0 #555;
    border: 3px solid #fff;
}

.img_left {
    width: 500px;
    float: left;
    margin: 0 20px 20px 0;
}

.img_right {
    float: right;
    margin: 0 0 20px 20px;
}

.mar_top_25 {
    margin-top: 25px;
}

.table {
    text-align: left;
}