@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,800,400,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700)

@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700,900|Dosis:800|Playfair+Display:400,400italic,900italic|Lora:700|Syncopate:700|Roboto+Condensed:300italic|Oswald:700);

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons.eot');
	src:url('../fonts/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons.svg#codropsicons') format('svg');
}

/*
1. CONTACT
2. PAGE HEADER
3. PRICING
4. TABBED SUBJECT MENU
5. MAIN NAV
6. COPYRIGHT
7. FOOTER
8. GOOGLE

*/

* {font-family:Helvetica, Arial, sans-serif;}

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
.header h1 {
  margin-top: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
}
@media (max-width:768px) {
  .confuocoTuitionLogo {width: 95%;}
}
/* for the contact box */

@media (max-width:767px) {
  .intro-blurb-title {
    background: rgba(255,255,255,0.5);
  }
  .intro-blurb {
    background: rgba(255,255,255,0.5);
  }
}

/* 1. CONTACT FORM */

  .cCounter {margin-top:10px;}
  .safe , .over {
    padding:3px; 
    color:white; 
    font-weight:bold;
    -moz-border-radius:2px 2px 2px 12px;
    -webkit-border-radius: 2px 2px 2px 2px;
  }
  .safe {background:green;}
  .over {background:red;}
  .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
  }

/* END CONTACT */

/* 2. PAGE HEADER */

  .bd-pageheader { 
    opacity:0.7;
    padding: 2rem 15px;
    margin-bottom: 1.5rem;
    color: #cdbfe3;
    text-align: center;
    background-color: #000;
  }

  .bd-pageheader .container {
    position: relative
  }

  .bd-pageheader h1 {
    font-size: 3rem;
    font-weight: 400;
    color: #fff
  }

  .bd-pageheader p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 300
  }

  @media (min-width:576px) {
    .bd-pageheader {
        padding-top: 4rem;
        padding-bottom: 4rem;
        margin-bottom: 3rem;
        text-align: left
    }

    .bd-pageheader .carbonad {
        margin: 2rem 0 0 !important
    }
  }

  @media (min-width:768px) {
    .bd-pageheader h1 {
        font-size: 4rem
    }

    .bd-pageheader p {
        font-size: 1.5rem
    }
  }

  @media (min-width:992px) {
    .bd-pageheader h1, .bd-pageheader p {
        margin-right: 380px
    }

    .bd-pageheader .carbonad {
        position: absolute;
        top: 0;
        right: .75rem;
        margin: 0 !important
    }
  }

/* END PAGE HEADER */

