@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #7d7d7d;
    font-family: 'Open Sans', sans-serif;
    direction: ltr;
    background: #ffffff;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
input,
ul,
li {
    padding: 0px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre {
    font-family: 'Open Sans', sans-serif;
}
p {
    color: #282828;
}
::selection {
    background: #3777bb;
    color: #fff;
}
::-moz-selection {
    background: #3777bb;
    color: #fff;
}
ul,
ol,
li {
    list-style: none;
}
input,
select,
textarea {
    outline: none;
}
a {
    text-decoration: none;
    outline: none;
    color: #7d7d7d;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #d9dde2;
}
a img {
    border: 0px;
    outline: none;
}
.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}
td {
    padding: 0;
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
.margin {
    margin-right: 0px !important;
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {} .min_area {
    width: 1140px;
    margin: 0px auto;
    position: relative;
    padding: 0 0px;
}
/*==Header==*/

header {
    background: #fff;
    z-index: 9999;
}
.top_header {
    padding: 10px 0;
}
.call {
    width: 40%;
    float: right;
    padding-top: 10px;
}
.call img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.call span {
    float: left;
    display: inline-block;
    color: #b6b6b6;
    font-size: 20px;
}
.call span b {
    color: #17161e;
}
.search {
    width: 56%;
    float: right;
   
}
.search_div{ position: relative;}
.search_div input{position: absolute;top: 0px;
    right: 0px;}
.search input {
    position: relative;
    width: 100%;
    border: 1px solid #ebebec;
    height: 49px;
    color: #9b9a9a;
    font-size: 13px;
    text-indent: 20px;
    
    
}
/*.search img {
    position: absolute;
    right: -14px;
    top: 11px;
}*/
.navbar-inverse {
    background: #232225;
    padding: 29px 0;
    border: 0px;
    margin: 12px 0 0 0;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.logo {
    position: absolute;
    top: -20px;
}
.navbar-nav > li > a {
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fcce01;
}
.navbar-nav > li {
    padding-left: 28px;
}
.navbar-inverse .navbar-nav > li > a.selected,
.navbar-inverse .navbar-nav > li.current-menu-item > a {
    color: #fcce01;
}
/*slider*/

.slider {
    margin-top: 10.5%;
    width: 100%;
}
/* Carousel Styles */

.carousel-indicators .active {
    background-color: #2980b9;
}
.carousel-inner img {
    width: 100%;
    max-height: 555px
}
.carousel-control {
    width: 0;
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control.left span {
    padding: 15px;
}
.carousel-control.right span {
    padding: 15px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}
.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
/* Carousel Header Styles */

.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;
}
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}
.header-text h2 {
    font-size: 50px;
    padding-bottom: 13px;
    font-family: 'brandon_grotesquebold';
    text-transform: uppercase;
}
.header-text h2 span {font-family: 'brandon_grotesquebold';} .header-text h2.yellow {
    color: #f9cd04;
}
.header-text p.yellow {
    color: #f9cd04;
}
.header-text h3 span {font-family: 'brandon_grotesquebold';} .btn-min-block {
    min-width: 170px;
    line-height: 26px;
}
.header-text p {
    color: #fff;
    font-size: 27px;
    padding: 0 19%;
    font-family: 'brandon_grotesque_regularRg';
}
.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0px;
    width: 254px;
    height: 41px;
    line-height: 37px;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
}
.btn-theme:hover {
    color: #fff;
    background-color: #f9cd04;
    border-color: #f9cd04;
}
.carousel-indicators {
    bottom: 50%;
}
.carousel-indicators {
    bottom: 30%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    right: 130px;
    left: auto;
    text-align: center;
    width: 10px;
    z-index: 15;
}
.carousel-indicators .active {
    background: url(images/slider/active.png) no-repeat left top;
    width: 28px;
    height: 27px;
}
.carousel-indicators li {
    background: url(images/slider/N-active.png) no-repeat left top;
    width: 28px;
    height: 27px;
    border: 0px;
}
/*== Content Area ==*/

.contant_min {
    padding: 40px 0;
}
.content_left h6 {
    font-size: 25px;
    color: #5f5f5f;
    padding-top: 28px;
}
.content_left h3 {
    font-size: 33px;
    color: #17161e;
    font-family: 'brandon_grotesquebold';
    padding-top: 5px;
}
.content_left p {
    padding-top: 18px;
    color: #4c4c4c;
    font-size: 15px;
}
.content_right {
    background: #f9cd04 url(images/learn.jpg) no-repeat 95% 0px;
    border: 9px solid #ffffff;
    outline-style: double;
    outline-color: #e4e4e5;
    outline-width: 1px;

}
.content_right h4 {
    color: #17161e;
    font-size: 20.5px;
    padding: 40px 20px 25px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
}
.content_right p {
    color: #17161e;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.content_right_form {
    padding: 25px 0;
    width: 89%;
    margin: 0px auto;
    margin-top: 23px;
    border-top: 1px solid #554603;
}
.content_right_form input {
    border: 0px;
    margin-bottom: 10px;
    width: 48.5%;
    float: left;
    height: 47px;
    font-size: 12px;
    color: #8d8d8d;
    text-indent: 10px;
}
.content_right_form input.fullwidth {
    width: 100%;
}
.content_right_form input.submitbtn {
    background: none;
    border: 2px solid #2c270f;
    height: 41px;
    width: 120px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-indent: 0px;
}
.content_right_form input.submitbtn:hover {
    background: #2c270f;
    color: #fff;
}
/*= Product Min Style =*/

.product_min {
    padding: 0px 0 45px;
}
.product_item {
    padding: 30px 0 20px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
}
.product_item img {
    margin: 10px 0;
}
.product_item h5 {
    color: #000000;
    font-size: 27px;
    font-family: 'brandon_grotesquebold';
}
.product_item p {
    color: #000000;
    font-size: 13px;
    padding-top: 15px;
    margin: 15px auto 0;
    width: 89%;
}
.bgcolo1 {
    background: #74d0de;
}
.bgcolo1 p {
    border-top: 1px solid #6ea8b1;
}
.bgcolo2 {
    background: #e5ebeb;
}
.bgcolo2 p {
    border-top: 1px solid #b5b9b9;
}
.bgcolo3 {
    background: #e4e0d3;
}
.bgcolo3 p {
    border-top: 1px solid #bdbab1;
}
.bgcolo4 {
    background: #ffd636;
}
.bgcolo4 p {
    border-top: 1px solid #cbb045;
}
.bgcolo5 {
    background: #ebe0af;
}
.bgcolo5 p {
    border-top: 1px solid #b3ac8d;
}
.bgcolo6 {
    background: #f89d37;
}
.bgcolo6 p {
    border-top: 1px solid #bb813f;
}
.pding {
    padding: 0 7.5px !important;
}
/*== Testimonial MinStyle ==*/

.Testimonial_min {
    background: #212127;
    padding: 7% 0 12%;
}
.Testimonial_min em.bdg {
    float: left;
    width: 50px;
    background: #434346;
    height: 6px;
    margin-top: 12px;
    margin-right: 25px;
}
.Testimonial_min b {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #f9cd04;
    margin-right: 20px;
}
.Testimonial_min span {
    float: left;
    font-size: 15px;
    color: #cacaca;
    margin-right: 20px;
}
.Testimonial_min p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding-bottom: 33px;
    padding-left: 4%;
}
.Testimonial_min .carousel-inner img {
    border: 4px solid #f9cd04;
    border-radius: 80px;
    -webkit-border-radius: 80px;
}
.Testimonial_min .carousel-indicators {
    bottom: -59%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 0px;
    left: 0;
    text-align: center;
    width: 28%;
    z-index: 15;
    margin: 0px auto;
}
.Testimonial_min .carousel-indicators .active {
    margin: 0px;
    background: #f8c201;
    width: 16px;
    height: 16px;
}
.Testimonial_min .carousel-indicators li {
    background: #a3a3a3;
    width: 16px;
    height: 16px;
    margin: 0px;
}
.Testimonial_min em.bdg {
    margin-left: 4%
}
/*= News Events =*/

