/*****************  BASIC *******************/


h1,h2,h3 { font-family: 'Montserrat', sans-serif;}
h3{color:#4e4e4e;}
h4{ font-family: 'Montserrat', sans-serif;}
::selection {
    text-shadow: none;
    background: #65CCEE; 
    color:white;
}
h5{ line-height: 19px;  }
a, a:hover {
    text-decoration: none;

}

p{width: 80%; }

.bold {  font-weight: 800; letter-spacing: 1px;}
.blue { color:#65CCEE;  }
.white {color: white;}
.space { padding-top: 30px; padding-bottom: 25px; }
.space_bottom { margin-bottom: 30px; }
.left { text-align: left;  }
.sep {                          /**HEADING UNDERLINE*/
  max-width:40px;
  border: 1px solid #65CCEE; 
  margin-top: 30px;
  margin-bottom: 40px;

}

.sep2{
    width:100%;
    border: 1px solid #65CCEE;
    margin-top: 30px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {

  .left { text-align: center;  }
  p{width: 100%;}
 }

/*****************  NAVBAR *******************/

/**NAVBAR 1**/

.navbar-inverse { background:#65CCEE; color:white; }
.navbar2 {
  position: relative;
  min-height: 40px;
  border: none; 
  margin-bottom: 0px;
}
.navbar2 ul { float:left;  list-style-type: none; margin:0; padding:0;}
.navbar2 ul li { text-decoration: none; float:left;  }
.navbar2 ul li a { font-family: 'Montserrat', sans-serif; font-weight: 400; display: inline-block; letter-spacing: 1px;
    color: white;
    text-align: center;
    padding: 0px 15px; 
	padding-top: 10px;}
.navbar2 ul li a:hover {color:black;}
.navbar2 ul li a.active { ;
    color: black;
    }
	
.nav-right { visibility:visible;}
.nav-right li{ margin-right:30px; margin-top:1px;}
ul.nav-right a { font-family: 'Montserrat', sans-serif; font-size:11px; font-weight:bold; }
ul.nav-right a:hover { color:black;}
ul.nav-right > .active2 > a{ color:black;}

.nav-left li a {margin-right: 10px;  }
.active2 { color:black; }


/**NAVBAR MAIN **/

.navbar-default { background:white; }
.navbar-brand { position: relative; z-index: 2; margin-top: -2px; margin-left:2px; }
.navbar-brand img { height:55px;}

.navbar {
  position: relative;
  min-height: 80px;
  border: none; 
  margin-bottom: 0px;
  background:white; 
  box-shadow: 0px -5px 74px -16px rgba(0,0,0,0.12);
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #65CCEE;
}


.navbar .navbar-collapse { position: relative; }
.navbar .navbar-collapse .navbar-right > li {margin-top:-5px;}
.navbar .navbar-collapse .navbar-right > li > a { padding-right:45px;  letter-spacing:1px; background-color: transparent; line-height:22px; font-weight:bold; font-size:12px; font-family: 'Montserrat', sans-serif; font-weight: 400;}
.navbar .navbar-collapse .navbar-right > li > a:hover {
    color:#65CCEE; background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #65CCEE; 
    background-color: transparent;

}

.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: white; }
.navbar.navbar-inverse .nav-collapse { background-color: #222; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; }
.nav-collapse>li { float: right; }
.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }
.navbar .navbar-collapse {
    position: relative;
  
    margin-top: 18px;
}
.collapse .navbar-collapse .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #65CCEE;
    background-color: white;

}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #65CCEE;
    background-color: white;
}

li.mobile { display:none;}
li.mobile.center { text-align: center; }








@media screen and (max-width: 815px) {
	
	.nav-right {visibility:hidden; display:none;}	
	 li.mobile { display:inline-block; width:100%; }	

	.navbar {  min-height: 70px; }
	.navbar-brand img { height:40px; }
	.navbar-brand {  margin-top: 2px; }
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }    	
    .nav-collapse>li { float: right; }
    .navbar .navbar-collapse .navbar-right > li > a {
		padding-right: 05px;
    font-size: 10px;
		letter-spacing: 0.5px;
		background-color: transparent;
		line-height: 25px;
	  }
	.btn-danger {  	
		border-radius: 10px;
		font-size:10px;
	}
  .nav-left li a {margin-right:0px;  }


}