/* 3. PRICING */

  .bs-five-area{
    width:100%;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px #ddd;
    overflow: hidden;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding:5px;
  }

  .bs-five-area.bs-radius{
    border-radius: 30px;
  }
 
  .bs-five-area > div{
    padding:0;
  }


  .bs-five-area .bs-five{
    position: relative;
    width: 100%;  
    margin: auto; 
    transition: all 0.4s;
    padding:20px 0px;
  }
  .bs-five-area .bs-five h6{
    font-weight: 700;
    letter-spacing: 2px;
  }
  .bs-five-area .bs-five h1{
    font-size:64px;
    font-weight: 100;
    line-height: 72px;
  } 
  .bs-five-area .bs-five h1 sup{
    font-size:30px;
    top:-30px;
  }
  .bs-five-area .bs-five ul {
    margin:0;
    padding:0;
    list-style: none;
  }
  .bs-five-area .bs-five ul li{
    line-height: 45px;
    border-bottom:0px;
  }
  .bs-five-area .bs-five:hover{
  background: #179880; 
  transition: all 0.4s;
  }

  .bs-five-area .bs-five.active {
    background: #179880; 
    background: -webkit-linear-gradient(left, #179880 , #21A476); 
    background: -o-linear-gradient(right, #179880, #21A476); 
    background: -moz-linear-gradient(right, #179880, #21A476); 
    background: linear-gradient(to right, #179880 , #21A476);  
  }

  .bs-five-area .bs-five .btn-success{
    padding: 10px 50px;
    display: inline-block;
    border-radius: 30px;
    background-color: #179880;
    border-color: #21A476;
  }
  .bs-five-area .bs-five.active .btn.btn-success, 
  .bs-five-area .bs-five:hover.bs-five .btn.btn-success{
    background: #E0FFF6 ; 
    color:#444 ;

  }

  .bs-five-area .bs-five.active,
  .bs-five-area .bs-five.active ul li,
  .bs-five-area .bs-five:hover.bs-five, 
  .bs-five-area .bs-five:hover.bs-five ul li
  {
    color:#fff;
  }

 /* END PRICING */
 
 /* 4. TABBED SUBJECT MENU */
 
  .subjects .list-group-item:first-child {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }

  .subjects .list-group-item:last-child {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  } 

  .overlay-subject {
    position: absolute;
    top:0;
    left:0;
    margin:auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
    color:#fff;
  }
  .bear {
    color: #fff;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .subjects a {
    text-decoration:none;
    transition:0.5s;
    color:#000;
  }
  .subjects li a:hover {
    color:#fff;
  }
  @media (max-width:767px) {
    .subjects {
      font-size:0.7em;
    }
    .subjects .list-group-item {
      padding-top:8px !important;
padding-bottom:0 !important;
    }
  }
  @media (min-width:720px) {
    .subjects li:hover .overlay-subject {
     color:#fff;
    opacity: 1;
    }
  }
  
/* END TABBED MENU*/


/* 4. MAIN NAV MENU STYLING */
  
  /* toggle navbar menu button */
  .navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: #000;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.icon-bar:nth-child(2) {
  width: 16px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 22px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all .2s;
}


  /* end toggle nabber menu button */  

  .navbarBrand {
    overflow:hidden;
    vertical-align: middle;
    font-size:1.4em;
    padding-top:0;
  }
  .navbarBrand > a {
    text-decoration:none;
    color:black;
  }
  @media screen and (max-width: 992px) { 
    .navbarBrand {
      width:200px;
      font-size:0.9em;
    }
  } 
  .navbarBrand > img {
   margin: auto;
   overflow:hidden;
   vertical-align: middle;
   width:55px;
  }
  
  .tabStrip {
    background: #fff;
    border: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-font-smoothing: antialiased;
  }

  .tabStrip ul li a {
    color: #000;
    font-size:1em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0);
    transition: opacity .33s ease;
    opacity: 0.8;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  @media screen and (max-width: 992px) { 
    .tabStrip {
      padding-top:10px;
    }
    .tabStrip ul li a {

      font-size:0.6em;
    }
    .tabStrip h4 {
      color:#000;
      font-size:0.8em;
    }
  }

  .tabStrip ul li a:hover {
    border: 1px solid rgba(255,255,255,0);
    opacity: 1;
    transform: perspective(1px) translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
  }
  
  ul.nav a:hover { color: #000 !important; background-color: transparent;}

/* END MAIN NAV */

/* COPYRIGHT */

  .copyright {
    position:fixed;
    bottom:0;
    right:0;
    width:25%;
    height:90px;
    font-size: 10px;
    padding:10px;
    border:none;
    opacity:0.4;
    background-color:#000;
    color: orange;
  }

  .copyright p { color: orange; }
  .copyright p.copyright-space { margin-top: 9px; }
  .copyright a{ color:orange; bottom:0; }
  .copyright a:hover { color:darkOrange; }

  @media (max-device-width: 767px){
   .copyright {
      z-index:13;
      max-height:60px;
      font-size: 0.8em;
      padding: 2px 0;
      width:35%;
      overflow:hidden;
   }
  }
/* END COPYRIGHT */

/* 7. FOOTER */

  .footer1 {
    background-color:#262525;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    font: bold 16px sans-serif;
    color:ffffff;
    margin:0 auto;
    padding:20px 20px 100px 20px;
    opacity:0.9;
  }

  .footer1 img{
    transition: transform .2s; /* Animation */
  }

  .footer1 img:hover {
    transform:scale(1.1);
  }

  .footer-company-name {
    color:#fff;
    font-size:10px;
  }
  
  .footer-company-name a {
    text-decoration:none;
    color:#fff;
    font-size:10px;
  }

  .footerContent1 h5 {
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
  }

  .footerContent1 p {
    margin-top: 30px;
    color: #fff;
  }

  .footerContent1 a {
    margin-top: 30px;
    color: #fff;
  }
  .footerContent1 .fa-stack {
      font-size:1.3em;
    }
  @media (max-width:767px){
    .footerContent1 .fa-stack {
      font-size:1em;
    }
  }

  .footerContent h5 {
    font-size: 15px;
    color: #ffffff;
    line-height: 21px;
    margin-top: 25px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
  }

  .footerContent p {
    margin-top: 30px;
    color: #929497;
  }

  .footerContent a {
    color: #fff;
    font-size: 15px;
  }

  @media (min-width: 768px) {
    .footerContent p {
      font-size: 11px;
    }
  }

  @media (min-width: 992px) {
    .footerContent p {
      font-size: 14px;
    }
  }

  .footerContent li .fa {
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding:5px;
  }

  .footerContent .list-unstyled li .fa:hover {
  background-color:red;
  }
  .footerContent .list-unstyled li {
    color: #fff;
    margin-bottom: 15px;
  }

  @media (min-width: 768px) {
    .footerContent .list-unstyled li {
      font-size: 11px;
    }
  }

  @media (min-width: 992px) {
    .footerContent .list-unstyled li {
      font-size: 14px;
    }
  }

  @media (max-width: 767px) {
    .footerContent .list-unstyled li i {
      margin-right: 10px;
    }
    .footerContent1 a {
      margin-top: 30px;
      font-size:15px;
    }
  }

  @media (min-width: 768px) {
    .footerContent .list-unstyled li i {
      margin-right: 10px;
    }
  }

  @media (min-width: 992px) {
    .footerContent .list-unstyled li i {
      margin-right: 14px;
    }
  }

  .footerContent .list-unstyled li a {
    color: #fff;
  }

  .footerContent .list-unstyled li a:hover {
    color: red;
  }


  @media (min-width: 768px) {
    .footerContent .list-inline li {
      padding: 2px;
    }
  }

  @media (min-width: 992px) {
    .footerContent .list-inline li {
      padding: 0 2px;
    }
  }

  @media (min-width: 1200px) {
    .footerContent .list-inline li {
      padding: 0 5px;
    }
  }

  .footerContent .list-inline li a {
    display: block;
    text-align: center;
    border: 1px solid #4a4e52;
    border-radius: 100%;
    color: #ffffff;
    padding:20px;
  }

  .footerContent .list-inline li a:hover {
    background-color: #ff891e;
    border-color: #ff891e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

@media (max-width: 767px) {
  .footerContent .list-inline li a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .footerContent .list-inline li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .footerContent .list-inline li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}

.social ul li a {
  text-align:center;
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #fff;

 
  border: 2px solid #4a4e52;
  border-radius: 100%;
  color: #ffffff;
  padding:10px;
}

.social ul li a .fa {
	font-size: 30px;
	transition: .5s;
}

.social ul li a:hover .fa {
   /*transform: rotate(360deg);
   font-size:40px;*/
}

.social ul li:nth-child(1) a:hover {
	background: #3b5999;
}
.social ul li:nth-child(2) a:hover {
	background: #55acee;
}
.social ul li:nth-child(3) a:hover {
	/*background: #dd4b39;*/
  background: #007785;
}
.social ul li:nth-child(4) a:hover {
	/*background: #007785;*/

background: #e4405f;
}
.social ul li:nth-child(5) a:hover {
	background: #00aff0;
}
.social ul li:nth-child(6) a:hover {
	background: #e4405f;
}
.social ul li:nth-child(7) a:hover {
	background: #cd201f;
}
.social ul li:nth-child(8) a:hover {
	background: #bd081c;
}
.badges {
padding:10px;
}
.badges a {
  text-align:center !important;
}
@media (max-width: 767px) {
  .bark-widget {
max-width:100px !important;
}  
  .badges img {
    width:85%;
  }
}

/* END FOOTER */

/* 8. GOOGLE */
  .mapDiv {
    line-height: 0;
    opacity:0.8; 
  }
  .googleMap {
    width:100%;
    height:200px;
  }
  .adsbygoogle {
    position:fixed;
    bottom:0;
    display:inline-block; 
    width:100%; 
    min-height:100px; 
    filter: alpha(opacity=100);   
    opacity:1;
  }

/* END GOOGLE */

/* 9. BLOG */
  .multiselect-container{
    position:absolute;list-style-type:none;margin:0;padding:0
  }
  .multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:bold}
  .multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px 3px 10px;height:100%;font-weight:bold;}
  .multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:normal}
  .multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}
  .multiselect-container>li>a>label>input[type="checkbox"]{margin-bottom:5px}
  .btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}
     /*.row {margin-bottom: 20px;}*/
      pre {
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
        border: solid 1px orange;
        font-size: 1.3 em; 
        color: orange; 
        margin: 10px; 
        padding:10px; 
        background: #000;
      }
      code {font-size:1.2em; 
        color: #008099;
      }
    .theBlog b {
      color:#000 !important;
    }
  b {
  color:#000;
  }
