/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:700italic);

@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway);
body {
  margin: 0px;
}
nav {
  margin-top: 70px;
  padding: 10px;
  text-align: center;
  font-family: Adobe Caslon Pro;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.0);
}
#nav-1 {
  background: #fff;
}
#nav-2 {
 background: transparent;

}
#nav-3 {
  background: #EEA200;
}

.link-1 {
  transition: 0.3s ease;
  
  color: #000;
  font-size: 20px;
  text-decoration: none;

  padding: 20px 0;
  margin: 0 70px;
}
.link-1:hover {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  color: #000;
  padding: 6px 0; 
}

.link-2 {
  transition: 0.6s;
  color: #fff;
  font-size: 20px;
 text-decoration: none;
  border-right: 2px dotted transparent;
  padding: 20px 0;
  margin: 0 40px;
}
.link-2:hover {
   border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 6px 0; 
  
}
.link-3 {
  transition: 0.4s;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px;
}
.link-3:hover {
  background-color: #ffffff;
  color: #EEA200;
  padding: 24px 10px;
}
#img1
{ position:relative; height:400px;}
#img2
{position:absolute;z-index:1;
width:263px;
margin:0 auto;
 padding:1px;
background:#000;
border:1px solid #000;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;}
#txt1
{position: absolute; top: 230px; width: 178px; height: 46px; z-index: 2; font-family: Montserrat,sans-serif; font-size: 24px; left: 79px;color: #000; font-weight: 400;
font-size: 18px;
font-weight: 700;text-transform: uppercase;
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }




/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a{ color:#fff; text-decoration: underline; outline:none}
a:hover{ color:#fff; text-decoration: none; outline:none}

body{ background:#000; border:0; font: 14px 'Roboto', Arial, Helvetica, sans-serif; color:#a9a9ae ; line-height:22px; min-width:320px;}

.container { position: relative; min-width: 320px;}

#main{margin: 0 auto; position: relative; overflow: hidden;}



/* ============================= header ====================== */
#top1{background: url(../images/top1.png); width: 100%; position: fixed; left: 0; top: 0; z-index: 99; border-bottom: 6px solid #000;}

header{
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 31;
	height: 92px;
}
.logo
{
 font-size: 34px;
 font-family: 'Roboto';

 text-decoration: none;
}

.logo_wrapper
{
 padding-top: 1px;
}

.slides-container H2
{
	font-size: 60px;
	color: #fff;
}

/* ============================= content ====================== */
#home-subpage{padding-top: 0px;}
#home-subpage-inner{position: relative;}

#content{padding-top: 50px; padding-bottom: 50px;}
#content h3{padding-top: 20px;}
#content h2{padding-top: 0px;}

.page_slide{position: relative;}
.page_slide img{width: 100%; position: relative;}

.h1_wrapper{position: absolute; left: 0; top: 50%; margin-top: 0px; width: 100%; text-align: center;}



#home{position: relative; overflow: hidden;}
#slides_wrapper{position: relative; }

.home_link1{display: inline-block; width: 200px; height: 100px; text-decoration: none; position: absolute; left: 50%; margin-left: -100px; bottom: 7%; z-index: 10;}
.home_link1 .txt1{text-align: center; font-family: 'Roboto'; text-transform: uppercase;}
.home_link1 .over1{background: url(../images/arr1.png) center bottom no-repeat; min-height: 23px; margin-top: 15px;}
.home_link1 .txt1 {text-align: center; font-family: 'Roboto'; text-transform: uppercase;}
.home_link1 .over1{background: url(../images/arr1.png) center bottom no-repeat; min-height: 23px; margin-top: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.home_link1:hover .over1{margin-top: 35px;}

#events{position: relative;}

.home_link3{display: inline-block; width: 200px; height: 100px; text-decoration: none; position: absolute; left: 50%; margin-left: -100px; bottom: -50%; z-index: 10;margin-top: 250%;}
.home_link3 .txt2{text-align: center; font-family: 'Roboto'; text-transform: uppercase;}
.home_link3 .over2{background: url(../images/arr1.png) center bottom no-repeat; min-height: 23px; margin-top: 15px; }
.home_link3 .txt2{text-align: center; font-family: 'Roboto'; text-transform: uppercase; }
.home_link3 .over2{background: url(../images/arr1.png) center bottom no-repeat; min-height: 23px; margin-top: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.home_link3:hover .over2{margin-top : 35px;}

#slides_wrapper{position: relative;}
/* ============================= banner ====================== */
#banner_wrapper{ position: relative; background: #000; padding-top: 80px; padding-bottom: 80px;}

.banner_title_wrapper{text-align: center;}
.banner_title{display: inline-block; font-family: 'Roboto'; font-weight: 400; font-size: 36px; line-height: 36px; color: #fff; text-align: center; padding-top: 0px; padding-bottom: 15px; text-transform: uppercase; background: url(../images/px1.png) left bottom repeat-x;}

#banner{position: relative; padding-bottom: 0px; padding-top: 40px; }

.banner_prev{display: block; width: 49px; height: 49px; position: absolute; left: -60px; top: 50%; margin-top: -25px; z-index: 0;}
.banner_prev .over1{display: block; width: 100%; height: 100%; position: absolute; background: #fff; border: none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner_prev:hover .over1{opacity: 0.2; filter: alpha(opacity=20);}
.banner_prev .over2{display: block; width: 100%; height: 100%; position: absolute; background: url(../images/prev.png) center center no-repeat; opacity: 0.5; filter: alpha(opacity=50);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner_prev:hover .over2{opacity: 1; filter: alpha(opacity=100);}

.banner_next{display: block; width: 49px; height: 49px; position: absolute; right: -60px; top: 50%; margin-top: -25px; z-index: 0;}
.banner_next .over1{display: block; width: 100%; height: 100%; position: absolute; background: #fff; border: none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner_next:hover .over1{opacity: 0.2; filter: alpha(opacity=20);}
.banner_next .over2{display: block; width: 100%; height: 100%; position: absolute; background: url(../images/next.png) center center no-repeat; opacity: 0.5; filter: alpha(opacity=50);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner_next:hover .over2{opacity: 1; filter: alpha(opacity=100);}




#banner .carousel-box{position: relative;}
#banner .carousel-box .inner{position: relative; overflow: hidden; max-width: none; margin: 0;}
#banner .carousel.main{position: relative; overflow: hidden; margin: 0; padding: 0;margin-right: -30px; }
#banner .caroufredsel_wrapper{padding: 0; margin: 0;}
#banner .caroufredsel_wrapper ul{padding: 0; margin: 0;}
#banner .carousel-box ul li { float:left; display: inline-block; padding:0px 0px 0px 0px; position:relative; width:300px; overflow:hidden; padding-right:30px }

.banner{}
.banner .banner_inner{}
.banner .banner_inner a{display: block; text-decoration: none; position: relative; background: none; padding: 0px; text-align: left;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover{ background: none; }
.banner .banner_inner a figure{margin: 0; padding: 0px; position: relative; border: 2px solid #808080; padding: 5px; background: none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover figure{border-color: #fff;}
.banner .banner_inner a figure .img{width: 100%;}
.banner .banner_inner a figure em{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background: none; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover figure em{opacity: 1; filter: alpha(opacity=100);}
.banner .banner_inner a .caption{padding-top: 15px; text-align: center;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover .caption{}
.banner .banner_inner a .caption .txt1{font-family: 'Roboto'; font-size: 16px; line-height: 20px; color: #fff; text-transform: uppercase; padding-bottom: 10px;}
.banner .banner_inner a .caption .txt2{font-family: 'Roboto'; font-size: 14px; line-height: 20px; color: #f5ca8b; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid #303030;}
.banner .banner_inner a .caption .txt3{font-family: 'Roboto'; font-size: 13px; line-height: 18px; color: #777777;  padding-top: 10px; padding-bottom: 20px;}
.banner .banner_inner a .caption .txt4{display: inline-block; font-family: 'Roboto'; font-size: 13px; line-height: 20px; color: #fff; padding: 10px 15px; border: 1px solid #fff; text-tra nsform: uppercase; opacity: 0.5; filter: alpha(opacity=50); -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.banner .banner_inner a:hover .caption .txt4{opacity: 1; filter: alpha(opacity=100);}
/* ============================= banner end ====================== */

#programs{position: relative;}
#programs1{position: relative; background: #000; color: #fff;}
#programs2{position: relative; background: #fff; color: #000;}
#programs3{position: relative; background: #190504; color: #fff;}

.programs{}
.programs .box{width: 50%; float: left;}
#programs2.programs .box{float: right;}

.programs .img{width: 100%;}

.programs .pad{padding-top: 25px;}
.programs .pad_left{padding-left: 10%;}
.programs .pad_right{padding-right: 10%;}

#programs2 h3{color: #000; background-image: url(../images/px1_dark.png);}

#programs2 .btn1{color: #000; border-color: #000;}

#dj{position: relative; background: url(../images/dj_bg.jpg) center center no-repeat #000;background-size: cover; padding-top: 90px; padding-bottom: 60px;}

#dj .title_wrapper{text-align: center;padding-bottom: 30px;}
#dj .title{display: inline-block; font-family: 'Roboto'; font-weight: 400; font-size: 36px; line-height: 36px; color: #fff; text-align: center; padding-top: 0px; padding-bottom: 15px; text-transform: uppercase; background: url(../images/px1.png) left bottom repeat-x; }


#contacts2{background: #03246D; position: relative; padding-top: 80px; padding-bottom: 80px; color: #fff}

#contacts2 h3{color: #fff; background-image: url(../images/px1_dark.png);}

.location1{font-family: 'Roboto'; font-size: 16px; padding-bottom: 10px; line-height: 24px; color: #fff;}

.phone3_wrapper{color: #fff;}
.phone3{display: inline-block; color: #fff; font-size: 24px; font-weight: 300; line-height: 36px; padding:0px 0px; font-family: 'Roboto';}
.phone3 i{color: #fff; font-size: 36px; float: left; padding-right: 10px; width: 50px; text-align: center;}
.phone3 span{display: table;}

.mail1_wrapper{}
.mail1{display: inline-block; color: #fff; font-size: 24px; font-weight: 300; line-height: 36px; padding:0px 0px; font-family: 'Roboto';}
.mail1 a{color: #fff;}
.mail1 i{color: #fff; font-size: 36px; float: left; padding-right: 10px; width: 50px; text-align: center;}
.mail1 span{display: table;}

#google_map{position: relative;}
.google_map{width: 100%; position: relative; overflow: hidden; margin: 0; padding: 0px; background: #fff; border: none; line-height: 1px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.google_map iframe{position: relative; overflow: hidden; width: 100%; height: 420px; border: none; background: #fff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;line-height: 0;}



/* ============================= footer ====================== */
#bot1{position: relative; background: #2c2c33; padding-top: 90px; padding-bottom: 80px;}

.logo2_wrapper{float: left;}
.logo2_wrapper a{display: inline-block;}

.social_wrapper{float: right;}

.social_txt{float: left; font-family: 'Roboto'; color: #e2e2e2; font-size: 18px; line-height: 20px; padding-top: 22px; padding-right: 30px; text-transform: uppercase;}

.social{ float: left; margin: 0; padding: 0; padding-top: 0px; list-style: none;}
.social li{display: inline-block; margin: 0px 5px 5px;}
.social li a{display: block; width: 64px; height: 64px; text-decoration: none; background: url(../images/social_ic1.jpg) left top no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.social li a:hover{background-position: bottom;}

.social li.nav1 a{background-image: url(../images/social_ic1.jpg);}
.social li.nav2 a{background-image: url(../images/social_ic2.jpg);}
.social li.nav3 a{background-image: url(../images/social_ic3.jpg);}
.social li.nav4 a{background-image: url(../images/social_ic4.jpg);}
.social li.nav5 a{background-image: url(../images/social_ic5.jpg);}
.social li.nav6 a{background-image: url(../images/social_ic6.jpg);}

footer{position: relative; padding: 50px 0; background: #000;}

.footer_inner{}

.copy1{float: left; color: #777777;}

.copy2{float: right; color: #777777;}
.copy2 a{color: #f5ca8b;}





/* ============================= parallax ====================== */
.parallax {width: 100%; position: relative; overflow: hidden; background: #000; color: #ffffff;}
.parallax, .parallax .parallax-content, .parallax .overlay { height: 100%;}

.parallax-bg { width: 100%; height: 100%; left: 0; top: 0; margin: 0 auto; position: absolute; background-size: cover; background-attachment: scroll; background-repeat: repeat-y; background-position: center center; }
.parallax-bg.bg-fixed{background-attachment: fixed;}
.parallax .overlay { background: none; width: 100%; position: absolute; overflow: hidden; }
.parallax .container { }
.parallax-content { padding-top: 80px; padding-bottom: 80px;t}

.bg1 { background-image: url(../images/parallax1.jpg); }

#parallax1{text-align: center;}
#parallax1 .txt1{}
#parallax1 .txt1 span{display: inline-block; font-family: 'Roboto'; font-weight: 400; font-size: 36px; line-height: 36px; color: #fff; text-align: center; padding-top: 0px; padding-bottom: 15px; background: url(../images/px1.png) left bottom repeat-x;}
#parallax1 .txt2{font-family: 'Roboto'; font-size: 14px; line-height: 22px; font-weight: 400; color: #fff; padding-top: 25px; padding-bottom: 25px;}
#parallax1 .txt3{}
#parallax1 .txt3 a{display: inline-block; text-decoration: none; font-family: 'Roboto'; font-weight: 700; font-size: 18px; line-height: 20px; color: #fff; padding: 20px 25px; border: 4px solid #fff; text-transform: uppercase; opacity: 1; filter: alpha(opacity=100); 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#parallax1 .txt3 a:hover{opacity: 0.5; filter: alpha(opacity=50);}

.bg2 { background-image: url(../images/parallax2.jpg); }

#parallax2{}
#parallax2 .overlay { background: url(../images/pattern2.png);}
#parallax2 .block1{display: table; width: 100%;}
#parallax2 .block1 .box_inner{display: table-cell; vertical-align: middle;}
#parallax2 .block1 .img{margin-left: auto; margin-right: auto;}
#parallax2 .block3{text-align: center;}
#parallax2 .block3 ul{display: inline-block;}


.vl1{background: url(../images/vl1.png) center top repeat-y;}

.vl2{background: url(../images/vl2.png) center top repeat-y;}

.ul1{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul1 > li{font-weight: 400; font-family: 'Roboto'; font-size: 18px;color: #fff;line-height: 24px; padding:6px 0;}
.ul1 > li i{color: #d7d7d7; font-size: 24px; float: left; padding-right: 10px; width: 50px; text-align: center;}
.ul1 > li span{display: table;}

.bg3 { background-image: url(../images/parallax3.jpg); }

#parallax3{}

.time1_wrapper{}
.time1{display: inline-block; font-family: 'Roboto'; color: #fff; font-size: 24px; font-weight: 400; line-height: 24px; text-transform: uppercase;}
.time1 i{color: #fff; font-size: 160px; float: left; padding-right: 60px;}
.time1 span{display: table; padding-top: 20px;}
.time1 span .txt2{font-weight: 700; font-size: 48px; line-height: 48px; color: #fff; padding-top: 10px;}



/* ============================= main menu ====================== */
.navbar_ { margin: 0; padding: 0; background: none; border:none; position: relative;z-index: 30; min-height: 0; float: right;}
.navbar_ .navbar-toggle { background: #1f1f1f; border: none;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-top: 19px; margin-bottom: 20px; margin-right: 5px;}
.navbar_ .navbar-toggle:hover, .navbar_ .navbar-toggle:focus{background: #323232;}
.navbar_ .navbar-toggle .icon-bar{background: #fff;}
.navbar-collapse_{padding-left: 0; padding-right: 0; border: none;}
.navbar_ .nav{position: relative; margin: 0; padding: 0; display: block; float: none;}
.navbar_ .nav > li{position: relative; display: block; float: left; white-space: nowrap; background: none; margin-left: 10px;}
.navbar_ .nav > li:first-child{margin-left: 0;}
.navbar_ .nav > li > a{display: block; text-decoration: none; background: none; font-family: 'Roboto'; font-weight: 400; font-size: 14px; line-height: 71px; color: #fff; text-shadow:none; padding: 0px 15px; border: none; margin: 0; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; text-align: center; text-transform: uppercase;
transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -webkit-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out;
}
.navbar_ .nav > li > a em{display: inline-block; width: 10px; height: 6px; background: url(../images/marker0.png) right center no-repeat; margin-left: 10px;}

.navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{color: #f5ca8b; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus{color: #f5ca8b; text-decoration: none; background: none; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}


.sub-menu ul{ position: absolute; display: none; left: 0; top: 77px; list-style: none; zoom: 1; z-index: 109; margin: 0; padding:0px; background: #1f1f1f; text-align: left; border: 1px solid #000; }
.sub-menu li{ margin: 0; position: relative; zoom: 1; display: block; border-top: 1px solid #000;}
.sub-menu li:first-child{border-top: none;}
.sub-menu li a{display: block; position: relative; font-family:'Roboto'; font-weight: 400; font-size: 12px; line-height: 20px; color: #d0d0d0; text-decoration: none; padding: 9px 30px 9px 15px; text-transform: uppercase;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.sub-menu li a:hover{ text-decoration: none; color: #f5ca8b; background: #323232;}

.sub-menu li a em{display: inline-block; width: 5px; height: 10px; background: url(../images/marker1.png) left top no-repeat; position: absolute; right: 8px; top: 50%; margin-top: -5px;}
.sub-menu li a:hover em{background-position: bottom;}

.sub-menu-1 > ul{}

.sub-menu-2 > ul{left: 100%; top: -1px; margin-left: 0px; background: #292929;}






/* ============================= toTop ====================== */
#toTop { display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; z-index: 1000; overflow:hidden; width:50px; height:50px; border:none; text-indent:100%; background:url(../images/totop.gif) no-repeat left top; }
#toTopHover { background:url(../images/totop.gif) no-repeat left bottom; width:50px; height:50px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); }
#toTop:active, #toTop:focus { outline:none; }


/* ============================= main layout ====================== */
h1{display: inline-block; font-family:'Roboto'; font-weight:500; font-size:56px; color:#fff; line-height:36px; padding:0px 0  20px 0; margin: 0 0 0px; background: url(../images/px1.png) left bottom repeat-x; text-transform: uppercase;}



h3{ font-family:'Roboto'; font-weight:400; font-size:24px; color:#fff; line-height:24px; padding:20px 0  20px 0; margin: 0 0 20px; background: url(../images/px1.png) left bottom repeat-x; text-transform: uppercase;}








.img-responsive-old{display: block; max-width: 100%; height: auto;}

.border-box{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}





/* === */
.color1{color: #fff;}

.ul2{ padding: 0; margin: 0; list-style: none; padding-bottom: 0px;}
.ul2 > li {color: #f5ca8b ; font-family: 'Roboto'; font-size: 18px; line-height: 20px; padding:0px 0 15px; margin: 0px 0px 15px 0px; border-bottom: 1px solid #333333;}
.ul2 > li a{display: block; color:#f5ca8b; text-decoration: none; background: url(../images/li_st2.png) left center no-repeat; padding-left: 25px;}
.ul2 > li a:hover{color:#fff; text-decoration: none;}

.testimonial1{}
.testimonial1 .txt1{background: url(../images/testimonial1.png) 20px 20px no-repeat #000; padding: 25px 25px 25px 60px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; font-style: italic; border: 3px solid #2c2c33;}
.testimonial1 .txt1 b{font-style: normal; color: #fff; padding-top: 10px; display: inline-block;}
.testimonial1 .txt2{background: url(../images/testimonial2.png) 35px 0 no-repeat; padding-left: 0px; padding-top: 30px; margin-top: -3px;}
.testimonial1 .txt2 a{font-family: 'Roboto'; font-weight: 700; color: #f5ca8b; text-transform: uppercase; text-decoration: none;}
.testimonial1 .txt2 a:hover{color: #fff;}





/*-----btn-----*/
.btn-default.btn1{display: inline-block; background: none; font-family: 'Roboto'; margin-top: 10px; margin-bottom: 10px; color: #fff; font-size: 14px; line-height: 20px; font-weight: 700; padding: 15px 25px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: 4px solid #fff; text-transform: uppercase; opacity: 0.5; filter: alpha(opacity=50);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.btn-default.btn1:hover{opacity: 1; filter: alpha(opacity=100);}








/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: #e7e0d7; border: 1px solid #c4bdab;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}

.thumbnail .caption{padding: 0; color: #666666}

.thumb1 {margin-bottom: 30px;}
.thumb1.last {margin-bottom: 0px;}
.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb1 .thumbnail a{text-decoration: none;}
.thumb1 a figure{margin: 0; float: none; margin:0px 0px 20px 0px; text-align: center;}
.thumb1 a figure img{border-radius:10%; -moz-border-radius:50%; -webkit-border-radius:50%; max-width: 100%; border: 4px solid transparent;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 a:hover figure img{border-color: #fff;}
.thumb1 a .caption{text-align: center;}
.thumb1 a .caption .txt1{font-family: 'Roboto'; font-size: 18px; line-height: 20px; color: #f5ca8b; padding-bottom: 5px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 a:hover .caption .txt1{color: #fff;}
.thumb1 a .caption .txt2{font-family: 'Roboto'; font-size: 14px; line-height: 20px; color: #777777;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb1 a:hover .caption .txt2{color: #fff;}

.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb2 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb2 figure img{width: 100%;}
.thumb2 .caption{}


/*================= queryLoader =========================*/
#load {width: 100%;height: 100%;position: fixed;overflow: hidden;z-index: 1001;	background-color: #000;}
#qLoverlay{background: #000!important;}
#qLbar{background: #fff!important;}
#qLpercentage{color: #fff!important; font-family: 'Roboto'; font-weight: 700; font-size: 40px!important; line-height: 1;}



/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }

#ajax-contact-form .form-group{margin-left: 0; margin-right: 0;}
#ajax-contact-form .form-group label{color: #333333;}
#ajax-contact-form .form-control{height: 38px; padding: 8px 12px; font-size: 14px; line-height: 20px; color: #999999; background: #fff;border: 1px solid #ccc;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
#ajax-contact-form .form-control:focus{border-color: #66afe9;}
#ajax-contact-form textarea.form-control {height: auto;}
#ajax-contact-form .form-group.capthca{float: left; margin-right: 30px;}
#ajax-contact-form .form-group.capthca input{width: 170px;}
#ajax-contact-form .form-group.img{float: left;}
#ajax-contact-form .form-group.img img{width:170px; height:38px;}

.btn-default.btn-cf-submit{display: inline-block; background: none; color: #fff; font-family: 'Roboto'; font-size: 14px; line-height: 20px; font-weight: 700; padding: 16px 50px; text-decoration: none;border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; border: 4px solid #fff; text-transform: uppercase; 
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.btn-default.btn-cf-submit:hover{opacity: 1; filter: alpha(opacity=100);}



/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1220px) {
 .container { padding: 0; }
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1219px) {
	#banner{padding-bottom: 80px;}

	.banner_prev{left: 50%; margin-left: -60px; top: auto; bottom: 0;}
	.banner_next{right: 50%; margin-right: -60px; top: auto; bottom: 0;}


}
@media (min-width: 992px) and (max-width: 1219px) {



}
/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {
	.navbar_ .nav > li{margin-left: 0;}
	.navbar_ .nav > li > a{padding-left: 10px; padding-right: 10px;}

	#bot1{text-align: center;}

	.logo2_wrapper{float: none; text-align: center;}

	.social_wrapper{float: none; display: inline-block; padding-top: 0px;}

	.social_txt{float: none; padding-bottom: 30px;}

	.social{float: none;}



}
@media (min-width: 768px) and (max-width: 991px) {




}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.navbar_ {float: none; height: 71px; margin-bottom: 0;}
	.navbar-collapse_{clear: both; margin-left: -15px; margin-right: -15px;}
	.navbar_ .nav{display: block; background: #000; border-right: none;}
	.navbar_ .nav > li{float: none;background: none; border-left: none;}
	.navbar_ .nav > li > a{margin-bottom: 0; line-height: 40px;}
	.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li > a:hover, .navbar_ .nav > li > a:focus, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover{}
	.sub-menu ul{position: relative; left: 0; top: 0;}

	.programs .box{width: auto; float: none;}

	#programs2.programs .box{float: none;}

	.programs .pad{padding-bottom: 20px; padding-top: 0;}
	.programs .pad_left{padding-left: 0;}
	.programs .pad_right{padding-right: 0;}

	#parallax2 .block1{padding-bottom: 15px;}
	#parallax2 .block2{display: none;}

	footer{text-align: center;}

	.copy1{float: none;}
	.copy2{float: none; padding-top: 15px;}

	.page_slide img{width: 800px; left: 50%; margin-left: -400px;}

	.h1_wrapper{top: 60%;}

	h1{font-size: 26px; line-height: 26px; padding-bottom: 15px;}

	.vl2{background: none;}







}
@media (min-width: 481px) and (max-width: 767px) {



}
/* Landscape phones and down */
@media (max-width: 480px) {
	.google_map iframe{height: 240px;}

	.page_slide img{width: 600px; left: 50%; margin-left: -300px;}

	.h1_wrapper{top: 65%;}

	h1{font-size: 18px; line-height: 20px; padding-bottom: 10px;}



}
