/*

		Client-specific CSS that overrides mobile-style.css and mobile-style-media.css.

		Client: Primatravel 2012
		
		**************************************		
		
		light röd = #333399;
		dark red #29297a;
		
		b81e25
		
*/


body {
	-webkit-tap-highlight-color:#333399;
}

.startpage .startpage-welcome {
	margin-top: 20px;
}

#header #header-search-container {
	background-color: #333399;
}
#header-search-input {
	border-color: #333399;
}


#header #header-search-input {
	border-color: #333399;
}

#header #header-row-2 {
	margin-bottom: 0px;
}

/* Links */

a {
	color: #333399;
}

a:hover {
	color: #29297a;
}


/* Inputs */

input,textarea,select {
	border: 1px solid #cdcdcd;
	outline-color: #1425B3;
	color: #58585a;
}

input:focus,
textarea:focus {
	border: 1px solid #1425B3;
}


/* Buttons */

.button {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  
	border: solid 1px #2d0254;

	background: #333399;
	background-image: url("../images/fade-light-down.png");
	background-repeat: repeat-x;
/*
	background: -moz-linear-gradient(top,  #773eac 0%, #333399 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#773eac), color-stop(99%,#333399));
	background: -webkit-linear-gradient(top,  #773eac 0%,#333399 99%);
	background: -o-linear-gradient(top,  #773eac 0%,#333399 99%);
	background: -ms-linear-gradient(top,  #773eac 0%,#333399 99%);
	background: linear-gradient(to bottom,  #773eac 0%,#333399 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773eac', endColorstr='#333399',GradientType=0 );
*/
}

.button:hover {

  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;

	background: #29297a;
	background-image: url("../images/fade-light-down.png");
/*
	background: -moz-linear-gradient(top,  #b81e25 0%, #a31a1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b81e25), color-stop(100%,#a31a1f));
	background: -webkit-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: -o-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: -ms-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: linear-gradient(to bottom,  #b81e25 0%,#a31a1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81e25', endColorstr='#a31a1f',GradientType=0 );
*/
}


#header-menubutton.active,
.button:active {

	border: solid 1px #2a024f;
  box-shadow: inset 0 1px 0 0 transparent,  0 1px 2px #A0A0A0;
  -webkit-box-shadow: inset 0 1px 0 0 transparent,  0 1px 2px #A0A0A0;
  -moz-box-shadow: inset 0 1px 0 0 transparent,  0 1px 2px #A0A0A0;

	background: #2a024f;
	background-image: url("../images/fade-light-up.png");
	background-position: bottom;

/*
	background: -moz-linear-gradient(top,  #a31a1f 0%, #b81e25 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a31a1f), color-stop(100%,#b81e25));
	background: -webkit-linear-gradient(top,  #a31a1f 0%,#b81e25 100%);
	background: -o-linear-gradient(top,  #a31a1f 0%,#b81e25 100%);
	background: -ms-linear-gradient(top,  #a31a1f 0%,#b81e25 100%);
	background: linear-gradient(to bottom,  #a31a1f 0%,#b81e25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a31a1f', endColorstr='#b81e25',GradientType=0 );
*/
}


/* Banners startpage */

.banner-item {
	background-color: #f3f3f3;
	border-bottom: 2px solid #cdcdcd;
}

.banner-title {
	background-color: #f3f3f3;
}

.banner-title a{
}

.banner-title a:hover {
}

.banner-desc {
	padding-left: 200px;
	background-color: #f3f3f3;
}

.banner-readmore a {
	font-weight: 700;
}

.banner-image {
	background-color: #f3f3f3;
	width: 180px;
}

.banner-image-main {
	width: inherit;
}
/* Search */


#header-search {
	background-color: #29297a;
}

#header-search-input {
	background-color: #f4e6ed;
}

/* Menu on startpage */

ul#startpage-main-nav li a {
	background: #333399;
	background: -moz-linear-gradient(top,  #333399 0%, #29297a 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333399), color-stop(99%,#29297a));
	background: -webkit-linear-gradient(top,  #333399 0%,#29297a 99%);
	background: -o-linear-gradient(top,  #333399 0%,#29297a 99%);
	background: -ms-linear-gradient(top,  #333399 0%,#29297a 99%);
	background: linear-gradient(to bottom,  #333399 0%,#29297a 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#29297a',GradientType=0 );
}

ul#startpage-main-nav li a:hover {
	background: #b81e25;
	background: -moz-linear-gradient(top,  #b81e25 0%, #a31a1f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b81e25), color-stop(100%,#a31a1f));
	background: -webkit-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: -o-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: -ms-linear-gradient(top,  #b81e25 0%,#a31a1f 100%);
	background: linear-gradient(to bottom,  #b81e25 0%,#a31a1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b81e25', endColorstr='#a31a1f',GradientType=0 );
}

#dropdown-menu ul li a:hover {
	background-color: #f3f3f3;
}

.attached-page-toggler {
	color: #29297a;	
}

.tourlist-item .tourlist-extra-info-important {
	border: 1px solid #29297a;
}

#header-nav-container.dropdown-menu ul li a.level1 {
  font-size: 13px;
	padding: 6px 10px 7px 10px;
}



/* Footer */

#footer {
	background-color: #29297a;
	color: white;
}

#footer a {
	color: white;
}

.tableheader td{background-color:#333399;	color:#fff;}

/**/
#header-search-container{ display:inline-block;}
#header #header-logo{width: 500px;}

/************************************************************************************************

																																						 			   MEDIA-SIZES
																																			
************************************************************************************************/

@media screen and (max-width: 780px) {

	#header-logo img {display:none;}
	#header-logo {background:url(../images/logo-tall.png) no-repeat left center transparent; background-size:contain; height:80px;}
	
	#header #header-logo{width: 60%;}
	#header #header-toolbox {width: 40%;}





	
	} /* .END @780 */



	@media screen and (max-width: 650px) {

	#header #header-logo{width: 56%;}
	#header #header-toolbox {width: 44%;}

		/* site logo */
	
		#site-logo {
			width: 120px;
		}
	
	  #site-logo img {
	    width: 100px;
	  }
	
	} /* .END @650 */

	
	
	@media screen and (max-width: 430px) {
		#header-logo{ background-position:center center;}
		#header #header-logo,#header #header-toolbox {width: 100%; clear:both; float:left; text-align:center;}
		} /* .END @430 */


	@media screen and (max-width: 320px) {
		
		
		.banner-desc {
			padding-left: 0px;
		}

		.banner-image {
			margin-left: auto;
			margin-right: auto;
		}
	
	} /* .END @320 */


