
/****************************************************************/
/* GENERAL ELEMENTS */


body {
    padding-top: 0px;
    background-image: url(../img/yellow_tiny_grid.png);
    /*background-color: #99DBD7;*/
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.wrap {
    background: url(../img/tiny_grid_top.png) repeat-x;
    min-width: 1020px;
}

.content {
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1000;
    background: white;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.jumbo-join-today {
    margin: 0 -40px;
    padding: 10px 0px;
    text-align: center; 
    background-image: url(../img/bedge_grunge.png);
    border-top: 1px solid #ccc;
}

.jumbo-join-today-inner {
    padding: 30px;
    background-image: url(../img/graybedge_grunge.png);
}

.container {
    width: 980px;
    padding: 0 20px;
}


section {
    padding: 60px 40px;
    border-top: 1px solid #ccc;
    margin: 0 -40px;
}


section.gray {
    background: #F9F9F9;
}

section.light-blue {
    background: #D7E9F8;
}



.placeholder-img {
    min-height: 250px;
}
.placeholder-slide {
    height: 200px;
    background: #eee;
}

.placeholder-screenshot {
    height: 400px;
    background: #eee;
}


section.gray .well {
    background: #fff;
     -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    border: 1px solid #ccc;
}

.well {
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);
}

.clear {
    clear: both;
}


.checkmark-divider {
    background: url(../img/graphic-checkmark.png) center center no-repeat;
    position: relative;
    bottom: -140px;
    height: 150px;
}

section#about {
    padding-bottom: 0;
}

section#contact-us {
    padding-top: 100px;
}



.margin-above {
    margin-top: 20px;
}

/****************************************************************/
/* CAROUSEL */

#carousel-wrap {
    padding: 0 40px 30px;
    background: #F9F9F9;
    margin: -40px -40px 0;
    -webkit-border-radius: 10px 10px 0 0px;
     -moz-border-radius: 10px 10px 0 0px;
          border-radius: 10px 10px 0 0px;
}

.carousel-inner {


}

.carousel {
    line-height: inherit;
}

.carousel-control {
    position: absolute;
    top: 60%;
    left: -20px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #666;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);



}

.carousel-control.right {
    left: auto;
    right: -20px;
}

#top-carousel .carousel-indicators li {
    display: list-item;
    float: left;
    width: 25%;
    height: auto;
    margin-left: 0;
    text-indent: 0px;
    background: none;
    border-radius: 0px;
    cursor: pointer;


   

}

#top-carousel .carousel-indicators > li > a {
    margin: 0;
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #eee;
    text-align: center;
    border-right: 1px solid #0B7F71;
    border-left: 1px solid #31A392;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* hack to fix first li element */
#top-carousel .subnav .carousel-indicators > li.first > a {
    border-left: 0;
    -webkit-border-radius: 10px 0px 0 0px;
     -moz-border-radius: 10px 0px 0 0px;
          border-radius: 10px 0px 0 0px;
}

#top-carousel .carousel-indicators {
  position: static;
  top: 0px;
  left: 0px;
  z-index: 5;
  margin: 0;
  list-style: none;
}


#top-carousel .carousel-indicators .active {
  background-color: none;
}


#carousel-wrap .subnav {
    margin: 0 -40px 20px;
}