/* END BLOG */

/* STARS */

.icon-d {
    color: gold;
    margin:2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}

/* END STARS */
/*NAV off canvas*/

.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 1px solid #323949;
  /*margin-left: 20px;*/
  margin-left:0;
  font-size: 20px;
  padding: 8px;
}
 
.main-menu li a {
  /*color: #6F7D8C;*/
  color:#ffffff;
  text-decoration: none;
}
 
.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li .sub-nav1 a {
  /*color: #6F7D8C;*/
  color:#000;
  text-decoration: none;
}
 
.main-menu li .sub-nav1 {
  border-bottom: 0px;
  color: #0F9;
  /*padding: 4px;*/
  font-size: 14px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);   
}

.main-menu li .sub-nav1 a:hover {
  color:#000;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
 
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
 
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}

nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  left: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: left 0.4s ease-in-out 0s;
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}



figure{
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* border: 1px solid #fff; */
  /* box-shadow: 0 0 1px #ddd; */
  /*margin: 1em;*/
  /* top:15px; */
}


figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}


figure:hover img{
  -webkit-transform: scale3d(1.5, 1.5, 1);
          transform: scale3d(1.5, 1.5, 1);
}
  
body.modal-open-noscroll {
  margin-right: 0!important;
  overflow: hidden;
}
.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 0!important;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 5px;
   height: 34px;
   -webkit-appearance: none;
}
   
