
body {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  
 	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
  
    background-attachment:fixed;
    background-color: #fff;
}

.container{max-width: 1095px !important;}


#desc_ofspec p{

font-size: 14px;}



.user_form td{padding: 5px;line-height: 15px;}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000;
  background: rgba(200, 200, 200, 1);
  background-image: none;
  //102, 175, 233
  border: 1px solid #C91C21;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #C91C21;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23, 63, 29, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23, 63, 29, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}





















/* Social */
.social {
font-size: 10px;
margin-bottom: 10px;
}

.social ul {
margin: 0;
}

.social li {
float: left;
margin-right: 10px;
list-style: none;
margin-bottom: 2px;
}

h1{
margin: 60px 0px 4px 0px;
padding: 0px;
font-family: 'Archivo Narrow', sans-serif;
}
h1 > span{
background-color: #C91C21;
//background: rgba(255, 255, 255, 1);
color: #fff;
border-radius: 10px 10px 0px 0px;
padding: 5px 20px 5px 12px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 28px;
font-weight: normal;
}

.copyright{
background-color: #C91C21;
//background: rgba(255, 255, 255, 1);
color: #fff;
border-radius: 10px 10px 0px 0px;
padding: 10px 20px 10px 20px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 18px;
font-weight: normal;
text-align: center;

}

.credits{
padding: 10px 20px 20px 20px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 18px;
font-weight: normal;
text-align: center;
}

.logo_bottom{
background-image: url(../images/logo-semitransp.png);
	background-size: contain !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
  background-color: #000;
  height: 79px;
  margin-bottom: 20px;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0px 10px 0px;
}

/*
h1 > span:before {
font-family: 'FontAwesome';
content: '\f015';
margin: 0px;}
*/
h2 {
font-family: 'Archivo Narrow', sans-serif;
font-size: 16px;
padding: 10px 10px 0px 0px;
margin: 0px 0px 10px 0px;
}
h2 > span {
font-family: 'Archivo Narrow', sans-serif;
font-size: 16px;

padding: 10px;
margin: 0px 0px 10px 0px;
color: #C91C21;
}
h2 > span:before {
font-family: 'FontAwesome';
content: '\f101';
}



h3{
border-bottom: 1px dotted #C91C21;
}
h3 a{
color: #C91C21;
font-family: 'Archivo Narrow', sans-serif;
font-weight: 300;
}
h3 > span {
color: #C91C21;
background: rgba(0, 0, 0, 1);
padding: 5px 20px 5px 12px;
}

h3 > span:before {
font-family: 'FontAwesome';
content: '\f138';
margin:3px;
margin-right: 10px;
padding: 0px;
}

#topic_slideshow{
padding: 10px;
}
#topic_slideshow img{
width: 100%;
border: 3px solid #efefef;
margin-bottom: 5px;
height: 120px;
}

.hover-zoom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-size: 150%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
  position: relative;
}
.hover-zoom:hover {
  background-size: 220%;
}

#public_ticketing_table{width: 100%}
#public_ticketing_table td{padding: 5px;}
#public_ticketing_table  tr  td:nth-of-type(1):before{}
#public_ticketing_table  tr  td:nth-of-type(2):before{}