.News_Events {
    width: 100%;
    padding: 35px 0;
    text-align: center;
}
.News_Events h2 {
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: 'brandon_grotesquebold';
}
.news span {
    border: 2px solid #f9cd04;
    float: left;
    width: 100%;
}
.news span img {
    border: 8px solid #fff;
    height: auto;
    width: 100%;
}
.news h6 {
    font-size: 20px;
    color: #17161e;
    padding-top: 20px;
    clear: both;
    font-family: 'brandon_grotesquemedium';
}
.news h6 a{
    color: #17161e;
}
.news h6 a:hover{
    color: #f9cd04;
}
.news p {
    font-size: 13px;
    color: #252423;
    padding-top: 15px;
}
.news p b {
    font-size: 13px;
    color: #000;
}
.news {
    border-right: 1px solid #dcdbda;
    padding-right: 45px;
}
.borN {
    border: none;
}
.News_Events .bx-wrapper {
    margin-left: 58px;
}
/*= Subscribe Newsletter Style =*/

.Subscribe_Newsletter {
    width: 100%;
    background: #f69605;
    padding: 5.5% 0;
    text-align: center;
}
.Subscribe_Newsletter h3 {
    font-size: 39px;
    color: #17161e;
    font-family: 'brandon_grotesquebold';
}
.Subscribe_Newsletter span {
    font-size: 20px;
    color: #4a4a4a;
    padding: 12px 0 18px;
    display: block;
    font-family: 'brandon_grotesquemedium';
}
.Subscribe_Newsletter input {
    background: #fff url(images/Newsletter_bg.png) no-repeat 97% 15px;
    width: 80%;
    height: 69px;
    text-indent: 20px;
    font-size: 15px;
    color: #000000;
    border: 0px;font-weight:300;
    margin-top: 10px;
}
/*= Footer =*/