/*****************  CAROUSEL *******************/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-buttons div{
    position: relative;
    top:-45px;
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
	text-align:center;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    top: 10%;
    z-index: 10;
    
    padding-top: 20px;
   
    color: #fff;
    text-align: left;
    text-shadow: none;
}

.carousel-caption { text-align: left;  margin-bottom:120px;}
.carousel-caption h1 {  font-size: 70px;  color: black; margin: 0px;}
.carousel-caption h1.bold {  font-weight: 800; letter-spacing: 5px;}


@media screen and (max-width: 1200px) {

      .carousel-caption h1 {  font-size: 40px;}
}



@media screen and (max-width: 768px) {
    
        .carousel-caption {
   			 bottom: 0;
			 margin-bottom:50px;
			}
        .carousel-caption h1 { font-size: 100%;}
        .carousel-caption h1.bold {  font-weight: 800; letter-spacing: 1px;}
        .carousel-caption p { font-size: 50%;padding-bottom:0px; }
        .carousel-caption .btn-default {
    color: white;
    letter-spacing: 0.5px;
    background-color: #64b0ed;
    padding: 5px 8px;
    border: thin solid #64b0ed;
    border-radius: 0px;
    font-size: 09px;
}

}


/*****************  SECTIONS *******************/


section { display: block; text-align: center; margin-top:80px; margin-bottom:90px;  }
section p {letter-spacing:0.5px;}

/***BUTTON***/

a.button {  color: black;
    background-color:white; 
    border-color: white;  
  border-radius:0px;
  font-size:11px;
  padding:15px 35px;
  letter-spacing: 4px; 
 -webkit-box-shadow: -5px 16px 106px -17px rgba(0,0,0,0.66);
-moz-box-shadow: -5px 16px 106px -17px rgba(0,0,0,0.66);
box-shadow: -5px 16px 106px -17px rgba(0,0,0,0.66);

}

