/*================================= GLOBAL DEFAULT ===================================*/
*{
  font-size: 8pt;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
}
h1{
  font-size: 5.2em;
}
h2{
  font-size: 3.2em;
  font-weight: bold;
}
h3{
  font-size: 2.6em;
  font-weight: bold;
}
h4{
  font-size: 2em;
}
h5{
  font-size: 1.8em;
  font-weight: bold;
}
h6{
  font-size: 1.5em;
}
p{
  font-size: 1.7em;
}
a{
  text-decoration: none !important;
  color: inherit !important;
}
/*================================= HELPER CLASS ===================================*/
.blue_bcg{
  background: rgb(1,161,209);  
}
.blue_font{
  color: rgb(1,161,209);  
}
.blue_btn{
  color: rgb(0,161,213) !important;
  cursor: pointer !important;
}
.blue_btn:hover{
  color: rgb(48, 205, 255) !important;
}
.blue_btn:active{
  color: rgb(119, 222, 255) !important;
}
.menu_active{
  color: rgba(255,255,255,0.6) !important;  
}
.hr{
  background: #ddd;
}
.header_bottom .carousel-control{
  background-image: none !important;
}

.title{
  color: #fff;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.title .hr{
  margin: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.title_content{
  position: relative;
  top: 38px;
  font-size: 5.2em;
  background: #363636;
  display: inline-block;
  padding: 0 30px;
}
.title h1 {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
/*================================= START OF DOCUMENT ===================================*/
body{
  background: rgb(54,54,54);
}
header{
  background: rgb(54,54,54);
}
header > div{
  width: 1024px;  
  position: relative;
  height: 570px;
}
header#header_top{
  min-height: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#header_logo{
  width: 340px;
  min-height: 240px;
}
#menu_top{
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 200;
}
#menu_top h6{
  display: inline-block;
  margin: 0;
  font-weight: bold;
  color: #fff; 
  cursor: default;
}
#menu_top a h6:hover{
  /*color: rgba(1,161,209, 0.9);*/  
  cursor: pointer;
  color: rgba(255,255,255,0.6);
}
#menu_top a h6:active{
  /*color: rgba(1,161,209, 0.9);*/  
  cursor: pointer;
  color: rgba(255,255,255,0.4);
}

.header_bottom{  
  background: rgb(54,54,54);
}
.header_bottom >div{
  width: 1024px;    
  margin-top: 80px;
}
div#slider_top{
  background: rgb(36,36,36);  
}
div.slider_box{
}

div.slider_box > div{
  width: 220px;
  margin: 30px 0 30px 0;
  min-height: 10px;
  text-align: center;
  font-weight: bold;
}
.slider_box div.slider_img{
  min-width: 10px;
  height: 280px;
  background: rgb(56,56,56);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider_box div.slider_content{
  margin: 15px 0 15px 0;
  min-height: 85px;
}
.slider_box div.slider_content p{
  padding: 5px;
  color: #fff;
}
.slider_box .slider_more h5{
  margin: 30px 30px 50px 30px;
  padding: 10px;
  color: rgb(1,161,209);
  background: rgb(36,36,36);
  font-weight: bold;
  cursor: pointer;
}
.slider_box .slider_more h5:hover{
  background: rgba(0,0,0,0.5);
}
.slider_box .slider_more h5:active{
  background: rgba(0,0,0,1);
}
/* =================== INDEX ====================== */
section#content{
  width: 100%;
  min-height: 300px;
  padding-bottom: 200px;
}
section#content > div{
  width: 1024px;  
}
div.category_box{
  background: #fff;
  text-align: center;
  min-height: 360px;
  margin-top: 80px;
  padding-bottom: 20px;
  padding-top: 10px;
}
div.category_box > *{
}
div.category_icon{
  min-height: 160px;
  margin-top: 40px;
  margin-bottom: 30px;
}
div.category_box hr{
  margin: 0 20px;
  border-top: 2px solid #ddd;
}
h3.category_title{
  margin: 20px;
  color: rgb(56,56,56);  
  font-weight: bold;
}
h5.category_more{
  background: rgba(1,161,209,1);
  cursor: pointer;
  color: #fff;
  margin: 30px 60px;
  padding: 10px;
}
h5.category_more:hover{
  background: rgb(0, 96, 124);
}
h5.category_more:active{
  background: rgba(0, 72, 94, 1);
}