.subnav {


    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #039385;
    background-image: -moz-linear-gradient(top, #039385, #0B7F71);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#039385), to(#0B7F71));
    background-image: -webkit-linear-gradient(top, #039385, #0B7F71);
    background-image: -o-linear-gradient(top, #039385, #0B7F71);
    background-image: linear-gradient(to bottom, #039385, #0B7F71);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff039385', endColorstr='#ff0B7F71', GradientType=0);
    border-color: #0B7F71 #0B7F71 #0A6B5D;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0B7F71;

    /*-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.5);
    box-shadow: inset 0 1px 5px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.5);*/
      -webkit-border-radius: 10px 10px 0 0px;
     -moz-border-radius: 10px 10px 0 0px;
          border-radius: 10px 10px 0 0px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);


}

.subnav .container {
  padding: 0;
}

#top-carousel .subnav .carousel-indicators > li.active > a,
#top-carousel .subnav .carousel-indicators > li.active > a:hover,
#top-carousel .subnav .carousel-indicators > li > a:hover {
  color: #0B7F71;
  text-decoration: none;
  background-color: #89C0E0;
  background-color: rgba(255,255,255, 0.55);
    border-right-color: #0B7F71;
  border-left: 0;
  text-shadow: none;
  -webkit-box-shadow: inset 0 0px 5px rgba(0,0,0,.25);
     -moz-box-shadow: inset 0 0px 5px rgba(0,0,0,.25);
          box-shadow: inset 0 0px 5px rgba(0,0,0,.25);
}


}


#top-carousel .subnav .carousel-indicators li:first-child a, 
#top-carousel .subnav .carousel-indicators li:first-child.active a,
#top-carousel .subnav .carousel-indicators > li:first-child > a:hover {
  -webkit-border-radius: 10px 0px 0 0px;
     -moz-border-radius: 10px 0px 0 0px;
          border-radius: 10px 0px 0 0px;
          border-left: 0;
}


#top-carousel .subnav .carousel-indicators > li:last-child > a, 
#top-carousel .subnav .carousel-indicators > li:last-child > a:hover {
  border-right: 0;

  -webkit-border-radius: 0px 10px 0 0px;
     -moz-border-radius: 0px 10px 0 0px;
          border-radius: 0px 10px 0 0px;
}


.item-inner {
    padding: 0 40px 20px;
}

.item h2 {
    margin-bottom: 30px;
}




/****************************************************************/
/* TESTIMONIALS CAROUSEL */

section.grunge {
    background-image: url(../img/graybedge_grunge.png);
}

.quote {
    background-image: url(../img/quote.png);
    background-position: 0px -10px;
    background-repeat: no-repeat;
    padding-left: 120px;
}

.quote-mini {
    background-image: url(../img/quote-mini.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 90px;
    color: #555;
}

.testimonials {
    margin: 80px 60px 0;
    background-color: #fff;
    min-height: 300px;
    padding: 30px;


    background: #fff;
     -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    border: 1px solid #ccc;

}

.testimonials .carousel-control {

    position: absolute;
    top: -60px;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 40px;
    font-weight: 100;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background: #666;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 0.5;
    filter: alpha(opacity=50);


}

.testimonials .carousel-control:hover {
    background: #000000;
}



.testimonials .carousel-control.right {
    left: 60px;
    right: auto;
}

.testimonials .carousel-indicators{position:absolute;top: -65px;right:15px;z-index:5;margin:0;list-style:none; cursor: pointer;}
.testimonials .carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;border-radius:5px;}
.testimonials .carousel-indicators .active, .carousel-indicators li:hover{background-color:#039385;}








/****************************************************************/
/* FAQ */


#faq-accordion {
    margin: 40px 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 5px 12px;
    /*
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;*/

    font-size: 18px;
    font-weight: 200;
    line-height: 28px;

    color: white;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #29ABE2;

    
}

.accordion-group:nth-child(odd) > .accordion-heading > .accordion-toggle {
  background: #3bb7ec;
}




/*
.accordion-heading .accordion-toggle.collapsed {
    display: block;
    padding: 8px 15px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6D6E71;
    text-decoration: none;
    background: #fff;
}*/


.accordion-inner {
  border-top: none;
}



.accordion-group {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: white;
}



/****************************************************************/
/* IMAGE */

.margin-below {
    margin-bottom: 30px;
}

.slide-img {
    width: 399px;
}

.feature-img {
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.feature-img-wrap {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

/****************************************************************/
/* TYPOGRAPHY */

a {
    color: #0B7F71;
    /* used to be 1B75BB */
    text-decoration: none;
}

a:hover {
    color: #039385;
    /* used to be 00ADEE */
}

h1 {

    font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #304b8c;
    font-size: 45px;
    line-height: 60px;
}

h2 {
    font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    margin: 10px auto;
    color: #666;
}



h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
color: #666;
font-size: 19px;
line-height: 28px;
}


section h2 {
    width: 80%;
}

h2.padding-bottom {
    margin-bottom: 40px;
}

h4 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;

}