footer {
    background: #0d0c12;
    width: 100%;
    padding: 4% 0 5%;
    text-align: center;
    position: relative;
}
footer ul {
    width: 616px;
    margin: 0px auto 30px;
    clear: both;
}
footer li {
    float: left;
    padding: 0 5px;
}
footer span {
    text-align: center;
    font-size: 13px;
    color: #fff;
    clear: both;
    display: block;
    font-weight:300;
}
.scroll-up {
    width: 52px;
    float: right;
    padding: 0px 0px;
}
a.scrollup {
    width: 52px;
    height: 49px;
    background: url(images/up.png) no-repeat left top;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
/*= About Us Page Style =*/

.main_area {
    width: 100%;
    /* margin-top:10.5%; */
    margin-top: 164px;
}
.heading h1 {
    text-align: center;
    border-bottom: 9px solid #e9e9e9;
    padding: 35px 0 25px !important;
    font-size: 34px;
    color: #17161e;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold';
}
.about_us {
    padding-bottom: 28px;
}
.about_us h4 {
    padding: 25px 0;
    font-size: 27px;
    color: #17161e;
    font-family: 'brandon_grotesquemedium';
}
.about_us p {
    font-size: 13px;
    color: #4c4c4c;
    padding-bottom: 20px;
}
.about_us_left {
    padding-left: 0px;
}
.about_us h5 {
    font-size: 21px;
    font-family: 'brandon_grotesquebold';
    color: #2c2c32;
    background: url(images/arrow.jpg) no-repeat left 4px;
    padding-left: 28px;
    margin-top: 25px;
}
.about_us address {
    font-size: 13px;
    color: #4c4c4c;
    padding-left: 28px;
    padding-top: 8px;
}
.about_us b {
    padding-top: 18px;
    display: inline-block;
}
.why_choos {
    border-top: 2px solid #fce888;
    padding-top: 13px;
}
.why_choos p {
    padding-left: 28px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.about_right img {
    width: 100%;
}
/*= Product Page Style =*/

.product_M {
    padding-bottom: 2%;
}
.product_min {
    padding-top: 25px;
}
.product_min h4 {
    padding: 0px;
}
.product_min li.bodder {
    border-bottom: 6px solid #f9ce00 !important;
}
/*= Gallery Page Style =*/

nav.primary {
    padding: 20px 0;
    margin: 0px auto;
    display: table;
}
nav.primary ul li {
    float: left;
    list-style: none;
    padding: 0 40px;
}
nav.primary ul li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    line-height: 39px;
    color: #5f5f5f;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;
}
nav.primary li a.selected {
    color: #17161e;
    border-bottom: 4px solid #fdce02;
}
.entry {
    position: relative;
    float: left;
    margin: 10px 2px;
    cursor: pointer;
    width: 100%;
    min-height: 310px;
    padding: 0;
}
.portfolio {
    margin: 0;
}
.magnifier {
    background: rgba(0, 0, 0, .5) url(images/magnifier.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 206.5px;
}
.video-hover {
    background: rgba(237, 49, 49, .7) url(css/images/video.png) no-repeat center;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.entry:hover .video-hover,
.entry:hover .magnifier {
    opacity: 1;
}
img {
    max-width: 100%;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio article {
    width: 32.5%;
    float: left;
    overflow: hidden;
}
.portfolio article h5 {
    font-size: 20px;
    
    text-align: center;
    padding-top: 10px;
    color: #000;
    font-family: 'brandon_grotesquebold';
}
.portfolio article p {
    font-size: 13px;
    color: #252423;
    padding: 10px 12px;
    text-align: center;
}
.portfolio .entry img {
    width: 100% !important;
}
.padtion {
    width: 130px;
    margin: 20px auto 70px;
}
.padtion ul {
    padding: 0px;
    margin: 0px;
}
.padtion li {
    float: left;
    padding: 0 4.5px;
}
.padtion li a {
    width: 34px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    color: #17161e;
    float: left;
    padding: 6px 0;
}
.padtion .fa {
    color: #17161e;
    font-size: 12px;
    float: none;
    padding: 2.5px 0;
}
.padtion li a:hover {
    color: #fff;
    background: #000;
}
.padtion li a:hover .fa {
    color: #fff;
}
.padtion li a.actv {
    color: #fff;
    background: #000;
}
.main {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}
/*= FAQ Page Style =*/

.panel-title a {
    width: 100%;
    display: inline-block;
    color: #17161e;
    font-size: 16px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 18px;
}
.faq_m {
    padding: 40px 0;
}
.panel-title a:hover {
    color: #17161e;
}
.panel-default {
    border: 0px;
}
.panel-group .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.panel-default > .panel-heading {
    padding: 0px 28px;
    border-bottom: 0px;
    background: #ebe7db;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.panel-body {
    border: 0px !important;
}
.panel {
    box-shadow: none;
}
.panel-body p {
    padding-bottom: 18px;
    color: #252423;
    font-size: 16px;
    font-weight: 300;
}
.pp_content_container {
    padding-top: 20px;
    background: #fff;
}
.pp_top {
    display: none;
}
.pp_bottom {
    display: none;
}
/*= TESTIMONIALS =*/

.TESTIMONIALS {
    padding: 20px 0;
}
.TESTIMONIALS em.bdg {
    float: left;
    width: 31px;
    background: #232328;
    height: 6px;
    margin-top: 12px;
    margin-right: 25px;
}
.TESTIMONIALS b {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #f58500;
    margin-right: 20px;
}
.TESTIMONIALS span {
    float: left;
    font-size: 16px;
    color: #5f5f5f;
    margin-right: 20px;
}
.TESTIMONIALS img {
    border: 5px solid #f9cd04;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.TESTIMONIALS p {
    padding-bottom: 35px;
    font-size: 16px;
    color: #17161e;
    padding-top: 10px;
    padding-right: 12%;
}
.MONIALS {
    border-bottom: 1px solid #cacaca;
    padding: 40px 0;
}
.borN {
    border: none;
}

/*= News And Events =*/

.news_and_events_min {
    width: 100%;
    background: #f1f1f1;
}
#ChildVerticalTab_1 h4.upevents {
    font-size: 17.5px;
    color: #17161e;
    border-bottom: 6px solid #f9ce00;
    padding-bottom: 17px;
}
.news_and_events .resp-vtabs ul.resp-tabs-list {
    width: 29%;
}
.news_and_events .resp-vtabs .resp-tabs-container {
    width: 69%;
    float: right;
}

.news_and_events .resp-tab-content {
    padding-left: 0px;
    padding-top: 0px;
}
.news_and_events .resp-tab-content .Youtube_Channel h6 {
    color: #030809;
    font-size: 20px;
    padding-left: 60px;
}
.news_and_events .resp-tab-content .Youtube_Channel ul {
    padding-left: 33px;
    padding-top: 20px;
}
.news_and_events .resp-tab-content .Youtube_Channel li {
    padding-bottom: 0px;
}
.news_and_events .resp-tab-content .Youtube_Channel li a {
    color: #252423;
    font-size: 11.9px;
}
.news_and_events .resp-tab-content .Youtube_Channel p {
    padding-left: 60px;
    padding-top: 20px;
}
.news_and_events .resp-tab-content .Youtube_Channel a.subscribe {
    margin: 30px 0 25px 60px;
    display: block;
}
.news_and_events .resp-vtabs .resp-tabs-container {
    background: none;
}
.news_and_events .resp-tab-content .Youtube_Channel {
    background: #fff;
}
.Youtube_Channel2 {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0 30px;
}
.news_and_events .resp-tab-content .Youtube_Channel2 ul {
    padding-left: 12%;
    padding-top: 10px;
    display: block;
}
.news_and_events .resp-tab-content .Youtube_Channel2 li {
    padding-bottom: 0px;
    padding-left: 45px;
}
.news_and_events .resp-tab-content .Youtube_Channel2 li a {
    color: #252423;
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
}
.news_and_events .resp-tab-content .Youtube_Channel2 li a:hover {
    background: url(images/hover_A.jpg) no-repeat center bottom;
}
.news_and_events .resp-tab-content .Youtube_Channel2 li a.sate {
    background: url(images/hover_A.jpg) no-repeat center bottom;
}
.news_and_events .resp-tab-content .Youtube_Channel2 p {
    display: inline-block;
    padding: 0px;
    font-size: 11px;
    padding-right: 10px;
}
.news_and_events .resp-tab-content .Youtube_Channel2 h5 {
    color: #030809;
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 0px;
}
.news_and_events .resp-tab-content .Youtube_Channel2 .vido_info {
    margin-left: 60px;
}
.news_and_events .resp-tab-content .Youtube_Channel2 .video_m {
    width: 248px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}
.Upcoming_Events {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
}
.date_of_event {
    float: left;
    width: 125px;
    height: 125px;
    background: url(images/date.png) no-repeat left top;
    text-align: center;
}
.date_of_event span {
    color: #17161e;
    font-size: 20px;
    font-weight: 400;
    padding-top: 45px;
    display: block;
}
.date_of_event b {
    color: #17161e;
    font-size: 42px;
    font-weight: 700;
    display: block;
    line-height: 40px;
}
.event_info {
    width: 75%;
    float: right;
    position: relative;
}
.event_info h6 a{
    color: #17161e;
}
.event_info h6 a:hover{
    color: #f9cd04;
}
.news_and_events .resp-tab-content .event_info h6 {
    font-size:21px;
    color: #17161e;
    padding-left: 0px;
    font-weight: 600;
}
.news_and_events .resp-tab-content .event_info span {
    color: #ffa320;
    font-size: 17px;
    display: block;
    font-family: 'brandon_grotesquebold';
}
.news_and_events .resp-tab-content .event_info p {
    color: #252423;
    font-size: 13px;
    padding: 8px 0 0;
}
.news_and_events .resp-tab-content .event_info b {
    color: #252423;
    font-size: 13.6px;
    padding: 0px 0 3px;
    display: block;
}
.news_and_events .resp-tab-content .event_info li {
    color: #252423;
    font-size: 13px;
    padding: 0px 0 0 8px;
}
.news_and_events .resp-tab-content .event_info li:before {
    content: '•';
    color: #252423;
    font-size: 15px;
    position: absolute;
    margin-top: -1px;
    left: 0px;
}

.border_none {
    border: 0px;
}
.resp-tabs-container .padtion li {
    padding: 0 4.5px;
}
/*=BLog Page=*/

.post_item_M {
    float: left;
    width: 70%;
}
.post_item {
    text-align: center;
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-bottom: 30px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.post_item img {
    width: 100%;
    height: auto;
}
// body.blog .post_item img {
//     max-height: 153px;
// }
// body.single .post_item img {
//     max-height: 220px;
// }
.post_item h6 {
    background-color: #f9ca00;
    color: #000000;
    font-size: 15px;
    padding: 9px 0;
    font-weight: 600;
}
.post_item h4 {
    color: #17161e;
    font-size: 22px;
    padding: 18px 0;
    font-family: 'brandon_grotesquebold';
}
.post_item p {
    font-size: 12px;
    color: #252423;
}
.post_item span {
    font-size: 12px;
    color: #252423;
    display: inline-block;
    padding-top: 11px;
}
.post_item span b {
    color: #000;
}
.post_item a:hover h4 {
    color: #ffa320;
}
.post_item2 {
    border-right: 0px;
    padding-right: 0px;
    padding-left: 15px;
}
.postpding {
    padding-top: 30px;
}
.post_item_M .padtion {
    margin-bottom: 0px;
}
.post_item_M_right {
    float: right;
    width: 240px;
}
.post_item_M_right h4 {
    color: #17161e;
    font-size: 22px;
    padding-bottom: 13px;
    font-family: 'brandon_grotesquemedium';
}
.post_item_M_right input {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 46px;
    text-indent: 10px;
    color: #9b9a9a;
    font-size: 13px;
    background: url(images/search2.jpg) no-repeat 95% 10px;
    padding-right: 40px;
    margin-bottom:30px;
}
.post_item_M_right h5 {
    color: #17161e;
    font-size: 26px;
    padding:0px 0 20px;
    font-family: 'brandon_grotesquemedium';
}
.post_item_M_right ul {
    padding: 0px;
    margin: 0px;
}
.post_item_M_right li {
    padding: 0px;
    width: 100%;
    border-bottom: 1px solid #d2cece;
}
.post_item_M_right li a {
    padding: 13px 0 13px 3px;
    color: #5f5f5f;
    font-size: 15px;
    display: block;
    font-family: 'brandon_grotesquemedium';
}
.post_item_M_right li a:hover {
    color: #000;
}
.blogpost{
    width:100%;
    text-align:left;
    border:0px;
}
.blogpost h6{
  display:none;

}
.blogpost h4, .blogpost p, .blogpost span{
    padding-left:15px;
    padding-right:15px;
}
.blogpost h4{
    padding-bottom:0px;
    font-size:25px;
   font-family: 'brandon_grotesquebold';
}
.blogpost p{
    padding-top:20px;
}
.blogpost ul {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}
.blogpost ul li {
    color: #252423;
    font-size: 12px;
}

/*= Contact Us Page Style=*/

.heading2 {
    border-bottom: 9px solid #e9e9e9;
    padding-bottom: 25px;
}
.heading2 h1 {
    border-bottom: none;
    padding-bottom: 0px;
}
.heading2 p {
    font-size: 18px;
    color: #4a4a4a;
    padding: 20px 0 0;
}
.contact_us {
    padding: 28px 0 20px;
}
.contact_us h2 {
    color: #17161e;
    font-size: 27px;
    font-family: 'brandon_grotesquebold';
}
.contact_us .resp-tabs-list {
    float: right;
}
.contact_us .resp-tabs-list li {
    width: 145px;
    text-align: center;
    padding: 8px 0;
    margin-right: 0px;
    font-size: 18px;
    border: 1px solid #ededed!important;
    border-bottom: 0px !important;
}
.contact_us .resp-tabs-list li.resp-tab-active {
    border-bottom: 3px solid #facc00 !important;
    padding: 8px 0 !important;
}
.contact_info {
    width: 100%;
    background: #3e3e3e;
}
.contact_details {
    width: 265px;
    background: #3e3e3e;
    float: left;
    float: left;
    padding: 11px 0 48px;
}
.contact_map {
    width: 71%;
    float: left;
}
.contact_map img {
    width: 100%;
}
.contact_us .resp-tab-content {
    padding: 0px;
}
.contact_details b {
    color: #fbcc06;
    font-size: 13px;
    font-weight: 600;
    padding-left: 23px;
    display: block;
    padding-top: 14px;
}
.contact_details span {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0 0 23px;
    display: block;
}
.contact_details pre {
    background: none;
    border: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-top: 18px;
    display: inline-block;
}
.contact_details pre b {
    display: inline-block;
    padding-top: 0px;
}
.contact_details span.padd_T {
    padding-top: 1px;
}
.contact_form {
    width: 48.5%;
    float: left;
    padding-top: 30px;
}
.contact_form h4 {
    color: #17161e;
    font-size: 27px;
    padding: 10px 0 20px 0;
}
.contact_form input,
textarea {
    background: #f1f1f1;
    width: 100%;
    height: 46px;
    color: #8d8d8d;
    font-size: 11.9px;
    text-indent: 12px;
    margin-bottom: 12px;
    border: 0px;
}
.contact_form textarea {
    height: 100px;
    padding-top: 15px;
}
.contact_form input.sbmit {
    margin-top: 7px;
    border: 2px solid #313131;
    background: none;
    width: 119px;
    height: 41px;
    text-align: center;
    color: #17161e;
    font-size: 15px;
    text-transform: uppercase;
    text-indent: 0px;
    font-weight: 600;
}
.contact_form input.sbmit:hover {
    background: #313131;
    color: #fff;
}
.follow_us {
    width: 48.5%;
    float: right;
    padding-top: 30px;
}
.follow_us h4 {
    color: #17161e;
    font-size: 27px;
    padding: 10px 0 20px 0;
}
.follow_us span {
    color: #4a4a4a;
    font-size: 18px;
}
.follow_us ul {
    margin: 0px;
    padding: 30px 0 0;
}
.follow_us li {
    float: left;
    padding: 0 6px 10px 0;
    width: 48px;
}
.follow_us li a img {
    width: 100%;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: none !important;
    border-bottom: none !important;
    border-top: none !important;
    margin-bottom: 0px !important; 
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}   
.gform_wrapper div.validation_error{
    border-bottom: none !important;
    border-top: none !important;
    margin-bottom: !important;
    padding: 0px !important;
    font-size: 0.9em !important;
}
/*Mail chimp error messages*/
/* .mailchimperror{ color:red; display:none; } */

.mailchimperror{
    color: #FF0012;
    font-weight: 700;
    letter-spacing: normal;
    display:none;
}

.mc4wp-success p{color:green !important; font-weight: 700;} 
.mc4wp-error p{color:red !important;}
.post_item.blogpost > h5 {
    color: #17161e;
    font-weight: bold;
    padding: 20px 15px 0;
}
.yrc-sections{
    float:left;
    clear: both;
}
.yrc-pagination  .yrc-load-more-button{
    background: none !important;
}

/*tekki code start*/
.gfield_description.validation_message{
    display:none;
}
.comonerrormsg{
    color: red;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_confirmation_message_2.gform_confirmation_message{
    color:green;
    padding:10px;
    font-weight: 700;
}
.video_chal{
    position:relative;
    margin:-129px auto 30px;
    left:0px;
    right:0px;
    width:545px;
}
.video_chal img{
    width:100%;
}
.nowdisplaynone{
    display:none;
}

.videospclpding p{
    padding: 20px !important;    
}
.chnlk, .chnlk:hover{
    color:blue !important; 
}
a.all-event {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #313131;
    color: #17161e;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    margin: -34px auto 0;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 119px;
}
a.all-event:hover {
    background: #313131;
    color: #fff;
}






/* Custom changes by pankaj */
.disable-anchor {
    pointer-events: none;
    cursor: default;
}
.news_and_events #jsTabs {
    padding-left: 0px;
    padding-top: 0px;
}
.news_and_events #jsTabs .Youtube_Channel h6 {
    color: #030809;
    font-size: 20px;
    padding-left: 60px;
}
.news_and_events #jsTabs .Youtube_Channel ul {
    padding-left: 33px;
    padding-top: 20px;
}
.news_and_events #jsTabs .Youtube_Channel li {
    padding-bottom: 0px;
    float: left;
    margin-left: 27px;
}
.news_and_events #jsTabs .Youtube_Channel li a {
    color: #252423;
    font-size: 11.9px;
}
.news_and_events #jsTabs .Youtube_Channel p {
    padding-left: 60px;
    padding-top: 20px;
}
.news_and_events #jsTabs .Youtube_Channel a.subscribe {
    margin: 30px 0 25px 60px;
    display: block;
}
.news_and_events .resp-vtabs .resp-tabs-container {
    background: none;
}
.news_and_events #jsTabs .Youtube_Channel {
    background: #fff;
}
.Youtube_Channel2 {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0 30px;
}
.news_and_events #jsTabs .Youtube_Channel2 ul {
    padding-left: 12%;
    padding-top: 10px;
    display: block;
}
.news_and_events #jsTabs .Youtube_Channel2 li {
    padding-bottom: 0px;
    padding-left: 45px;
}
.news_and_events #jsTabs .Youtube_Channel2 li a {
    color: #252423;
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
}
.news_and_events #jsTabs .Youtube_Channel2 li a:hover {
    background: url(images/hover_A.jpg) no-repeat center bottom;
}
.news_and_events #jsTabs .Youtube_Channel2 li a.sate {
    background: url(images/hover_A.jpg) no-repeat center bottom;
}
.news_and_events #jsTabs .Youtube_Channel2 p {
    display: inline-block;
    padding: 0px;
    font-size: 11px;
    padding-right: 10px;
}
.news_and_events #jsTabs .Youtube_Channel2 h5 {
    color: #030809;
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0 0px;
}
.news_and_events #jsTabs .Youtube_Channel2 .vido_info {
    margin-left: 60px;
}
.news_and_events #jsTabs .Youtube_Channel2 .video_m {
    width: 248px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}