.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.article_txt{padding: 0px 10px 0px 10px}
.article_txt h4{padding: 0px;margin: 0px 0px 5px 0px;}
.article_txt h4 a{font-size: 13px;font-weight: bold;}
.article_txt p{line-height: 20px;color: #000;}



.product-feat-pri-holder{
}
.product-feat-sec-holder{
}

.product-feat-pri,
.product-feat-sec{
position: relative;
height: 160px;
}

.product-feat-pri p.teaser,
.product-feat-sec p.teaser{
font-weight: normal;
font-size: 15px;
color: #fff;
padding: 10px;
line-height: 20px;
background: rgba(0, 0, 0, 0);
transition: background-color .5s ease-in-out;
height: 100%;
}
.product-feat-pri:hover p.teaser,
.product-feat-sec:hover p.teaser{
background: rgba(0, 0, 0, .8);
}

.product-feat-pri h3,
.product-feat-sec h3{
margin: 0px;
padding: 10px;
font-weight: bold; 
font-size: 17px;
line-height: 20px;
background: rgba(255, 255, 255, .8);
color: #fff; 
}

.pret_ofspec{
position: absolute;
left: 0px;
bottom: 0px;
width: 50%;
background-color: rgba(255, 119, 0, .8);
color: #fff;
font-weight: bold;
padding: 0px 3px;
text-align: center;
}

.see_more{
position: absolute;
right: 25%;
bottom: 0px;
width: 50%;
background-color: rgba(255, 255, 255, .6);
color: #fff;
font-weight: bold;
padding: 0px 3px;
text-align: center;
border-radius: 10px 10px 0px 0px;
}
.product-feat-pri:hover > .see_more{
border-bottom: 2px solid #C91C21;
padding: 10px 5px;
   transition: all 0.3s ease-in-out;

}
.see_more a{
font-weight: normal;
}
.see_more a:before {
font-family: 'FontAwesome';
content: '\f138';
margin: 0px 3px 0px 0px;}








.article_pic img{
 	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.topic_pic img{
 	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.caption-descr{padding: 0px;font-size: 11px !important;}


#sigle_companii_aeriene{text-align: center;background-color: #fff;padding: 10px;margin: 0px 0px 0px 0px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#sigle_companii_aeriene img {display: inline;height: 29px;border: none;margin:10px;}

#lastvisited_links{}
#lastvisited_links a:link{text-decoration:none;color:#C91C21;display:block;padding-left:7px;}
#lastvisited_links a:visited{text-decoration:none;color:#C91C21;display:block;padding-left:7px;}
#lastvisited_links a:hover{text-decoration:none;color:#666;display:block;padding-left:7px;}
#pret_in_product_page{  border-radius: 25px;padding: 10px;text-align: center; background: #FDC939;
font-size: 30px;

    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: #849B48;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
.logo{
width: 100%;
margin-top: 10px;
}

.brand{
max-width: 200px;
/*
width: 130%;
background-color: rgba(255,255,255,0.5);
padding: 20px;

	border-radius: 5px;
  margin: 10px;
*/
  }
  
  

.display_banners_area{text-align: center;}
.display_banners_area a{text-align: center;padding: 5px;}
.display_banners_area a img{margin: auto;}
.float-left{	float: left;}
.float-right{	float: right;}

  
.social-top-holder{
background-color: rgba(0,0,0,0.5);
font-size: 16px;
text-align: center;
color: #efefef;
}

.social-top-holder a:link, a:visited, a:hover{
color: #fff;}
.social-top
{
float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.social-top li
{
padding: 3px 0px;
display: inline;
font-size: 12px;
}

.social-top li:hover
{
}
.social-top li:first-child
{
}
.social-top li a i
{
}
.social-top li a:hover i
{
color: #C91C21}
.social-top li a
{
	color: #fff;
padding: 0px 0px 0px 5px;
}
.social-top li a:hover
{
	color: #fff;
	text-decoration: none;
}

.social-top span{color: #FDC937;}
















.social-inside-holder{
background-color: rgba(0,0,0,0.5);
font-size: 16px;
text-align: center;
margin: 10px 10px;
color: #efefef;
}

.social-inside-holder a:link, a:visited, a:hover{
color: #fff;}
.social-inside
{

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.social-inside li
{
padding: 3px 0px;
	list-style: none;
	margin-right: 1px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
width: 100%;
	background: rgba(60, 60, 60, .3);

}

.social-inside li:hover
{
	background: rgba(60, 60, 60, 1);


}
.social-inside li:first-child
{
}
.social-inside li a i
{
}
.social-inside li a:hover i
{
color: #C91C21}
.social-inside li a
{
	color: #fff;
padding: 20px 20px 20px 20px;
}
.social-inside li a:hover
{
	color: #fff;
	text-decoration: none;
}

.social-inside span{color: #FDC937;}






/* Social Icons - small
=================================================================== */

.social-icons {
margin: 10px 0px 0px 0px;
display: block;
background-position: top left;
padding-top: 10px;
padding-right: 5px;
height: 50px;
text-align: right;
}


.social-icons li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 28px;
	width: 28px;
}

.social-icons li:hover {background-position: 0 -38px;}


.social-icons li {
   float: left;
   display: inline;
   list-style: none;
	margin: 0px 5px 0px 5px;
	list-style: none;
   text-indent: -9999px;
}
.social-icons li a, a.social-icon {
   width: 28px;
   height: 28px;
   display: block;
   background-position: 0 0;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
   background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position:0 -38px !important;
}


.social_amazon {background: url(../images/amazon.png) no-repeat;}
.social_behance {background: url(../images/behance.png) no-repeat;}
.social_blogger {background: url(../images/blogger.png) no-repeat;}
.social_deviantart {background: url(../images/deviantart.png) no-repeat;}
.social_dribbble {background: url(../images/dribbble.png) no-repeat;}
.social_dropbox {background: url(../images/dropbox.png) no-repeat;}
.social_evernote {background: url(../images/evernote.png) no-repeat;}
.social_facebook {background: url(../images/facebook.png) no-repeat;}
.social_forrst {background: url(../images/forrst.png) no-repeat;}
.social_github {background: url(../images/github.png) no-repeat;}
.social_instagram {background: url(../images/instagram.png) no-repeat;}
.social_googleplus {background: url(../images/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../images/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../images/last-fm.png) no-repeat;}
.social_linkedin {background: url(../images/linkedin.png) no-repeat;}
.social_picasa {background: url(../images/picasa.png) no-repeat;}
.social_pintrest {background: url(../images/pintrest.png) no-repeat;}
.social_rss {background: url(../images/rss.png) no-repeat;}
.social_skype {background: url(../images/skype.png) no-repeat;}
.social_spotify {background: url(../images/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../images/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../images/tumblr.png) no-repeat;}
.social_twitter {background: url(../images/twitter.png) no-repeat;}
.social_vimeo {background: url(../images/vimeo.png) no-repeat;}
.social_wordpress {background: url(../images/wordpress.png) no-repeat;}
.social_xing {background: url(../images/xing.png) no-repeat;}
.social_yahoo {background: url(../images/yahoo.png) no-repeat;}
.social_youtube {background: url(../images/youtube.png) no-repeat;}
.social_vk {background: url(../images/vk.png) no-repeat;}





#sitemap{width:100%;background-color:transparent;}
#sitemap td{width:33%;background-color:transparent;text-align:left;padding:15px;vertical-align: top}
#sitemap td a:link, a:visited, a:hover{
	color: #35B3E3;
  text-decoration: none;
}
.clear{
clear: both;
}



.geo_subitems_txt
{
	font-weight: bold;
  border-bottom: 1px solid #FF8830;
	display: block;
	margin: 15px 0px 10px 0px;
	padding-bottom: 2px;
}
.geo_subitems_txt
{
	border-bottom: 2px solid #FF8830;
	padding: 0px 10px 2px 10px;
	position: relative;
}
.geo_display_subitems{margin-bottom: 30px;}
.geo_first_pic_in_parent{float: right; background-color: #ccc;border: 3px solid #dfdfdf; padding: 1px;width: 18%}
ul.country_list{margin-left: 0px;}
.country_list li  {padding: 0px; margin: 0px;width:33%;line-height:1.5em;border-bottom:1px solid #efefef;float:left;display:inline;} /* 3 col */
.country_list li a {font-weight: normal; background-image: url(images/bullet-red.gif);background-repeat: no-repeat;background-position: 0px 6px;padding-left: 8px;}

ul.state_list{margin-left: 0px;}
.state_list li  {padding: 0px; margin: 0px;width:33%;line-height:1.5em;border-bottom:1px solid #efefef;float:left;display:inline;} /* 3 col */
.state_list li a {font-weight: normal; background-image: url(images/bullet-red.gif);background-repeat: no-repeat;background-position: 0px 6px;padding-left: 8px;}

ul.city_list{margin-left: 0px; height: auto;}
.city_list li  {padding: 0px; margin: 0px;width:33%;line-height:1.5em;border-bottom:1px solid #efefef;float:left;display:inline;} /* 3 col */
.city_list li a {font-weight: normal; background-image: url(images/bullet-red.gif);background-repeat: no-repeat;background-position: 0px 6px;padding-left: 8px;}

ul.place_list{padding: 0px; margin-left: 0px;}
.place_list li  {padding: 0px; margin: 0px;width:33%;line-height:1.5em;border-bottom:1px solid #efefef;float:left;display:inline;} /* 3 col */
.place_list li a {font-weight: normal; background-image: url(images/bullet-red.gif);background-repeat: no-repeat;background-position: 0px 6px;padding-left: 8px;}



















.lang-switch-aux
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.lang-switch-aux li
{
	float: left;
	list-style: none;
	margin-right: 1px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
width: auto;
}

.lang-switch-aux li:hover
{
	background: rgba(60, 60, 60, .5);


}
.lang-switch-aux li:first-child
{
}
.lang-switch-aux li a
{
padding: 0px 20px 0px 20px;
color: #666;
}
.lang-switch-aux li a:hover
{
	color: #fff;
	text-decoration: none;
}

.lang-switch-aux span{color: #88C440;}
.lang-switch-aux li:hover span{color: #fff;}






#navmenu_secondary
{
	display: block;
	float: right;
	margin: 10px 0 0 10px;
	padding: 0px;
	padding-right: 0px;
  height: 60px;
}
#navmenu_secondary li
{
	display: block;
	float: left;
	list-style: none;
	margin-right: 3px;
	line-height: 40px;
	background-color:#efefef;
	border-radius: 5px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#navmenu_secondary li.active
{
	background-color:#A8BF6D;
}



ul.nav.navbar-nav{
margin-top: 10px;
padding: 10px;
font-family: 'Archivo Narrow', sans-serif;
font-weight: 300;
}


ul.nav.navbar-nav.navbar-right >li > a:link{
font-size: 19px;
padding: 5px 7px;
color: #fff;}
ul.nav.navbar-nav.navbar-right >li > a:visited{
color: #fff;}
ul.nav.navbar-nav.navbar-right >li > a:hover{
color: #fff;}


ul.nav.navbar-nav.navbar-right > li.active.dropdown.open.extra-nav-class > ul.dropdown-menu > li.active > a
{
	color: #fff;
}

#navmenu_secondary li:hover
{

	background: rgba(102,102, 102, 1);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

#navmenu_secondary li a{
padding: 10px 10px 10px 10px;
color: #666666;
}

#navmenu_secondary li:hover a
{
	color: #fff;
}












/*tabs & accordion from H2 start*/
ul.resp-tabs-list table{
width: 100% !important;
}
ul.resp-tabs-list li
{
font-family: 'Archivo Narrow', sans-serif;
font-weight: 600;
font-size: 13px;
line-height: 20px;
color: #fff;          
}
ul.resp-tabs-list li:first-child{

}
ul.resp-tabs-list li:last-child{
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #C91C21;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #C91C21;
background-color: rgba(0, 0, 0, .7);
    color: #fff;
    clear: left;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-item{
background-color: #C91C21;
background-color: rgba(0, 0, 0, .2);
    padding: 12px 14px 14px 14px !important;
    color: #fff;
    }
.resp-tab-active {
    border: 1px solid #C91C21;
    border-bottom: none;
    border-top: none;
    border-top: 1px solid #C91C21;
    background-color: #C91C21;
    border-bottom: none;    
    color: #fff;

    
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #C91C21;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #C91C21;
    border-top: 0px solid #C91C21;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #C91C21 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #C91C21 !important;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #C91C21;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #C91C21;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #C91C21;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    color: #fff;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}





.menu_user_in_home{
padding:0px 10px 10px 10px; 
margin:0px 0px 10px 0px; 
background-color: #475300;
}


.menu_user_in_home h3:before {
font-family: 'FontAwesome';
content: '\f007';
margin:3px;
color: #fff;
padding: 0px;
margin: 0px;}

.menu_user_in_home > div > a{
text-align: center;
width: 100%;
line-height: 58px;
color: #fff;
font-family: 'Archivo Narrow', sans-serif;
font-size: 16px;}

/*tabs & accordion from H2 stop*/

#geoform{
width: 100%;
padding:0px 10px 10px 10px; 
margin: 0px;
background-color: #404040;
//background-image: url(../images/geoform.jpg);
background-position: 50% 50%;

 	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;

color: #fff;}
#geoform h3{color: white;	}
#geoform td{

}


#geoform h3:before {
font-family: 'FontAwesome';
content: '\f0ac';
margin:3px;
color: #fff;}
#destinatii_favorite h4{font-size: 16px; font-weight: normal;}



#geoform select{
-khtml-opacity:.60;
-moz-opacity:.60;
-ms-filter:"alpha(opacity=60)";
filter:alpha(opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
opacity:.60;
color: #000;
font-size: 16px;
}

#geoform optgroup{
background-color: #0F4274;
padding: 5px 0px;
color: #fff;
}
#geoform option{
background-color: #1B5289;
padding: 5px;
color: #fff;}

#geoform option:hover{
background-color: #326CA4;
}

#geoform td{height: 50px;}
.fullwidth{width: 100%}













#ticketingform{
width: 100%;
padding:0px 10px 10px 10px; 
margin: 0px;
background-color: #5AA2CF;
background-image: url(../images/geoform.jpg);
background-position: 50% 50%;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-repeat: no-repeat;
color: #fff;}
#ticketingform h3{color: white;	text-align: center;}
#ticketingform td{}

#ticketingform input{margin-top: 10px;}
#ticketingform h3:before {
font-family: 'FontAwesome';
content: '\f072';
margin:3px;
color: #fff;}

#ticketingform select{
-khtml-opacity:.60;
-moz-opacity:.60;
-ms-filter:"alpha(opacity=60)";
filter:alpha(opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
opacity:.60;
color: #000;
font-size: 16px;
padding: 3px;
}

#ticketingform optgroup{
background-color: #0F4274;
padding: 5px 0px;
color: #fff;
}
#ticketingform option{
background-color: #1B5289;
padding: 5px;
color: #fff;}

#ticketingform option:hover{
background-color: #326CA4;
}

#ticketingform td{height: 50px;}
.fullwidth{width: 100%}





























.products_feat_area_display_main ul{list-style-type: none}


.bxslider  {
}


.bxslider ul {
}

.bxslider li {
}
.bxslider li a img{
width: 100%;
 background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#mini_cart{min-width: 250px;}
#map-container{ height: 450px;}

#google_map_holder{margin: 0px 0px 15px 0px; border: 1px solid #efefef;


  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);

padding: 10px;
background-color: #efefef
}


#map{height: 300px;}



#mapmodals{z-index: 30000;}

.pages_links_holder{
padding: 0px;
background-color: #efefef;
}
.pages_links{margin: 0px;padding: 5px;list-style-type: none;text-align: center;}
.pages_links li{display: inline;}

ul.pages_links>li>a,
ul.pages_links>li>a:link,
ul.pages_links>li>a:visited,
ul.pages_links>li>a:hover {
width: 25px;
height: 25px;
border-radius: 25px;
background-color: #efefef;
border: 2px solid #fff;
padding: 5px 12px;
line-height: 30px;
font-weight: bold;}

ul.pages_links> li a:hover {
background-color: #666;
color: #fff;
}
li.pages_links_crt>a{color: #F33310;border: 2px solid #F33310;}

.column_right{
padding: 0px;
}
#internal_links{padding: 15px;margin: 0px;}
#internal_links a{font-size: 14px;}



.product_siblings {color: #666;list-style-type: none;padding: 0px; margin: 0px;}
.product_siblings li{}
.product_siblings li:hover {}
.product_siblings a:link, .product_siblings a:visited, .product_siblings a:hover{color: #C91C21;font-size: 1em;display: block;border: 1px solid #dadada;border-radius: 5px;padding: 0px 5px;margin: 2px 0px;}
.product_siblings a:hover{background-color: #dadada}
.sibling_current {color: #fff;}
.sibling_current a:link, .sibling_current a:visited, .sibling_current a:hover{color: #fff;background-color: #C91C21;}

.local_menu {color: #C91C21;list-style-type: none;padding: 0px; margin: 0px;}
.local_menu li{}
.local_menu li:hover {color: #000;}
.local_menu  a:link, .local_menu a:visited, .local_menu a:hover{color: #C91C21;font-size: 14px;display: block;padding: 0px 5px;margin: 2px 0px;}
.local_menu_current {color: #C91C21;}
.local_menu_current a:link, .local_menu_current a:visited, .local_menu_current a:hover{color: #C91C21;background-color: #C91C21;}

.local_menu .active {color: #C91C21;}
.local_menu .active a:link, .local_menu .active a:visited, .local_menu .active a:hover{color: #C91C21;background-color: #C91C21;}



.news_in_column{border-bottom: 1px dotted #C91C21;}


div.news_in_column > p{font-size: 14px;}
#myCarousel{
border-left: none;
border-right: none;
}
#myCarousel .item{height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}


.topics_feat_area_latest{
 background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
height: 300px;
}

.topics_feat_area_latest h2{
margin: 0px;
font-size: 24px;
}
.topics_feat_area_latest h4{
font-size: 15px;
}
h4 a:link, h4 a:visited, h4 a:hover {color: #C91C21;}

.ofspec_latest_panel{
background-color: #fff;
-khtml-opacity:.80;
-moz-opacity:.80;
-ms-filter:"alpha(opacity=80)";
filter:alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
opacity:.80;
position:absolute;
bottom: 0px;
padding-bottom: 10px;
}

.logorow{padding: 20px 0px 0px 0px;}


#destinatii_favorite{
background: rgba(24, 91, 134, .6);
border-radius: 0px 0px 10px 10px;
margin: 10px;
padding: 10px;
}
#destinatii_favorite ul{list-style-type: none; color: #fff;padding: 0px; margin: 0px;}
#destinatii_favorite ul li a{color: #fff}
#destinatii_favorite h3{font-size: 22px; font-weight: normal;color: #fff;padding: 0px; margin: 0px;}
#destinatii_favorite h3:before {    
font-family: 'FontAwesome';
content: '\f0ac';
margin:3px;
color: #fff;}
#destinatii_favorite h4{font-size: 16px; font-weight: normal;}

#searchboxInc{
background: rgba(24, 91, 134, .6);
border-radius: 0px 0px 10px 10px;
margin: 10px;
padding: 10px;
}
#searchboxInc h3{font-size: 22px; font-weight: normal;color: #fff;padding: 0px; margin: 0px;}
#searchboxInc h3:before {    
font-family: 'FontAwesome';
content: '\f236';
margin:3px;
color: #fff;}
#searchboxInc h4{font-size: 20px; font-weight: normal;color: #fff;padding: 5px; margin: 5px;}
#searchboxInc label{color: #fff}

#cms_display_curs{
background: rgba(0, 0, 0, .6);
border-radius: 0px 0px 10px 10px;
margin: 10px;
padding: 10px;
color: #fff;
}
#cms_display_curs h3{font-size: 22px; font-weight: normal;color: #fff;padding: 0px; margin: 0px;}
#cms_display_curs h3:before {    
font-family: 'FontAwesome';
content: '\f153';
margin:3px;
color: #fff;}

#curs_valutar{
padding: 0px 0px 10px 0px;
color: #fff;
}
#curs_valutar h3{
padding: 0px;
margin: 0px;
}
#curs_valutar table{
width: 100%;
}


#cms_display_newsletter_form{
background: rgba(0, 0, 0, .6);
border-radius: 0px 0px 10px 10px;
margin: 10px;
padding: 10px;
color: #fff;
}
#cms_display_newsletter_form h3{font-size: 22px; font-weight: normal;color: #fff;padding: 0px; margin: 0px;}
#cms_display_newsletter_form h3:before {    
font-family: 'FontAwesome';
content: '\f0e0';
margin:3px;
color: #fff;}



.pre-footer{
padding: 5px;
background: rgba(0, 0, 0, .6);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
font-size: 14px;
border-bottom: 2px solid #C91C21;
}
#footer{
color: #fff;
background-image: url(../images/);
 	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
margin-bottom: 0px;
padding-bottom: 30px;
}
#footer h4{color: #fff;}
#footer a{color: #fff}


.btn-warning {
  color: #FFFFFF;
  background-color: #FFD61C;
  border-color: #EAC107;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #C91C21;
  border-color: #EAC107;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #C91C21;
  border-color: #5A023E;
}

.btn-warning .badge {
  color: #C91C21;
  background-color: #FFFFFF;
}
.shine{
/*
background-color: #efefef;
background-repeat:  no-repeat;
background-position: right top;
background-size: contain;
*/
}
.product_in_section div{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 10px;
cursor:pointer;
height: 250px;
}
.product_in_section div div{
bottom: 0px;
height: auto;
 position:absolute;
 bottom: 0px;
 width: auto;
 margin-left: 0px;
 margin-right: 25px;
 padding: 10px;
 color: #fff
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.34+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.34) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.34) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.34) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#57000000',GradientType=0 ); /* IE6-9 */
}

.product_in_section div div:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.product_in_section div div p{
color: #fff;}

.product_in_section  div  h3{
margin: 0px;
padding: 10px;
font-weight: bold; 
font-size: 19px;
background: rgba(255, 255, 255, .5);
color: #fff; 
}

.product_in_section  div  h3  a{
}

.security_extra{display: none;}

#cms_form_holder{
margin-bottom: 30px;
}
#cms_form_holder p{
padding: 0px 0px 10px 0px
}
#cms_form_holder textarea{
width: 100%;

}
.ofspec_list_checkboxes ul{
list-style-type:none;
padding: 0px;
margin: 0px;
}
.ofspec_list_checkboxes label{font-weight: normal;display: inline;}
.page_content{
background: rgba(255, 255, 255, .9);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
padding-top: 20px;
color: #000;
}
.page_content p{
font-size: 18px;
}
.page_content ul{
font-size: 18px;
}
.page_content_holder{
//background-image: url(../images/background-line.gif);
//background-repeat: repeat-y;
//background-size: 100%;

}

.panel-body {padding: 0px; margin: 0px;border-left: 2px solid #666;}
.subproducts_list{list-style-type:none;
padding: 0px;
margin: 0px;
}
.subproducts_list{padding: 0px 0px 0px 10px;margin: 0px;}
.subproducts_list li{border-bottom: 1px solid #dadada;}
.subproducts_list li:hover{background-color: #efefef;border-bottom: 1px solid #C91C21;}
.subproducts_list li div{float: right;width: 20%; text-align: left; color: #7D0B59;font-size: .9em;}
.subproducts_list label{width: 80%; font-weight: normal;}
.rss_item{
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
padding: 5px 10px 10px 10px;
height: 280px;
//min-height: 290px;
margin: 10px;
overflow: hidden;
}
.rss_item .date{color: #666; font-size: 10px; background-color: #efefef;padding: 0px;}
a:link, a:visited, a:hover{color: #C91C21}
.breadcrumb_cms{
color: #C91C21;
list-style: none; 
margin: 0px;
height: auto;
padding: 5px;
background: rgba(255, 255, 255, 1);
background-color: #dadada;  
border-radius: 0px 10px 0px 0px;
}
.breadcrumb_cms li{padding: 5px 0px 0px 25px;display: inline;
}

.breadcrumb_cms li:before {    
font-family: 'FontAwesome';
content: '\f101';
margin:0 5px 0 -15px;
color: #C91C21;
}

.breadcrumb_cms li:first-child:before {    
font-family: 'FontAwesome';
content: '\f015';
margin:0 5px 0 -15px;
color: #C91C21;
}


.breadcrumb_cms a:link, .breadcrumb_cms a:visited, .breadcrumb_cms a:hover{color: #C91C21}

#prev_next_sections {
	margin: 0px 0px 0px 0px;
	float: right;
  width: 150px;
}
#prev_next_sections a img{
	width:25px;
	height:25px;
	background-color:transparent;
	cursor:pointer;
	border:0px;	
	font-size:0px;
	margin:0px;
	padding:0px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
  display: inline;
}

#prev_next_products {
	margin: 0px 0px 0px 10px;
	float: right;
  width: 150px;
}
#prev_next_products a img{
	width:25px;
	height:25px;
	background-color:transparent;
	cursor:pointer;
	border:0px;	
	font-size:0px;
	margin:0px;
	padding:0px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
  display: inline;
}

.prev-item-inactive       {background-position: 0px 0px;}
.prev-item-inactive:hover {background-position: 0px -75px;}
.prev-item          {background-position: 0px -25px;}
.prev-item:hover    {background-position: 0px -50px;}

.next-item-inactive       {background-position: -25px 0px;}
.next-item-inactive:hover {background-position: -25px -75px;}
.next-item          {background-position: -25px -25px;}
.next-item:hover    {background-position: -25px -50px;}
.security_extra{display: none;}




.home_feat_content h1{padding: 0px; margin: 5px;font-size: 20px;}
.home_feat_content p{;padding: 0px; margin: 5px;}
/*
1366x768 	1280x1024 	1280x800 	1024x768 	800x600
*/

input[type="submit"] {

}

span.sendicon {
    position: relative;
    background-color: #666;
}

span.sendicon:before {
    font-family: FontAwesome;
    content: "\f1d8"; /* Value may need to be changed in newer version of font awesome*/
    color:#fff;
    position: absolute;
    left: 10px;
    top: -1px;
    pointer-events: none;
}


.btn-custom {
border-radius: 5px;
font-family: 'Archivo Narrow', sans-serif;
font-size: 12px;
font-weight: normal;
background-color: #C91C21;
}

.footer-links{
list-style-type: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;}

.footer-links li{
margin: 0px 0px 0px 10px;

}


.navbar-toggle{background-color: #C91C21; border: none;color: #fff}
.navbar-toggle:hover{background-color: #E53036; border: none;color: #fff}



.fb-page{}
ul.nav.navbar-nav.navbar-right > li.active.dropdown.extra-nav-class > ul.dropdown-menu > li.active > a{background-color: #C91C21;}


#form_send_response_error{background-color: #C91C21;padding: 5px 10px 5px 10px;color: #fff;}
#form_send_response_success{background-color: #2384C3; padding: 5px 10px 5px 10px;color: #fff;}


#error_area{background-color: #C91C21;padding: 5px 10px 5px 10px;color: #fff;}

.topics_feat_area_display_central{list-style-type: none;padding: 0px; margin: 0px;}
@media only screen and (min-width:1366px) {
.shine{

}

  .home_feat_content h1{
  font-size: 30px;
  }


h1.text-center{font-size: 50px;
text-shadow: 0px 2px 3px #666;
}

p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 25px;
line-height: 40px;
margin-bottom: 10px;}
#myCarousel .item{height: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}


}

@media (min-width:1280px) and (max-width:1366px) {
h1.text-center{font-size: 44px;
text-shadow: 0px 2px 3px #666;
}
p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 25px;
line-height: 35px;
margin-bottom: 10px;}
#myCarousel .item{height: 350px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}

}

@media (min-width:1024px) and (max-width:1279px) {
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #000;
	padding: 5px 8px;
	font-size: 15px;
	font-weight: 300;
}
h1.text-center{font-size: 44px;
text-shadow: 0px 2px 3px #666;
}
p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 20px;
line-height: 25px;
margin-bottom: 10px;}
#myCarousel .item{height: 280px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}
}

@media (min-width:768px) and (max-width:1023px) {
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #000;
	padding: 5px 8px;
	font-size: 15px;
	font-weight: 300;
}
h1.text-center{font-size: 40px;
text-shadow: 0px 2px 3px #666;
}
p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 16px;
line-height: 25px;
margin-bottom: 10px;}
#myCarousel .item{height: 280px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}
}


.carousel-caption{padding-bottom: 20px;
  background: rgba(0, 0, 0, .6);
  border-radius: 10px;
  }
.carousel-caption h2 a{font-size: 40px;line-height: 40px;color: #C91C21}
.carousel-caption p{font-size: 16px;line-height: 25px;margin-bottom: 20px;}
.carousel-caption a.btn{color: #fff;}

.caption h2 a{font-size: 18px;}

.site-slogan{
font-size: 15px;}

}

@media (min-width:480px) and (max-width:767px) {
h1.text-center{font-size: 22px;
text-shadow: 0px 2px 3px #666;
padding-top: 20px;
}
p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 14px;
line-height: 17px;
margin-bottom: 10px;}
#myCarousel .item{height: 250px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}
#myCarousel h2{font-size: 26px; padding: 0px 0px 10px 0px; margin: 0px;line-height: 24px;}
#myCarousel p{font-size: 18px;line-height: 18px;}
#myCarousel{display: none;}
}


@media screen and (max-width:479px) {
h1.text-center{font-size: 22px;
text-shadow: 0px 2px 3px #666;
padding-top: 20px;
}
p.lead{
text-shadow: 0px 0px 7px #000;
font-size: 14px;
line-height: 17px;
margin-bottom: 10px;}
#myCarousel .item{height: 250px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;}
#myCarousel h2{font-size: 26px; padding: 0px 0px 10px 0px; margin: 0px;line-height: 24px;}
#myCarousel p{font-size: 18px;line-height: 18px;}
}

@media only screen and (max-width:320px) {
}

@media only screen and (min-width:768px) {
.smallres{display: none;}
.bigres{display: inline;}

}


@media only screen and (max-width:767px) {
.smallres{display: inline; }
.bigres{display: none;}
.main-navigation{height: 0px;}
.navbar-collapse{background-color: #efefef;}
ul.lang-switch-aux{float: right;width: 130px;}
.navbar-toggle{width: 100px;}
.lang-switch-aux li
{
	float: none;
	list-style: none;
	margin-right: 1px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: left;
}

.logo{
width: 180px;
}
.site-slogan{
font-size: 15px;}
.header {  
}

.banner {
}

}







.slideshow_partners { margin: auto ; padding-bottom: 10px;}
.slideshow_partners li { text-align: center;}
.slideshow_partners li img { padding: 2px; width: 320px;}
div.responsive img { width: auto; height: auto }
.cycle-pager { margin-bottom: 50px ; border: 1px solid red;padding: 0px; margin: 0px;}
div.vertical { width: 180px }
div.center{text-align: center;}
.afisClientsPartners{border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.afisClientsPartners img{border: 1px solid #dadada;background-color: #efefef;padding: 3px;}
.table-hover td:hover{background-color: #000;}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 45%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}















.red-tooltip + .tooltip > .tooltip-inner {background-color: #C91C21;opacity: 1;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#C91C21; opacity: 1;}
.tooltip.in {
    opacity: 1 !important;
}
.cruises-slider .slide .shipsline {
  display: none;
  margin: 0px 0 0px;
}
.shipsline {
  display: inline-block;
  position: relative;
  padding-right: 0px;
}
.shipsline:before {
  content: "";
  position: absolute;
  background: url(../images/hills.png) repeat-x center top;
  height: 50px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
.shipsline .ship {
  position: absolute;
  background: url(../images/bike.png) no-repeat 0 0;
  width: 100px;
  height: 40px;
  top: 3px;
  left: 100px;
  margin-left: 50px;
  z-index: 1;
}
ul.shipsline {
margin: 0px 0px 20px 0px;
width: 100%;
}
.shipsline li {
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  position: relative;
  padding: 60px 0 0;
}
.shipsline li:before {
  content: "";
  position: absolute;
  background: url(../images/pin.png) no-repeat 0 0;
  width: 16px;
  height: 23px;
  top: 28px;
  left: 50%;
width: 100%;
  z-index: 3;
}
.shipsline li a:link {
color: #fff;}
.shipsline li a:visited {
color: #fff;}
.shipsline li a:hover {
color: #C91C21;}

.shipsline li.active:before {
  background-image: url(../images/pin-active.png);
}
.shipsline li.done:before {
  background-image: url(../images/pin-active.png);
}
.shipsline li.spacer {
  background: url(../images/waves-spacer.png) repeat-x center center;
  height: 75px;
  position: relative;
  z-index: 2;
}
.shipsline li.spacer:before {
  display: none;
}
.shipsline li a {
  color: #1b134d;
  text-decoration: none;
}
.shipsline li span {
  max-height: 60px;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 960px) {
  .cruises-slider .slide .shipsline {
    display: inline-block;
  }
}


/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

a.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}




/* SMALL VIDEO BACKGROUND 
================================================== */
.small-background-section {
    font-family:'Raleway',sans-serif;
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#f1c40f;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}





/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 768px) {
.about-section-title {
    line-height:1
}
}

@media screen and (max-width: 480px) {
.big-background-title {
    font-size:58px
}

.small-background-title {
    line-height:1
}

/*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
.big-background-title,#colorize {
    line-height:1
}
}

@media screen and (max-width: 320px) {
.small-background-title {
    font-size:30px
}
}


.customtour_cities{
padding: 0px;
margin: 0px;
}

//html.desktop.landscape.js.no-touch.csstransitions > body.no-trans.scroll-spy > div.container.page_content > div.row > div.col-sm-9 > div.row > div.col-sm-12 > div#cms_form_holder > form#msform > fieldset > div.row.divs_states_customtour > div.col-md-4 > ul.customtour_cities > li.row > div.col-md-4 > input
.customtour_cities input{
}
.customtour_cities li{
padding: 0px;
margin: 0px;
text-align: left;
}
.customtour_cities li:hover{
background-color: #252525;
}
.customtour_cities div{
padding: 0px;
}
.customtour_cities row{
padding: 0px;
}


div.row.divs_states_customtour > div.col-md-4 > h4{
background-color: #C91C21;
color: white;
margin: 0px;
padding: 3px 10px;
font-weight: normal;
}

.divs_states_customtour ul{
background-color: #000;
list-style-type: none;
padding: 0px;
margin: 0px;
height:150px;
overflow: auto;
}
.divs_states_customtour h4{

}
.divs_states_customtour ul{
margin-bottom: 10px;}
.divs_states_customtour ul li{
padding: 0px 10px;
margin: 2px;
font-size: 12px;
}
.divs_states_customtour ul li input{
padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 0px;
font-size: 12px;
width: 25px;
text-align: center;
color: #000;
line-height: 18px;
display: inline;
}


.msform-holder{
height: 1400px;
}
@media (min-width:800px){
  .msform-holder{
  height: 700px;
  }
}











@media (max-width: 1280px) {
 .brand{width: 250px;}
}
@media (max-width: 980px) {
 .brand{width: 140px;margin: 0px 0px 5px 10px !important;}
 #navmenu_secondary li{line-height: 25px;}
 #navmenu_secondary li a{padding: 2px;font-size: 13px;}
div.main-navigation.animated > nav.navbar.navbar-default > div.container-fluid > div#navbar-collapse-1.navbar-collapse.scrollspy.smooth-scroll.collapse.in{
background: rgba(0, 0, 0, 0.4);
border-radius: 10px;
border: none;
  }
.navbar-default{  
  }
.navbar-default .navbar-nav{  
  }


.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding: 13px 1px 13px 1px;
  font-size: 16px;    
  }

}







#msform .centered_content{
text-align: center;
}
/*form styles*/
#msform {
margin: 0px;
text-align: center;
padding: 10px;
height: 650px;
}
#msform h3{
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
#msform p{
font-size: 13px;
text-align: left;
}

#msform input{
color: #000;
}
#msform select{
color: #000;
}
#msform textarea{
color: #000;
}
#msform option{
color: #000;
}

#msform td{
padding: 5px;
text-align: left;}
#msform .form-control{
display: inline; 
width: 100px;
}
#msform .shortfield{
width: 20px;
}

#msform .mediumfield{
width: 55px;
}

#msform .largefield{
width: 90%;
}

#msform fieldset {
left: 0%;
color: #fff;
background: rgba(0, 0, 0, 0.4);
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 3px 3px;
box-sizing: border-box;
width: 96%;
margin: 0 2%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*buttons*/
#msform .action-button {
width: 100px;
background: #C91C21;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 1px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #C91C21;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
width: 100%;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 20%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
background: #C91C21;
color: white;
}

.brand_panel img{border: none;}
#progress { position: absolute; bottom: 0; height: 6px; width: 0px; background: #C91C21; z-index: 500; }


div.slideshow.slideshow_affiliations{width: 65%;float: left;}




.slideshow { margin: auto }
.slideshow img { width: 200px;padding: 2px; }
div.responsive img { width: auto; height: auto }
.cycle-pager { position: static; margin-top: 5px }
div.vertical { width: 100px }

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
}


nav.navbar.navbar-default > div.container-fluid > div#navbar-collapse-1.collapse.navbar-collapse.scrollspy.smooth-scroll > ul.nav.navbar-nav.navbar-right > li.dropdown.open.extra-nav-class > a.dropdown-toggle{background-color: transparent !important;}


.navbar-collapse-1{padding: 0px;}
.dropdown-toggle{background-color: transparent !important;}
#cms_form_holder p{font-size: 13px;color:#fff;}

.circles-holder{
background-color: #fff;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
margin: 20px 0px 20px 0px;
font-size: 25px;
}

.circle {
    width: 100%;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.video_gallery iframe{height: 200px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
}