h5 {
    font-family: "Sanchez", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #999;
    margin: 10px 0;
    font-size: 16px;
}

.home h5 {
    text-align: center;
    width: 80%;
    margin: 10px auto 40px;
    color: #666;
}


.lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
}


ul.lead li {
  line-height: 28px;
}

ol.lead li {
  line-height: 28px;
}










/****************************************************************/
/* BUTTONS */

.join-today {
    text-align: center;
    position: relative;
    margin: 60px 250px;

}


.join-today hr {
    border-top: 1px solid #ccc;
    border-bottom: none;
    /*background-image: url("../img/dotted-border.jpg");*/
    height: 4px;
    width: 30%;
    position: absolute;
    top: -5px;
}

.join-today span {
    width: 37%;
    display: block;
    margin: 0 auto;
}

.join-today hr.right {
    right: 0px;
}


.btn { 
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight: 700;*/
}

.btn-huge {
  padding: 30px 40px;
  font-size: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}



.btn-orange {
  background-color: hsl(36, 100%, 42%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa51e", endColorstr="#d68000");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa51e), to(#d68000));
  background-image: -moz-linear-gradient(top, #ffa51e, #d68000);
  background-image: -ms-linear-gradient(top, #ffa51e, #d68000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa51e), color-stop(100%, #d68000));
  background-image: -webkit-linear-gradient(top, #ffa51e, #d68000);
  background-image: -o-linear-gradient(top, #ffa51e, #d68000);
  background-image: linear-gradient(#ffa51e, #d68000);
  border-color: #d68000 #d68000 hsl(36, 100%, 38.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}

.btn-yellow {
  background-color: hsl(55, 68%, 65%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f2cf", endColorstr="#e2d869");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f6f2cf), to(#e2d869));
  background-image: -moz-linear-gradient(top, #f6f2cf, #e2d869);
  background-image: -ms-linear-gradient(top, #f6f2cf, #e2d869);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f2cf), color-stop(100%, #e2d869));
  background-image: -webkit-linear-gradient(top, #f6f2cf, #e2d869);
  background-image: -o-linear-gradient(top, #f6f2cf, #e2d869);
  background-image: linear-gradient(#f6f2cf, #e2d869);
  border-color: #e2d869 #e2d869 hsl(55, 68%, 59%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39);
  -webkit-font-smoothing: antialiased;
}


.btn-orange .caret {

    border-top: 4px solid #ffffff;

}

.btn-blue {
  background-color: hsl(220, 39%, 43%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f7db9", endColorstr="#425f98");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5f7db9), to(#425f98));
  background-image: -moz-linear-gradient(top, #5f7db9, #425f98);
  background-image: -ms-linear-gradient(top, #5f7db9, #425f98);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f7db9), color-stop(100%, #425f98));
  background-image: -webkit-linear-gradient(top, #5f7db9, #425f98);
  background-image: -o-linear-gradient(top, #5f7db9, #425f98);
  background-image: linear-gradient(#5f7db9, #425f98);
  border-color: #425f98 #425f98 hsl(220, 39%, 40%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  -webkit-font-smoothing: antialiased;
}


/****************************************************************/
/* HEADER */


.navbar .nav>.active>a, .navbar .nav>.current_page_item>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #9EAECC;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);


    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;

}


.welcome {
    margin-right: 30px;

}

.tagline {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-right: 10px;
    width: 470px;
}

.headline .span9 {
    padding-top: 10px;
}

.headline {
    text-align: center;
}

.headline.page, .headline.home {
    text-align: left;
}

.navbar {
    height: 90px;
    margin-bottom: 20px;
}

.nav-header {

    color: #652D90;

}



.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0;
}


.navbar-inner {

    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #576EA7;
    background-image: -moz-linear-gradient(top, #6880AF, #576EA7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6880AF), to(#576EA7));
    background-image: -webkit-linear-gradient(top, #6880AF, #576EA7);
    background-image: -o-linear-gradient(top, #6880AF, #576EA7);
    background-image: linear-gradient(to bottom, #6880AF, #576EA7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6880AF', endColorstr='#ff576EA7', GradientType=0);
    border-color: #576EA7 #576EA7 #3F5889;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #576EA7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);


    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.265);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.265);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.265);
    *zoom: 1;


}

.navbar .divider-vertical {
    height: 24px;
    margin: 15px 9px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid white;
}

.navbar .nav > li {
  float: left;
  line-height: 40px;
  margin-bottom: 15px;
  color: white;
    text-decoration: none;
    text-shadow: none;
}

.navbar .nav {
    margin: 0 0px 0 0;
}

.navbar .nav > li > a {
    padding: 0px 12px;
    margin: 0 2px;
    color: #eee;
    text-decoration: none;
    text-shadow: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;



    
    background-color: #8396BD;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);

    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;


}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
}

.navbar .btn {
    margin-top: 12px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
}





.navbar .brand {
    width: 266px;
    height: 90px;
    background: url(../img/logo.png) no-repeat center center;
    display: block;
    padding: 0px 20px;
    text-indent: -9999px;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 25px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #652D90;
    color: white;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: #9EAECC;
    color: #fff;
    text-decoration: none;
}

.navbar .nav > li > a.welcome:focus, .navbar .nav > li > a.welcome:hover {
    color: inherit;
}


.navbar .container {
    width: 980px;
}







/****************************************************************/
/* TABBED CONTENT */

.tab-content {
    padding: 28px;
    border: 1px solid #ccc;

    -webkit-border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    border-radius: 0px 10px 10px 10px;
    min-height: 700px;
    background: #F9F9F9;

    /*
    -webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.35);*/


}


.tabs-left>.nav-tabs {
    float: left;
    margin-right: -1px;
    border-right: none;
    width: 254px;
}

.nav-tabs > li > a {
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #555555;

}

.nav-tabs > li > a > i {
    font-size: 30px;
    line-height: 50px;
    color: #039385;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: 0px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.tabs-left>.nav-tabs>li>a:hover, .tabs-left>.nav-tabs>li>a:focus {
border-color: #eeeeee #ccc #eeeeee #eeeeee;
}


.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover, .tabs-left>.nav-tabs .active>a:focus {
    border-color: #ccc #f9f9f9 #ccc #ccc;
    background: #F9F9F9;
    border-right: none;

}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #F9F9F9;
}







/****************************************************************/
/* CONTACT FORM */

.contact-form textarea, .contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="datetime"], .contact-form input[type="datetime-local"], .contact-form input[type="date"], .contact-form input[type="month"], .contact-form input[type="time"], .contact-form input[type="week"], .contact-form input[type="number"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="search"], .contact-form input[type="tel"], .contact-form input[type="color"], .uneditable-.contact-form input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.35);

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;

    
}

.contact-form .control-group.error input, .contact-form .control-group.error select,  .contact-form .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="datetime"], .contact-form input[type="datetime-local"], .contact-form input[type="date"], .contact-form input[type="month"], .contact-form input[type="time"], .contact-form input[type="week"], .contact-form input[type="number"], .contact-form input[type="email"], .contact-form input[type="url"], .contact-form input[type="search"], .contact-form input[type="tel"], .contact-form input[type="color"], .uneditable-.contact-form input {
    height: 40px;

}


.contact-form {

}

.padding-sides {
    margin: 0 40px;
}

.more-padding-sides {
    margin-left: 160px;
    margin-right: 160px;
}



/****************************************************************/
/* BROWSER ALERT */

body .buorg {
    position:static;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #A29330;
    background:#fcf8e3 no-repeat 1em 1.2em url(http://browser-update.org/img/dialog-warning.gif);\
    text-align:left;
    cursor:pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #c09853;
    padding: 10px;

}
.buorg div {
    padding:5px 36px 5px 40px;
}
.buorg a, .buorg a:visited {
    color: #0B7F71 !important;
    text-decoration: none !important;
}
#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}


#old-browser {
    display: none;
}

#old-browser .alert {
    margin: 0;
    padding: 10px;
}





/****************************************************************/
/* FOOTER */

footer.page-footer {
    background: #039385;
    color: #ddd;
    padding: 60px 0 30px;
    margin: -40px 0 0;
    border-top: 1px solid #0A6B5D;
}


footer.page-footer a {
    color: #eee;
}

footer.page-footer a:hover {
    color: #fff;
}

.footer-nav {
    list-style: none;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-nav li {
    padding-right: 10px;
    display: inline-block;
}

.footer-nav li a {
    display: block;
    font-size: 85%;
}



/****************************************************************/
/* BLOG */

.blog h1 {
    font-size: 30px;
    line-height: 40px;
    color: #304b8c;
}

.blog h2 {
    font-size: 24px;
    line-height: 30px;
}



.long-col {
  min-height: 600px;
}

.well.lead-generator {
  background: #FFF1BF;
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;
  padding: 6px;
}

.lead-generator p {
  font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    margin-top: 10px;

}

.lead-generator form {
    margin: 0 0 5px;
}

.lead-generator .control-group {
    margin-bottom: 0px;
}

.lead-generator input.input-lead {
    font-size: 10px;
    padding: 5px;
    line-height: 15px;
    height: 12px;
    min-height: 0px;
    width: 150px;
    margin: 5px auto 5px;
}

.lead-generator .btn {
    margin: 10px 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.blog h1 {
    text-align: left;
}

.blog h5, .blog h2, .blog h3 {
  text-align: left;
}

.blog h5 {
  margin: 10px 0;
}


.content.sidebar {
    padding: 20px;
}

.well.widget {
    padding: 12px;
    background-color: #F9F9F9;
    border: 1px solid #f6f6f6;
}


.sidebar .well.lead-generator.widget {
    margin-bottom: 20px;
    background: #FFF1BF;
}

.widget_recent_entries ul {
    margin-left: 0;
    list-style: none;
}

.widget_recent_entries ul li {
    padding: 0 0 10px;
}

.simplesocialbutton {
    float: left;
    width: 90px;
}

.simplesocialbuttons {
    height: 20px;
    margin: 10px auto 10px 0;
    text-align: center;
    clear: left;
}


.pin-it-btn-wrapper {
display: inline-block;
float: right;
margin-top: -30px;
padding-bottom: 0;
}

/****************************************************************/
/* STYLES FROM WORDPRESS TWENTY ELEVEN BLOG */



.form-allowed-tags {
  display: none;
}

h2.entry-title {
  margin-bottom: 0;
}

.entry-content {
  margin-bottom: 20px;
}

.page-nav {
  margin-bottom: 20px;
}


.entry-content img {
  margin-top: .4em;
  background-color: #eeeeee;
  border: 1px solid #ddd;
  padding: 6px;
}

.wp-caption {
  border: 1px solid #ddd;
}

.entry-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

.entry-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

.entry-content ul, ol {
  margin: 0 0 1.625em 2.5em;
}


/* =Images
----------------------------------------------- */

.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
  max-width: 97.5%;
  width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
#content .gallery {
  margin: 0 auto 1.625em;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: 1px solid #ddd;
  padding: 6px;
}
.wp-caption img {
  border-color: #eee;
}

/* =Comments
----------------------------------------------- */

#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
  padding-left: 100px;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  /*width: 100%;*/ /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}


.comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.comment-meta a {
  font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(../img/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: '';
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
  content: url(../img/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}

/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}

.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}



/****************************************************************/
/* SOCIAL SHARING PLUGIN */


#nav-dcssb, #nav-dcssb li {
margin: 0;
padding: 0;
list-style: none;
}
#nav-dcssb li {
padding: 5px 0;
}
#nav-dcssb li.size-box {
text-align: center;
height: 60px;
}
#nav-dcssb li.size-small {
height: 30px;
}
/* Floater */
#dcssb-float {
margin-top: 148px;
}
 
#dcssb-float.dc-social-float .tab {
display: none;
}
#dcssb-float.dc-social-float .dc-social-float-content {

background: #fff;
padding: 10px;
text-align: center;
width: 60px;
border: 1px solid #CCC;

}
#dcssb-float.dc-social-float .dc-social-float-content {


}
#dcssb-float .fb_iframe_widget {margin-left: 0;}

#dcssb-float.dc-social-float .tab {
display: none;
}