.Upcoming_Events {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
}
.date_of_event {
    float: left;
    width: 125px;
    height: 125px;
    background: url(images/date.png) no-repeat left top;
    text-align: center;
}
.date_of_event span {
    color: #17161e;
    font-size: 20px;
    font-weight: 400;
    padding-top: 45px;
    display: block;
}
.date_of_event b {
    color: #17161e;
    font-size: 42px;
    font-weight: 700;
    display: block;
    line-height: 40px;
}
.event_info {
    width: 75%;
    float: right;
    position: relative;
}
.event_info h6 a{
    color: #17161e;
}
.event_info h6 a:hover{
    color: #f9cd04;
}

.news_and_events #jsTabs .event_info h6 {
    font-size:21px;
    color: #17161e;
    padding-left: 0px;
    font-weight: 600;
}
.news_and_events #jsTabs .event_info span {
    color: #ffa320;
    font-size: 17px;
    display: block;
    font-family: 'brandon_grotesquebold';
}
.news_and_events #jsTabs .event_info p {
    color: #252423;
    font-size: 13px;
    padding: 8px 0 0;
}
.news_and_events #jsTabs .event_info b {
    color: #252423;
    font-size: 13.6px;
    padding: 0px 0 3px;
    display: block;
}
.news_and_events #jsTabs .event_info li {
    color: #252423;
    font-size: 13px;
    padding: 0px 0 0 8px;
}
.news_and_events #jsTabs .event_info li:before {
    content: '•';
    color: #252423;
    font-size: 15px;
    position: absolute;
    margin-top: -1px;
    left: 0px;
}


