html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
.clearfix {
	clear:both;
	margin:0;
	padding:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.Vertical_Dev {
  position: relative;
  height:200px;
}
.Vertical_Dev .VertClosed {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/*---------------------------------------CSS RESETS-----------------------------------------*/
header {	
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}
.Strap_Line {
  padding: 11px 0;
  font-size: 15px;
  color: #fff;
  background: #0071b1;
}
.Strap_Line p {
  float: left;
  padding:4px 0 4px 25px;
  margin-right: 33px;
}
.Strap_Line p.phone {
  background: url(../images/phone.png) no-repeat 0 0;
}
.Strap_Line p.email {
  background: url(../images/email.png) no-repeat 0 0;
  padding:4px 0 4px 33px;
}
.Strap_Line img {
  display: inline-block;
}
.Bucha_Nav {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  background: #009cdf url(../images/nav_bg.png) repeat-x 0 0;
  min-height: 66px;
  font-family: 'Lato', sans-serif;
}
.Bucha_Nav a {
  color: #fff;
  font-size: 18px;
  padding: 23px 21px !important;
}
.Bucha_Nav .nav > li > a:hover, .Bucha_Nav .nav > li > a:focus {
  background: none;
  text-decoration: underline;
}
.dropdown-menu {
  min-width: 210px;
}
.dropdown-menu > li > a {
  padding: 10px !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #0071b1;
  color: #fff;
}
.navbar-brand {
	margin-top: 20px;
}
.header {
  width: 100%;
  padding: 20px 0;
}
.Area_icon {
  width: 235px;
}
.Area_icon img {
  float: left;
  margin-right: 20px;
}
.Area_icon p {
  padding: 10px 0 0 0;
}
.Bucha_Nav a.support-btn  {
  background: #003c5e;
}
.Bucha_Nav a.support-btn:hover {
  background: #161616 !important;
  text-decoration: none !important;
}


/* Main Slider */
/*-----------------------------------*/
.main-slider .item {
  background-position: center center;
  background-repeat: repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding: 240px 0 40px;
  margin: 0;
  border: none;
  min-height: 670px;
  font-family: 'Raleway', sans-serif;
}
.main-slider {
  background-color: #000;
  text-align: left;
  /*Controls*/
}
.main-slider .animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}
.main-slider h1 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.main-slider p {
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 22px;
} 
.Slider_buttons1 {
  background: #f35f24;
  border: none;
  color: #fff;
  border-radius: 23px;
  padding: 10px 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0 10px 10px 0;
  transition: all 0.3s ease 0s;
}
.Slider_buttons2 {
  background:none;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 23px;
  padding: 8px 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin:0 10px 10px 0;
  transition: all 0.3s ease 0s;
}
.Slider_buttons1:hover {
  background: #000;
  color: #fff;
}
.Slider_buttons2:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.main-slider .carousel-control {  
  display: block;
  padding: 15% 0;
  font-size: 100px;
  opacity: 10;
  width: auto;
}
.main-slider .carousel-indicators {
  top: 620px !important;
  left: 50%;
  bottom: auto;
  z-index: 15;
  width: auto;
  padding: 0;
  margin: 0 0 0 -50px;
}
.main-slider .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.main-slider .carousel-indicators li.active {
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .main-slider .carousel-indicators {
    margin-left: -470px;
  }
  .main-slider .page-title {
    font-size: 42px;
  }
  .main-slider .item {
    padding-top: 170px;
    min-height: 560px;
  }
}
@media (max-width: 991px) {
  .main-slider .carousel-indicators {
    margin-left: -360px;
  }
  .main-slider .page-title {
    font-size: 34px;
  }
  .main-slider .item {
    padding-top: 120px;
    min-height: 500px;
  }
  .main-slider .page-desc {
    font-size: 15px;
    padding: 14px 4px 20px 20px;
  }
  .main-slider .carousel-control {
    font-size: 80px;
    padding: 24% 0;
  }
}
@media (max-width: 767px) {
  .main-slider .carousel-indicators {
    left: 15px;
    margin-left: 0;
  }
  .main-slider .page-title {
    font-size: 32px;
    margin-top: 0;
  }
  .main-slider .item {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .main-slider .carousel-indicators {
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
  .main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }  
}
@media (max-width: 479px) {
  .main-slider .page-title {
    font-size: 22px;
  }
  .main-slider .item {
    padding-top: 60px;
    min-height: 440px;
  }
  .main-slider .page-desc {
    font-size: 13px;
    margin-right: 0;
  }
  .main-slider .page-desc .angle {
    display: none;
  }
  .main-slider .carousel-control {
    font-size: 50px;
    padding: 2% 0;
  }
}


.Content_Box {
  font-family: 'Roboto', sans-serif;
  width: auto;
}
.Content_Box h2 {
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
}
.Content_Box h2 span {
  display: block;
  color: #5fd2fb;
  font-size: 86px;
}
.Default {
  width: 100%;
  padding: 55px 0;
}
.Default ul {
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px 17px;
  padding: 0; 
}
.Default ul li {
  list-style-type: disc;
  color: #5d5d5d;
  font-size: 17px;
  margin-bottom: 5px;
}
.Default p {
  padding-bottom: 10px;
}
.Welcome {
  position: relative;
  background: url(../images/headings_tab.png) no-repeat bottom center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.Welcome img {
  position: absolute;
  top: -8px;
  right: 276px;
}
.Welcome h1 {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #5d5d5d;
  text-transform: uppercase;
}
.Welcome h2 {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  color: #5d5d5d;
  text-transform: uppercase;
}
.Default p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #5d5d5d;
  line-height: 21px;
}

.Event_Area {
  background: #e7e7e7;
}
.Ev_Caller {
  font-family: 'Lato', sans-serif;
}
.Ev_Caller h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #5d5d5d;
  text-transform: uppercase;
}
.Ev_Caller p {
  padding-bottom: 20px;
}
.Ev_Caller img.blog-img {
  margin-bottom: 20px;
}
.blog_task {
  font-size: 14px;
  color: #5d5d5d;
  position: relative;
  margin: 10px 0;
}
.blog_task span.date {
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}
.blog_task span.date:before {
  content: "\f073";
  font-family: FontAwesome;
  left: 1px;
  position:absolute;
  top:3px;
}
.blog_task span.comments {
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}
.blog_task span.comments:before {
  content: "\f075";
  font-family: FontAwesome;
  left: 1px;
  position:absolute;
  top:3px;
}
.blog_task span.author {
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}
.blog_task span.author:before {
  content: "\f02b";
  font-family: FontAwesome;
  left: 1px;
  position:absolute;
  top:3px;
}
.Event_Listing {
  background: #fff;
  border: 1px solid #cecece;
  margin: 10px 0;
}
.Event_Listing .Ev_Content {
  padding: 20px 0;
}
.Event_Listing .Ev_Content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
a.Event_Listing h3 {
  color: #5d5d5d;
}
.Event_Listing img.ev-list-img {
  margin-right: 30px;
}
.Support_Box {
  font-family: 'Lato', sans-serif;
  width: 100%;
  background: #003c5e;
  color:#fff;
  padding: 30px;
}
.Support_Box h2 {
  font-size: 28px;
  text-transform: uppercase;
  padding: 6px 0 6px 55px;
  background: url(../images/support.png) no-repeat left center;
  margin-bottom: 33px;
}
.Support_Box p {
  color: #fff;
  padding-bottom: 20px;
}
.Facebook_Widget {
  font-family: 'Lato', sans-serif;
  width: 100%;
  background: #0071b1;
  padding: 30px;
}
.Facebook_Widget h2 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  padding: 6px 0;
  margin-bottom: 20px;
}
.Banner {
  font-family: 'Lato', sans-serif;
  width: 100%;
  min-height: 190px;
  padding: 33px 0;
  background: url(../images/banner_bg.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.Banner h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.Banner h3 span {
  color: #42c7f7;
}
.aycc-btn1 {
  border: 1px solid #fff;
  padding: 11px 33px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
}
.aycc-btn1:hover {
  border: 1px solid #0071b1;
  color: #0071b1;
}
.aycc-btn2 {
  border: 1px solid #5d5d5d;
  padding: 6px 22px;
  color: #5d5d5d;
  text-transform: uppercase;
  border-radius: 0;
}
.aycc-btn2:hover {
  border: 1px solid #0071b1;
  color: #0071b1;
}
.Bt_Dark {
  background: #e7e7e7;
}
span.blue {
  color: #0071b1;
  font-weight: 700;
}
.Gallery_Block {
  width: 100 %;
  padding: 0 95px;
  text-align: center;
}
.Gallery_Block ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 auto 30px;
}
.Gallery_Block ul li {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
}
p.Styler {
  text-transform: uppercase;
}
.fancybox-type-iframe .fancybox-nav {
    width: 60px;       
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-type-iframe .fancybox-nav:hover span {
    opacity: 1;
}
.Testimonials  {
  font-family: 'Lato', sans-serif;
  background: url(../images/testimonials_bg.jpg) no-repeat 0 0;
  background-size: cover;
  min-height: 280px !important;
  padding: 60px 0 !important;
  text-align: center;
}
.Testimonials h1 {
  color: #fff;
}
.Testimonials p {
  color: #fff;
}
.Testimonials .Testism p {
  padding: 0 6% 30px;
}
.Testimonials .Testism span {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.Testimonials .Testism img {
  margin: 0 auto 20px;
}
.Sponsors ul {
  margin: 0;
  padding: 0;
}
.Sponsors ul li {
  list-style: none;
  float: left;
  margin: 0 20px;
}

.Contact_Sect {
  font-family: 'Roboto Condensed', sans-serif;
  background: #f4f4f4;
}
.Contact_Sect .Form_Setup {
  font-size:14px;
  font-weight: 400;
  background: #fff;
  color:#333333;
  padding:8px 10px;
  height:auto;
  border-radius:0;
}
.Contact_Sect .Form_Setup_Textarea {
  font-size:14px;
  font-weight: 400;
  background: #fff;
  color:#333333;
  padding:8px 10px;
  min-height: 86px;
  border-radius:0;
}
.Contact_Sect .Form_Setup_list {  
  background: #fff url(../images/drop_list.png) no-repeat 99% 50%;
  color:#333333;
  padding:12px 10px;
  height:41px;
  border-radius:0;
  box-shadow: none;  
  -moz-appearance: none;
  -webkit-appearance:none 
}
.Contact_Sect .Submit_Button {  
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  color: #0071b1;
  border: 2px solid #0071b1;
  padding: 6px 40px;
  border-radius: 0;
  margin: 20px 0;
  transition: all 0.3s ease 0s;
}
.Contact_Sect .Submit_Button:hover {
  background: #0071b1;
  color: #fff;
  border: 2px solid #0071b1;
}
.Contact_Sect input[type=number]::-webkit-inner-spin-button, 
.Contact_Sect input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.Contact_Sect input[type=number] {
    -moz-appearance:textfield;
}


footer {
  background: url(../images/footer_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 48px 0;
  font-family: 'Lato', sans-serif;
  position: relative;
}
footer h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  padding-bottom: 33px;  
  color: #fff;
  font-size: 14px;
}
footer ul li a {
  color: #fff;
  font-size: 14px;
}
footer ul li.icon1 {
  background: url(../images/foot_icon1.png) no-repeat left center;
  padding:10px 0 10px 35px;
}
footer ul li.icon2 {
  background: url(../images/foot_icon2.png) no-repeat left center;
  padding:10px 0 10px 35px;
}
footer ul li.icon3 {
  background: url(../images/foot_icon3.png) no-repeat left center;
  padding:10px 0 10px 35px;
}
footer .Upper {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -48px;
}
.facebook_icon {
  padding: 33px 0;
}
.Footer_bottom {
  font-family: 'Lato', sans-serif;
  background: #003c5e;
  padding: 33px 0;
  text-align: center;
}
.Footer_bottom ul {
  margin: 0 auto 20px;
  padding: 0;
  display: inline-block;
}
.Footer_bottom ul li {
  list-style: none;
  float: left;  
}
.Footer_bottom ul li:after {
  content: '|';
  color: #fff;
  margin: 0 20px;
}
.Footer_bottom ul li.last:after {
  content: '';
}
.Footer_bottom ul li a {
  color: #fff;
}
.Footer_bottom p {
  color: #fff;
}


/*--------------FOOTER CALENDAR STYLINGS--------------*/
.calendar-body {
  background: #fff;
  padding: 20px;
}
.calendar-body .col-xs-1 {
  width: 2.5em;         /* give each column a fixed width */
  margin-left: 0.2em;       /* have some space between columnd */
  text-align: center;       /* align text in the center */
}


.header p {
  padding-top: 1.2em;       /* vertical centering */
  text-transform: uppercase;    /* all caps text  */
}

.header span {
    padding: 1.3em;     /* vertical and horizontal centering icons */
}

.inactive {         /* inactive dates get a light gray text color */
  color: #ccc;
}

.weekdays { 
  padding: 1em;     /* giving weekdays some space around */
  background: #eee;
}

.dates {
  padding: 0.2em 1em 0.2em 1em; /* giving dates some space  */
}

.line {               /* a gray line separator  */
  height: 0.1em;
  border: 0.1em solid #EEEEEE;
}

.current-date {         /* styling the current date section  */
  text-transform: uppercase;
  text-align: center;
  padding: 0.7em;
  background: #003c5e;
  color: #fff;
}

.calendar-body .row .col-xs-1 p:hover {
  color: #4778a6;     /* hover state on all dates  */
}
.map {
  margin-bottom: 20px;
}