a.button:hover {  color:white; 
  background-color:#65CCEE; 
  border-color:#65CCEE;  transition-duration: 0.5s; }




@media screen and (max-width: 768px) {
    
        section {margin-top:35px; margin-bottom:35px;  }
		section h1 { font-size:30px;}
		
}



/*****************  BLOCKS/ WHY CHOOSE VC *******************/


.block {                           
  position:relative;
  width:100%;
  padding: 60px 0px;

}


.bg2 { background:url(../img/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  

.bg3 { background:url(../img/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}  


.bg4 {background-color:#f5f5f5;
}  


.bg5 {background-color:#dae0e3;
}  


@media screen and (max-width: 768px) {
.block {                           
  position:relative;
  width:100%;
  padding: 20px 0px;

}
.space { padding-top: 10px; padding-bottom: 10px; }



}


/***************** ANNOUNCEMENTS *******************/

.panel-default>.panel-heading {
    color: white;
    background-color: #65CCEE;
    border-color: #65CCEE;
    padding: 10px 0px;
}

.panel {
  margin-bottom: 40px;
  padding:10px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
 -webkit-box-shadow: -5px 16px 106px -34px rgba(0,0,0,0.23);
-moz-box-shadow: -5px 16px 106px -34px rgba(0,0,0,0.23);
box-shadow: -5px 16px 106px -34px rgba(0,0,0,0.23);
}






/*****************  BLOCK/ FOOTER 1 *******************/
.block2 {                           
  position:relative;
  width:100%;
  padding: 60px 0px;
  box-shadow:0px 9px 74px -11px rgba(0,0,0,0.11);

}

.block3 {                           
  position:relative;
  width:100%;
  padding:30px 0px;
 

}

a.footer_button {  color:#65CCEE; margin-right: 35px; text-align: center; }
a.footer_button:hover {  color:#3ba1c3;  opacity: 1;}

.block3 {                           
  position:relative;
  width:100%;
  padding:30px 0px;

}



@media screen and (max-width: 768px) {

a.footer_button { display: inline-flex; color:#65CCEE; margin-right: 0px; text-align: center; padding:5px;}




}




/************FOOTER2*************/


.footer2 h4{text-align: left; color:#64b0ed;}
.footer2 a {text-align: left; color:#65CCEE;}
.footer2 a:hover {text-align: left; color:#727272;}

.footer2 p {text-align: left;}


#social { margin-top: 50px;  }
#social a { padding:10px;  color:#65CCEE; opacity:1;}
#social a:hover { opacity:0.75;}

#social i { font-size: 30px;}

#address { margin-top: 20px; }

@media screen and (max-width: 768px) {

  #address h4  { font-size: 12px; line-height: 18px;}
}




/*************************************** TOP THE TOP DIV *************************************/



.cd-top {

  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #65CCEE url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #65CCEE;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1200) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  .thumbnail{
      min-height:460px;
  }
}

/*below media queries are to fix the heights of div boxes in brand details*/
@media only screen and (min-width: 994px){
    .thumbnail{
        min-height:500px;
    }
    
}

@media only screen and (min-width: 678px){
    .thumbnail{
        min-height:500px;
    }
    
}





/*************************************** EVENTS *************************************/
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
        line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    

}
.thumbnail:hover {
    cursor: pointer;
}

.caption p { text-align: left; width: 95%; height: 150px; padding-bottom: 20px; margin-bottom: 20px; }
.caption h4 { font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    color: #65CCEE; }


@media screen and (max-width: 768px) {
 .caption p { text-align: left; width: 95%; height:auto; padding-bottom: 20px; margin-bottom: 20px; }

}





/*************************************** RECIPIES *************************************/
.recipy { margin-bottom:50px; height: 340px; }
.recipy h4{ line-height: 22px; }


@media screen and (max-width: 768px) {
  .recipy { margin-bottom:50px; height: 180px;}
  .recipy img { height: auto; width: 70%;}
.recipy h4{ font-size: 90%; line-height: 18px;}
.recipy p{ font-size: 90%; }
}

/*************************************** CONTACT US *************************************/
.contact-form{ margin-top:15px;}
.contact-form .textarea{ min-height:220px; resize:none;}
.form-control{ box-shadow:none; border-color:#eee; height:49px;}
.form-control:focus{ box-shadow:none; border-color:#65CCEE;}
.form-control-feedback{ line-height:50px;}
.main-btn{ background:#65CCEE; border-color:#65CCEE; color:#fff; border-radius: 0px;}
.main-btn:hover{ background:white;color:#65CCEE;}
.form-control-feedback {
line-height: 50px;
top: 0px;
}



/*************************************** CAREERS *************************************/

.panel-body p { font-family: 'Montserrat', sans-serif; color:gray; letter-spacing: -0.3px;  }
.panel-body a { color:black; text-decoration: underline;  }
.panel-body a:hover { color:#65CCEE; text-decoration: underline;  }

@media screen and (max-width: 768px) {
 .panel-body p { font-family: 'Montserrat', sans-serif; color:gray; letter-spacing: -0.3px; font-size: 10px;  }
 .panel-body a {   font-size: 10px;}
.panel-body a:hover {font-size: 10px;  }
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: gray;
}

input[type=file] {
    display: block;
    background: white;padding: 10px 12px;
    margin-bottom: 10px; 
}

.brandlogo{
    width: 288px;
    height:162px;
}

/*************************************** ABOUT US *************************************/

.vision { background: #65CCEE; width: 50%; height: 250px; padding-top: 20px; }
.mission { background: #c5c8c9; width: 50%; height: 250px; padding-top: 20px;}

.vision h2 { color: white ; font-weight:800; }
.mission h2 { color: white ; font-weight:800; }

.vision p { color: white ;  padding-top: 10px;}
.mission p { color: white ; padding-top: 10px; }
/****************************************************/





@media screen and (max-width: 768px) {


    .vision { background: #65CCEE; width: 100%; height: 250px; padding-top: 20px; }
    .mission { background: #c5c8c9; width: 100%; height: 250px; padding-top: 20px;}

}

.dropdown ul li a{
    color: black;
}

.dropdown ul li a.adjust {
    padding-bottom:10px;
}

.dropdown ul li a:hover{
    background:transparent;
    color:#65CCEE;
}


img.about_bg{
    max-width:60%;
    margin-bottom:30px;
}

.thumbnail {
    height: 400px;
}