/* =================== ABOUT ======================= */
.content_about{
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content_about span{
  font-size: 1.2em;
  font-weight: bold;
}

/* =================== GALERY ======================= */
.galery_box{ 
  height: 240px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.galery_box .galery_img{ 
  height: 240px;
  
  /*background-color: rgb(56,56,56);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.galery_more{
  text-align: right;
}
.galery_more span{
  font-weight: bold;
}

/* =================== CONTACT ======================= */
#contact_company, #contact_address{
  min-height: 250px;
}
#contact_company p, #contact_address p{
  margin: 0;
}
.formas{
  background: #ddd;
  height: 100px;
  margin-top: 10px;
  width: 100%;
}
#contact_form input, textarea{
  width: 100%;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: rgb(44,44,44);
  border: 2px solid #aaa;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  padding: 0 10px;
}
#contact_form .row textarea{
  height: 210px;
  padding: 10px;
}

#contact_form label{
  font-size: 1.8em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact_form_btn{
  margin-top: 15px;
  text-align: right;
}
.contact_form_btn button:hover{
  background: rgba(0,0,0,0.5) !important;
}
.contact_form_btn button:active{
  background: rgba(0,0,0,1) !important;
}
#contact_form button{
  font-size: 1.8em;
  font-weight: normal;
  width: 120px;
  height: 35px;
  background: rgb(36,36,36);
  border: none;
}

/* =================== EVENTS ======================= */
.event_box{
  min-height: 230px;
  margin-top: 80px;
  position: relative;
}
.event_img{
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event_content{
  min-height: 180px;
  padding-left: 20px;
}
.event_content h3{
  margin: 0 0 30px 0;
}
.event_content h4 span{
  font-weight: bold;
  font-size: 1em;
}
.event_content h6{
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}
.event_btn{
/*  text-align: left;
  position: absolute;
  left: 285px;
  bottom: -10px;*/
}
.event_buy{
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.event_buy:hover{
  background: rgb(0, 96, 124);
}
.event_buy:active{
  background: rgba(0, 72, 94, 1);
}

/* =================== OFFER ======================= */
#offer_category{
  text-align: center;
}
#offer_category h4{
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  color: #fff; 
  cursor: default;
}
#offer_category a h4:hover{
  cursor: pointer;
  color: rgba(255,255,255,0.6);
}
#offer_category a h4:active{
  cursor: pointer;
  color: rgba(255,255,255,0.4);
}

.offer_box{
  height: 230px;
  margin-top: 80px;
}
.offer_img{
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offer_content{
  height: 190px;
  overflow: hidden;
}
.offer_content h3{
  margin: 0 0 30px 0;
}
.offer_content h4 span{
  font-weight: bold;
  font-size: 1em;
}
.offer_content h6{
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}

/* =================== PARTNERS ======================= */
.partner_box{
  height: 100px;
  margin: 20px 0;
  
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;  
}
/* =================== FOOTER ======================= */
div#footer_top{
  height: 194px;
  background-repeat: repeat-x;
}
footer{
  background: rgb(41,41,41);
  color: #fff;
}
footer > div{
  width: 1024px;  
  height: 160px;
  position: relative;
}
#menu_bottom h5{
  position: relative;
  top: -40px;
  display: inline-block;
  margin: 0;
  color: rgb(0,161,213);
  cursor: default;
}
footer #footer_info_company{
  position: absolute;
  bottom: 50px;
  left: 0;
  /*width: 430px;*/
  /*height: 70px;*/
}

footer #footer_info_company > div{
  display: inline-block;
}
#footer_logo{
  width: 172px;
  height: 53px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer h6{
  margin: 3px;
}

footer #footer_info_address{
  position: absolute;
  bottom: 50px;
  right: 0;
}