/* video chanel changes */
.news_and_events #jsTabs .Youtube_Channel2 ul {
    padding-left: 6%;
    padding-right: 6%;
}
.news_and_events #jsTabs .Youtube_Channel2 li {
    padding-left: 0 !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    width: 175px !important;
}
.news_and_events #jsTabs .Youtube_Channel2 ul.youtubebotmlink li {
    width: 95px !important;
}
#yrc-shell-0 .yrc-item {
    margin-top: 8px;
    margin-bottom: 0 !important;
}



@media screen and ( max-width: 1920px) {
    .slider {
        margin-top: 7.5%;
    }
}
@media screen and ( max-width: 1024px) {} @media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    a .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .collapse.in {
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .navbar-inverse {
        padding: 8px 0;
    }
    .navbar-collapse {
        border: 0px;
        box-shadow: none;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        margin-top: 10px;
        max-height: 450px;
    }
    .slider,
    .main_area {
        margin-top: 135px
    }
    .header-text h2 {
        font-size: 4vw;
    }
    .header-text p {
        font-size: 16px;
    }
    .content_left {
        margin-bottom: 30px;
    }
    .Testimonial_min .carousel-indicators {
        bottom: -34%;
    }
    .News_Events .container {
        width: 400px;
    }
    .bx-wrapper .bx-prev {
        left: 72% !important;
    }
    .news {
        border-right: 0px;
        padding: 0px 0 25px;
    }
    .product_item {
        padding-top: 20px;
    }
    .News_Events .bx-wrapper {
        margin-left: 0px;
    }
    .bx-wrapper .bx-viewport .slide {
        margin-bottom: 40px !important;
    }
    .Testimonial_min p {
        padding-left: 0px;
    }
    .Testimonial_min em.bdg {
        margin-left: 0px;
    }
    .portfolio article {
        width: 45%;
        float: left;
        overflow: hidden;
    }
    nav.primary {
        padding: 20px 0;
        width: 100%;
        margin: 0px auto;
        display: table;
    }
    .news_and_events .resp-vtabs .resp-tabs-container {
        width: 100%;
    }
    .news_and_events .resp-tab-content {
        padding-right: 0px;
    }
    .Youtube_Channel img {
        width: 100%;
    }
    .news_and_events .resp-tab-content .Youtube_Channel a.subscribe img {
        width: auto;
    }
    .post_item_M,
    .post_item_M_right {
        width: 100%;
    }
    .post_item_M_right {
        margin-top: 30px;
    }
    .contact_info,
    .contact_map {
        width: 100%;
    }
    .contact_us h2 {
        padding-bottom: 24px;
    }
}
@media only screen and (max-width: 800px) {
    .magnifier {
        height: 223.5px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel2 ul {
        padding-left: 0%;
    }
}
@media only screen and (max-width: 767px) {
    .carousel-indicators {
        right: 50px;
    }
    .call {
        width: 80%;
        float: none;
        margin: 0px auto;
        padding-top: 0px;
    }
    .search {
        position: relative;
        width: 80%;
        margin: 5px auto 17px;
        float: none;
        display: block;
    }
    .search img {
        right: 1px;
        top: 1px;
        width: 31px;
    }
    .call span {
        float: none;
    }
    .call img {
        margin-left: 28%;
    }
    .slider,
    .main_area {
        margin-top: 175;
    }
    .content_left {
        margin-bottom: 30px;
    }
    .carousel-inner img {
        width: auto;
        margin: 0px auto;
    }
    .Testimonial_min .carousel-indicators {
        bottom: -15%;
    }
    footer ul {
        width: 492px;
    }
    footer li {
        width: 53px;
    }
    footer li a img {
        width: 100%;
    }
    .news {
        border-right: 0px;
        padding: 0px 0 20px;
    }
    .search input {
        height: 39px;
    }
    #header .search .search-form input.search-submit{
        background-size:55% !important;
    }
    nav.primary ul li {
        float: left;
        list-style: none;
        padding: 0 10px;
    }
    .magnifier {
        height: 175.5px;
    }
    .portfolio article h5 {
        font-size: 18px;
        fon
    }
    .TESTIMONIALS img {
        margin: 0px auto;
        width: 120px;
    }
    .TESTIMONIALS p {
        text-align: center;
        padding-right: 0px;
    }
    .TESTIMONIALS em.bdg {
        margin-left: 25%;
    }
    .news_and_events .resp-tab-content .Youtube_Channel2 .video_m {
        margin: 30px auto 0px;
        float: none;
    }
    .heading h1 {
        padding-top: 15px;
    }
    .main_area {
        margin-top: 190px;
    }
    .contact_form,
    .follow_us {
        width: 100%;
    }
}
@media only screen and (max-width: 568px) {
    .slider {
        margin-top: 135px
    }
    .call {
        width: 80%;
        float: none;
        margin: 0px auto;
    }
    .slider,
    .main_area {
        margin-top: 220px;
    }
    .news {
        border-right: 0px;
        padding: 0px;
    }
    .portfolio article {
        width: 300px;
        overflow: hidden;
        float: none;
        margin: 0px auto;
    }
    .magnifier {
        height: 206.5px;
    }
    .portfolio article {
        width: 300px;
        overflow: hidden;
        float: none;
        margin: 0px auto;
        right: 0px !important;
    }
    nav.primary ul li a {
        font-size: 11px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel h6 {
        font-size: 16px;
        padding: 0 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel ul {
        padding-left: 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel li {
        width: auto;
        padding-left: 0px;
        padding-right: 27px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel p {
        padding: 0 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel a.subscribe {
        margin-left: 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel2 ul {
        padding-left: 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel2 li {
        width: auto;
        padding-left: 0px;
        padding-right: 15px;
    }
    .news_and_events .resp-tab-content .Youtube_Channel2 li a {
        font-size: 11px;
    }
    .date_of_event {
        float: none;
        margin: 10px auto;
        display: block;
    }
    .event_info {
        width: 90%;
        float: none;
        margin: 0px auto;
    }
    .news_and_events .resp-tabs-container ul li {
        text-align: left;
    }
    .resp-tabs-container .padtion li {
        width: auto;
    }
    .TESTIMONIALS img {
        margin: 0px auto;
        width: 90px;
        border-width: 2px;
    }
    .post_item {
        width: 100%;
        border-right: 0px;
        padding-right: 0px;
        margin-top: 20px
    }
    .post_item2 {
        padding-left: 0px;
    }
    .postpding {
        padding-top: 0px;
    }
    .follow_us {
        padding-top: 10px;
    }
    .contact_form {
        padding-top: 20px;
    }
    .video_chal{width:85%;margin:-59px auto 30px;}
}
@media only screen and (max-width: 480px) {
    .slider,
    .main_area {
        margin-top: 220px;
    }
    .carousel-indicators {
        display: none;
    }
    .call img {
        margin-left: 0%;
    }
    .News_Events .carousel-inner img {
        width: 45%;
        margin-bottom: 20px;
    }
    .Testimonial_min p {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .News_Events h2 {
        font-size: 31px;
    }
    .bx-wrapper .bx-prev {
        left: 73% !important;
    }
    .Subscribe_Newsletter h3 {
        font-size: 25px;
    }
    .Subscribe_Newsletter span {
        font-size: 16px;
    }
    .news {
        border-right: 0px;
        padding: 0px 0 65px;
    }
    .bx-wrapper .bx-controls-direction a {
        bottom: -25px!important;
    }
    footer ul {
        width: 100%;
        margin-bottom:19px;
    }
    footer li {
        width: 38px;
        padding: 5px;
    }
    .News_Events {
        padding-bottom: 10px;
    }
    .slider {
        margin-top: 175px;
    }
    .content_left h6 {
        padding-top: 0px;
    }
    .Subscribe_Newsletter input {
        width: 90%;
        font-size: 13px;
        height: 45px;
        background-size: 8%;
        background-position: 97% 9px;
    }
    .Subscribe_Newsletter input[type="submit"]{
        height:45px !important;
        background-size:43%!important;
    }
    .portfolio article {
        width: 300px;
        overflow: hidden;
        float: none;
        margin: 0px auto;
        right: 0px !important;
    }
    nav.primary ul li a {
        font-size: 11px;
    }
    .TESTIMONIALS em.bdg {
        margin-left: 20%;
    }
    .date_of_event {
        width: 100px;
        height: 100px;
        background-size: 100%;
    }
    .date_of_event span {
        font-size: 15px;
        padding-top: 39px;
    }
    .date_of_event b {
        font-size: 32px;
        line-height: 29px;
    }
    .TESTIMONIALS img {
        margin: 0px auto;
        width: 70px;
        border-width: 2px;
    }
    .TESTIMONIALS p {
        font-size: 13px;
    }
    .TESTIMONIALS em.bdg {
        margin-top: 8px;
    }
    .blogpost h4{
    font-size:18px;
    }

}
@media only screen and (max-width: 414px) {
    .Subscribe_Newsletter input {
        width: 100%;
        font-size: 13px;
    }
    .scroll-up {
        width: 100%;
        text-align: center;
        float: none;
    }
    .scroll-up a {  
        position: inherit;
        display: block;
        margin: 20px auto;
    }
    .Testimonial_min .carousel-inner img {
        width: 35%;
        margin-bottom: 20px;
    }
    .logo {
        width: 83px;
    }
    .logo a img {
        width: 100%;
    }
    .navbar-inverse {
        padding: 0px;
    }
    .slider,
    .main_area {
        margin-top: 158px;
        p
    }
    .TESTIMONIALS em.bdg {
        margin-left: 0%;
    }
    .TESTIMONIALS b {
        font-size: 14px;
    }
    .TESTIMONIALS span {
        font-size: 14px;
    }
    .date_of_event {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }
    .date_of_event span {
        font-size: 13px;
        padding-top: 29px;
    }
    .date_of_event b {
        font-size: 25px;
        line-height: 29px;
    }
    .news_and_events .resp-tab-content .event_info h6 {
        font-size: 15px;
    }
    .news_and_events .resp-tab-content .event_info span {
        font-size: 13px;
    }
    .news_and_events .resp-tab-content .event_info p {
        font-size: 11px;
    }
    .news_and_events .resp-tab-content .event_info b {
        font-size: 12px;
    }
    .news_and_events .resp-tab-content .event_info li {
        font-size: 11px;
    }
}
@media only screen and (max-width: 375px) {
    .News_Events .container {
        width: 300px;
    }
    .bx-wrapper .bx-prev {
        left: 63% !important;
    }
    .Subscribe_Newsletter input {
        width: 100%;
        font-size: 13px;
        height: 45px;
        background-size: 8%;
        background-position: 97% 9px;
    }
    .content_right h4 {
        font-size: 20px;
    }
    footer ul {
        width: 100%;
    }
    footer li {
        width: 33px;
        padding: 5px;
    }
    nav.primary ul li a {
        font-size: 9px;
    }
    .follow_us li {
        float: left;
        padding: 0 6px 10px 0;
        width: 40px;
    }
}
@media only screen and (max-width: 320px) {
    footer ul {
        width: 100%;
        margin-bottom:10px;
    }
    footer li {
        width: 28px;
        padding: 2px;
    }
    .Subscribe_Newsletter input {
        background-position: 97% 12px;
    }
}/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	

}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	display:none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:88%;
	background: url(images/controls.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -45px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -43px;
}

.bx-wrapper .bx-next:hover {
	background-position: -45px -43px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:auto;
	margin-top: -16px;
	outline: 0;
	width:42px;
	height: 42px;
	text-indent: -9999px;
	z-index: 222;
	bottom:-65px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(css/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(css/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display:block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;float:left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; color:#b6b6b6;;margin:0px auto;font-size:20px;}
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 25, 2016 */



@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('fonts/brandon_light-webfont.woff2') format('woff2'),
         url('fonts/brandon_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('fonts/brandon_med-webfont.woff2') format('woff2'),
         url('fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    
    font-size: 19px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background:none!important;
    color:#5f5f5f;
    border-bottom:1px solid #d2cece;
    font-family: 'brandon_grotesquemedium';
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 28px 0px 15px 15px;
}

.resp-tab-active {
	
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;

}

.resp-tab-active {
   border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    
}

h2.resp-accordion {
    font-size:18px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;font-weight:600;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-tabs-container ul li{float:left;padding-left:27px;padding-bottom:20px;}
.resp-tabs-container ul li img{float:left;width:100%;}
.resp-tabs-container ul.produ2{width:100%;}
.resp-tabs-container ul.produ2 li{padding-left:26px;padding-bottom:20px;}
.resp-tabs-container h6{font-size:22px;font-family: 'brandon_grotesquemedium';color:#17161e;padding-top:5%;font-weight:600;padding-left:23px;clear:both;}
.resp-tabs-container p{padding-left:23px;color:#5f5f5f;padding-top:18px;}
.resp-tabs-container .imgSkit{width:50%;float:left;}
.resp-tabs-container .imgSkit img{width:100%;}
.resp-tabs-container .imgSkit_details{width:45%;float:right;padding-top:10%;}
.resp-tabs-container .imgSkit_details span{display:block;font-weight:600;color:#f1001d;font-size:18px;padding:17px 0 3px;clear:both;}
.resp-tabs-container .imgSkit_details li{float:none;font-size:11px;color:#5f5f5f;padding:3px 0 0;}
.resp-tabs-container .imgSkit_details li b{color:#f1001d;padding-top:0px;}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container{
    padding: 0px;
    background-color: #fff;
    
    float: left;
    width: 75%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content{
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active{ 
    position: relative;
    z-index: 1;
    color:#000;
    padding: 15px 15px 15px 15px !important;
    margin-bottom: 4px !important;
}

.resp-arrow{
    width: 0;
    height: 0;
    float: right;
    margin-top: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow{
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion{
    display: block;
}

.resp-easy-accordion .resp-tab-content{
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active{
    display: block;
}

h2.resp-accordion:first-child{
    border-top: 1px solid #c1c1c1;/* !important;*/
}
@media only screen and (max-width: 992px) {
  .MODS img{
    width:100%;
}  
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-tab-content{
    padding:15px;
   }
   h2.resp-accordion h4{
    font-size:18px;
   }
}

@media only screen and (max-width: 767px) {
 .resp-tabs-container .imgSkit{
    width:100%;
}
 .resp-tabs-container .imgSkit_details{
    width:100%;
}
 .MODS img{
    width:100%;
}
 .resp-tabs-container ul.produ2 li{padding-left:15px;}
}
@media only screen and (max-width: 480px) {
 .resp-tabs-container ul li{width:100%;text-align:center;}   
 .resp-tabs-container ul li img{width:auto;text-align:center;float:none;}
}
@media only screen and (max-width: 360px) {
 .resp-tabs-container ul li{width:100%;text-align:center;}   
 .resp-tabs-container ul.produ2 li:first-child img{
     width:210px;
    text-align:center;
    float:none;}
}p:empty {
    display: none !important;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
}
.r-tabs .r-tabs-tab {
    display: block;
    margin: 0;
    list-style: none;
}
.page-id-25 .r-tabs .r-tabs-nav {
    float: none;
    width: 100%;
    text-align: right;
}
.page-id-25 .r-tabs .r-tabs-tab {
    display: inline-block;
    list-style: none;
    margin-left: -5px;

    margin-right: 0;
    text-align: center;
    width: 145px;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/* Tabs container */
.r-tabs {
    position: relative;
}

/* Tab element */
// span.head {
//     color: #000;
//     border-bottom: 6px solid #f9ce00 !important;
//     display: block;
//     font-family: "brandon_grotesquemedium";
//     font-size: 19px;
//     padding: 13px 15px;
// }
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
}
.r-tabs .r-tabs-nav.products .r-tabs-tab:first-child .r-tabs-anchor {
    color: #000;
    border-bottom: 6px solid #f9ce00 !important;
}
.r-tabs .r-tabs-nav.news-event .r-tabs-tab:first-child .r-tabs-anchor {
    color: #000 !important;
    border-bottom: 1px solid #d2cece; !important;
}


/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: block;
    border-bottom: 1px solid #d2cece;
    color: #5f5f5f;
    cursor: pointer;
    font-family: "brandon_grotesquemedium";
    font-size: 19px;
    list-style: outside none none;
    padding: 13px 15px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    color: #000;
}
.page-id-25 .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 8px 15px;
    font-size: 18px;
    border-color: #ededed #ededed transparent #ededed;
    border-style: solid;
    border-width: 1px !important;
    font-size: 18px;
}
.page-id-25 .r-tabs .r-tabs-tab.r-tabs-state-active  .r-tabs-anchor{
    border-bottom-color: #facc00 !important;
}



/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    width: 100%;
    color: #000;
    background: #F5F5F5;
}

/* Tab panel */
.r-tabs .r-tabs-panel {

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #C1C1C1;
    color: #17161e;
    font-family: "brandon_grotesquemedium";
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor::after {
    content: "";
    position: absolute;
    right: 20px;
    margin-top: 10px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
   border-top: 5px solid #C1C1C1;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::after {
    display: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor::before {
    content: "";
    position: absolute;
    right: 20px;
    margin-top: 10px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #9B9797;
}

.jsTabs-container {
    width: 72%;
    float: right;
}
.page-id-25 .jsTabs-container {
    float: none;
    width: 100%;
}
.page-id-25 .r-tabs .r-tabs-panel {
    padding: 0px;
}
.jsTabs-container h6 {
    clear: both;
    color: #17161e;
    font-family: "brandon_grotesquemedium";
    font-size: 22px;
    font-weight: 600;
    padding-top: 5%;
}
.jsTabs-container p {
    color: #5f5f5f;
    padding-top: 18px;
}

@media(min-width:768px) and (max-width:799px) {
    .jsTabs-container {
        width: 100%;
        border-bottom:1px solid #C1C1C1;
    }
    .r-tabs .r-tabs-panel {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C1C1C1;
    }
    .r-tabs .r-tabs-panel:last-child {
        border-width:1px;
    }
}

@media(min-width:480px) and (max-width:767px) {
    .jsTabs-container {
        width: 100%;
        border-bottom:1px solid #C1C1C1;
    }
    .r-tabs .r-tabs-panel {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C1C1C1;
    }
    .r-tabs .r-tabs-panel:last-child {
        border-width:1px;
    }
}
@media(max-width:480px) {
    .jsTabs-container {
        width: 100%;
        border-bottom:1px solid #C1C1C1;
    }
    .r-tabs .r-tabs-panel {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C1C1C1;
    }
    .r-tabs .r-tabs-panel:last-child {
        border-width:1px;
    }
}
@media(max-width:320px) {
    .jsTabs-container {
        width: 100%;
        border-bottom:1px solid #C1C1C1;
    }
    .r-tabs .r-tabs-panel {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #C1C1C1;
    }
    .r-tabs .r-tabs-panel:last-child {
        border-width:1px;
    }
}