.styled-select {
  width: 240px;
  height: 34px;
  overflow: hidden;
  background: url(/images/down_arrow_select.jpg) no-repeat right #ddd;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/*JS Video */
.js-video {
  height: 0;
  /*padding-top: 25px;*/
  top:0;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*end video*/
/*carousel with tabs*/
.nav-pills>li[data-slide-to="0"].active a { border-radius:0 0 5px 0; background-color: #617774; }
.nav-pills>li[data-slide-to="1"].active a { border-radius:0 0 5px 5px; background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { border-radius:0 0 5px 5px; background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { border-radius:0 0 0 5px; background-color: #8e44ad; }
/*endcarousel with tabs */

/*FB icon on button*/
.sign-in-facebook {
    background: url('http://i.stack.imgur.com/e2S63.png') #f2f2f2;
    background-position: -12px -7px;
    background-repeat: no-repeat;
    background-size: 48px 53px;
    padding-left: 41px;
    padding-right: 10px;
    margin-right:10px;
    color: #000;
  }
  .sign-in-facebook:hover {
    background: url('http://i.stack.imgur.com/e2S63.png') #e0e0e0;
    background-position: -12px -7px;
    background-repeat: no-repeat;
    background-size: 48px 53px;
    padding-left: 41px;
    padding-right: 10px;
    
    color: #000;
  }
/*endFB icon on button*/

/*turn googlemap scroll off*/
 .scrolloff {
        pointer-events: none;
    }
/*end map scrool off*/

/*featurette section*/
.features {
  max-width:100%;
  overflow:hidden;
}
.feature-items {
  padding: 20px 10px;
  clear: both;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-items:hover {
  background-color: #F9F9F9;
  border-radius: 5px;
}
.feature-items i,
.feature-item i {
  display: inline-block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #eec400;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #eec400;
  margin-bottom: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.feature-items:hover i,
.feature-item:hover i {
  color: #ffffff;
  background: #eec400;
}
.feature-items h5 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight:400;
}
.features-left,
.features-right {
  margin-top: 20px;
}

/*end featuretter*/



    /* FOR THE SLIDE MENU  MOBILE RESPONSE*/
#slidein-panel {
  display:none;
  z-index:49595969995;
  margin: 0;
  padding: 0;
  /*background-color: #222222;*/
  /*width: 250px;*/
  background-color:#000000;
  width:250px;
  
}

#slidein-panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#slidein-panel ul li {
    /*background-color: #222222;*/
    background-color: #000000;
    display: block;
    border-top: 1px solid #333333;
}

#slidein-panel ul li a:link,
#slidein-panel ul li a:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 14px;
  font-size: 16px;
  font-weight: 200;
  font-family: 'Open Sans', HelveticaNeue, Helvetica, Arial;
}

#slidein-panel ul li:hover {
  background-color: #111111;
}

#slidein-panel-container {
  position: relative;
}




/*START OF RESPONSIVE CSS */
2g-4s*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 479px) 
{ 
.navbar-toggle {margin-top:1px !important; margin-right:1px !important; background: #e67e22 !important; padding-bottom:10px;}
.mobileLoginIcon {margin-left:1px !important; margin-top:3px; margin-right:2px !important; }
.header .navbar { padding-bottom:0 !important;}
.dropdown-menu .active > a, .dropdown-menu li > a:hover {background:none;}
.dropdown-menu {background-color:transparent; margin:5px 150px 0 -12px; padding:0; margin-bottom:150px !important; min-width:70px; max-width:70px;}
.dropdown-menu li {margin:0; padding:0; min-width:70px; max-width:70px; max-height:15px; }
.dropdown-menu li a { padding: 1px 1px 0 0;  margin: 1px 1px  0 0; font-size:0.45em; text-align:left; }
.dropdown-header { display:none; padding-top:1px; margin-top:1px; margin-bottom:-2px; font-size: 0.3em !important; min-width:70px; max-width:70px; max-height:15px;}
.divider {display:none; margin-left:20px !important;}
.caret {display:none;}
.nav.navbar-nav > li {left:0; min-width:70px; max-width:70px; padding: 10px 5px 0 0; overflow:hidden; text-align:center;}
.nav.navbar-nav > li > a {font-size: 0.6em; padding:0; margin:0;}
.nav.navbar-nav { margin:0; padding:0; }
}

/*FULL SCREEN OVERLAY LESS OPACITY*/
.overlayFull2 { 
  font-family: "Raleway", sans-serif; 
  position:fixed;
  top:0;
  left:0;
  background-color:#ffffff;
  opacity:1;
  filter: alpha(opacity=10); /* For IE8 and earlier */
  z-index:-12;
  height:100%;
  max-width:100%;
  width:100%;
  overflow:hidden;
  /*background: url(/img/11-plus.png);*/
  /*background: url(/img/black-fade.jpg);*/
  background-size: cover;
  -moz-background-size: cover;
   -webkit-transition: all 200ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}
@media (max-device-width: 768px) {
  .overlayFull2 { 
    background: #000;
  }
}

.carousel { z-index: -199; } /* keeps this behind all content */
.carousel .item {
  position: fixed; 
  background-color:#ffffff;
  left:0 !important;
  width: 100%; 
  height: 100%;
}
/*carousel*/
.carousel .active {
  opacity: 1 !important;
}

.rightOverlayControl, .leftOverlayControl {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .rightOverlayControl {
  right:30px;
  }
  .leftOverlayControl {
  left:30px;
  }
  
 
  .carousel-control.left, .carousel-control.right {
    background: none !important; filter: none !important; progid:none !important;
  }

/*THIS IS FOR THE INDEX PAGE CAPTIONS*/
.intro-header {
  height:55%;
  max-width:100%;
  width:100%;
  /*background: url(/img/black-fade.jpg);*/
  /*background-color: #292c2f;*/
  background-color: #000;*/
  overflow:hidden;
  padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
}
.intro-testimonial {
  width:50%;
  margin:0 auto;
}
.intro-message {
  position: relative;
  max-width:100%;
  z-index:300 !important;
  overflow:hidden;
}
 
.intro-message a{
  text-decoration:none;
  color:#fff;
}

.intro-message > h1 {
  max-width:100%;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 5em; 
  white-space: nowrap;
}

.intro-message > a {
  color:#fff;
  font-weight:300;
  max-width:100%;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 7em; 
  white-space: nowrap;
}
  
.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
  
.intro-message > h3 {
  font-size: 2.5em; 
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

intro-message-title {

}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px)
  and (-webkit-min-device-pixel-ratio : 4) 
  and (-webkit-device-pixel-ratio : 4)
  and (orientation: portrait) 
  {
  .intro-message > h1 {
    font-size: 85%;
  }
  .intro-header {
    height:100%;
    max-width:100%;
    overflow:hidden;
  }
}
  
@media (max-device-width: 1024px){
  .intro-message > h1 {
    font-size: 2.5em;
  }
  .intro-header {
  padding-top: 50px;
  height:100%;
  max-width:100%;
  overflow:hidden;
  }
}
@media (max-device-width: 767px){
  .intro-message > h1 {
  font-size: 2.3em;
  }
  .intro-message > h3 {
  font-size: 1.2em;
  }   
   .intro-message > h4 {
  font-size: 0.7em;
  }   
  .intro-message > a {
  font-size: 2.3em;
  }
  .intro-header {
  padding-top: 50px;
  height:100%;
  max-width:100%;
  overflow:hidden;
  }
  .intro-testimonial {
  width:80%;
  margin:0 auto;
}
}

.highlight {
  color: #de3c2f;
  border-color: #de3c2f; }



b {color:#ffffff;} 
  
.buttonText {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}


  .imageSwap {
    height:220px;
  }
  @media (max-width:720px) {
    .imageSwap {
      height:110px;
    }
  }
/* SWITCHER */

 .imageSwap {
  height:220px;
  }
  @media (max-width:720px) {
  .imageSwap {
  height:110px;
  }
  }
 .buffer {
  margin-bottom:100px;
  }
.mobileLoginIcon {margin-left:1px !important; margin-top:1px; margin-right:2px !important; list-style:none; }
/*STYLE SWITCH*/

/*Boxed Layout
------------------------------------*/
.boxed-layout {
   padding: 0;
   border-left: solid 1px #f7f7f7;
   border-right: solid 1px #f7f7f7;
}

/*Style Switcher
------------------------------------*/
i.style-switcher-btn {
   right: 0;
   top: 115px;
   color: #fff;
   font-size: 28px;
   cursor: pointer;
   z-index: 555555;
   position: fixed;
   padding: 10px 10px;
   background: #585f69;
   border-radius: 6px 0 0 6px !important;   
}

i.style-switcher-btn:hover {
   background:#707985;
}

i.style-switcher-btn-option {
   top: 115px;
   background: #9097a0;
}

i.style-switcher-btn-option:hover {
   background: #707985;
}

.style-switcher {
   right: 0;
   top: 115px;
   width: 655px;
   display: none;
   z-index: 555555;
   position: fixed;
   background: #585f69;
   border: solid 1px #666d76;
   padding: 15px 15px 15px 20px;
   border-radius: 6px 0 0 6px !important;
   z-index: 999999;
}
@media (max-width:767px)
{
.style-switcher {
   right: 0;
   top: 70px;
   width: 100%;
   display: none;
}

i.style-switcher-btn {
top: 70px;
}
}
.style-switcher-inner {
   background: #9097a0;
}

.style-switcher .theme-close {
   top: 10px;
   right: 6px;
   position: absolute;
}

.style-switcher .theme-close i {
   color: #fff;
   cursor: pointer;
   font-size: 18px;
   padding: 5px 7px;
   background: #464e5b;
}

.style-switcher .theme-close i:hover {
   color: #464e5b;
   background: #fff;
 }

.style-switcher .theme-heading {
   color: #fff;
   font-size: 16px;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.style-switcher-logo  {
   margin-top: 10px;
   padding-top: 15px;
   border-top: solid 1px #4c5159;
}

.style-switcher-logo a {
   display: block;
   text-align: center;
}

.style-switcher ul {
   margin-bottom: 0;
}

.style-switcher li {
   width: 26px;
   height: 26px;
   cursor: pointer;
   background: #c00;
   margin: 0 5px 5px 0;
   display: inline-block;
}

.style-switcher li.last {
   margin-right: 0;
}

.style-switcher li:hover,
.style-switcher li.theme-active {
   border: solid 2px #fff;
}

.style-switcher a.btn-u-green.active-switcher-btn {
   border: solid 1px #eee;
   background: #2ecc71 !important;
}

.style-switcher a.btn-u-sea.active-switcher-btn {
   border: solid 1px #eee;
   background: #1abc9c !important;
}

.style-switcher li.theme-default {
   background: #72c02c;
}
.style-switcher li.theme-blue {
   background: #3498db;
}
.style-switcher li.theme-orange {
   background: #e67e22;
}
.style-switcher li.theme-red {
   background: #e74c3c;
}
.style-switcher li.theme-light {
   background: #ecf0f1;
}

/*SEARCH BAR*/
/*Style Switcher
------------------------------------*/
i.style-search-btn {
   right: 0;
   top: 167px;
   color: #fff;
   font-size: 28px;
   cursor: pointer;
   z-index: 555555;
   position: fixed;
   padding: 7px 9px;
   background: #585f69;
   border-radius: 6px 0 0 6px !important;   
}

i.style-search-btn:hover {
   background:#707985;
}

i.style-search-btn-option {
   top: 168px;
   background: #9097a0;
}

i.style-search-btn-option:hover {
   background: #707985;
}

.style-search {
   right: 0;
   top: 167px;
   width: 355px;
   display: none;
   z-index: 555555;
   position: fixed;
   background: #585f69;
   border: solid 1px #666d76;
   padding: 15px 15px 15px 20px;
   border-radius: 6px 0 0 6px !important;
}

@media (max-width:767px)
{
.style-search {
   right: 0;
   top: 125px;
   width: 255px;
}
i.style-search-btn {
top:125px
}
}

.style-search-inner {
   background: #9097a0;
}

.style-search .theme-close {
   top: 10px;
   right: 6px;
   position: absolute;
}

.style-search .theme-close i {
   color: #fff;
   cursor: pointer;
   font-size: 18px;
   padding: 5px 7px;
   background: #464e5b;
}

.style-search .theme-close i:hover {
   color: #464e5b;
   background: #fff;
 }

.style-search .theme-heading {
   color: #fff;
   font-size: 16px;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.style-search-logo  {
   margin-top: 10px;
   padding-top: 15px;
   border-top: solid 1px #4c5159;
}

.style-switcher-logo a {
   display: block;
   text-align: center;
}

.style-search ul {
   margin-bottom: 0;
}

.style-search li {
   /* width: 76px;*/
   height: 46px;
   cursor: pointer;
   background: #c00;
   /*margin: 0 5px 5px 0;*/
   display: inline-block;
   border-radius:5px;
   border: solid 2px #fff;
}

.style-search li.last {
   margin-right: 0;
}

.style-search li:hover,
.style-search li.theme-active {
   border: solid 3px #fff;
}

.style-search a.btn-u-green.active-switcher-btn {
   border: solid 1px #eee;
   background: #2ecc71 !important;
}

.style-search a.btn-u-sea.active-switcher-btn {
   border: solid 1px #eee;
   background: #1abc9c !important;
}

.style-search li.theme-default {
   background: #72c02c;
}
.style-search li.theme-blue {
   background: #3498db;
}
.style-search li.theme-orange {
   background: #e67e22;
}
.style-search li.theme-red {
   background: #e74c3c;
}
.style-search li.theme-light {
   background: #ecf0f1;
}

/*END*/

.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'or';background-color:#5a5a5a;margin-top:-.1em;margin-left:-.9em;width:1.8em;height:1.8em;line-height:1.55;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;background-color:rgba(0,0,0,0);border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}
.alert-info {
  margin-bottom:0;
}

/* END SWITCHER */
/* CONFUOCO MEDIA */
  .overlay{
    position:fixed !important;
    top:0;
    }
hr.message-inner-separator
{
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
/* END MEDIA */