@charset "UTF-8";

@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  url('./fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('./fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
  url('./fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
  url('./fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html
{
	min-height:100%; 
}


body
{
	font-family: Arial;
	background: rgb(255,249,244);
	background: -moz-linear-gradient(top,  rgba(255,249,244,1) 0%, rgba(243,144,59,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,249,244,1)), color-stop(100%,rgba(243,144,59,1)));
	background: -webkit-linear-gradient(top,  rgba(255,249,244,1) 0%,rgba(243,144,59,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,249,244,1) 0%,rgba(243,144,59,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,249,244,1) 0%,rgba(243,144,59,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,249,244,1) 0%,rgba(243,144,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f4', endColorstr='#f3903b',GradientType=0 );

}

.container
{
	max-width:1024px;
  /* padding:15px;*/   
}

.slider
{
	width:100% !important;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	border-radius:5px;
}

.welcomeDivHalf
{
	width: 44.9% !important;
    margin-top: 10px;
	min-height: 213px !important;
}


@media (max-width: 1200px) {
	.slider
	{ 
		width:72.5% !important;
	}
	.nav li
	{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}	
	
}

@media (max-width: 990px) {
	.slider
	{ 
		width:65.5% !important;
	}
}

@media (max-width: 1200px) {
.welcomeJourneys.col-lg-6 { 
    width: 51% !important;
	*background-color:green !important;
}
.AllReiseDiv.col-md-6
{
	width:43.7% !important;
}

.welcomeDivHalf
{
	width:44.5% !important;
}
}

@media (max-width: 990px) {
.welcomeJourneys.col-lg-6 {
    width: 50% !important; 
	*background-color:violet !important;
}

.AllReiseDiv.col-md-6
{
	width:43% !important;
}

.welcomeDivHalf
{
	width:44.5% !important;
}

.slider
{
	width:71% !important;
}
}

@media (max-width: 979px) {
.welcomeJourneys.col-lg-6 {
    width: 51% !important; 
	*background-color:red !important;
}

.AllReiseDiv.col-md-6
{
	width:41.5% !important;
}

.welcomeDivHalf
{
	width:42.8% !important;
}

.welcomeDivHalf h1
{
	padding:10px !important;
}

.sidebottom h1
{
	font-size:14px !important;
}
	
.sidetop
{
	margin-left: 5px !important;
    margin-right: 5px !important;
}

}

@media (max-width: 766px) {
.welcomeJourneys.col-lg-6 {
    *background-color: blue !important;
    width: 101.5% !important;
	padding-left: 0px !important;
	margin-left: -10px !important;
}

.AllReiseDiv.col-md-6
{
	width: 44.7% !important;
    float: right;
}

.welcomeDiv
{
	width:165% !important;
	margin-bottom:10px !important;
}

}

@media (max-width: 615px) {
.welcomeJourneys.col-lg-6 {
    *background-color: orange !important;
    width: 103% !important;
    margin-left: -10px !important;
	padding-left: 0px !important;
}

.AllReiseDiv.col-md-6
{
	width: 43.8% !important;
    float: right;
}

.welcomeDiv
{
	width:165% !important;
	margin-bottom:10px !important;
}
}


@media (max-width: 526px) {
.welcomeJourneys.col-lg-6 {
    *background-color: turquoise !important;
    width: 102% !important;
	padding-left: 0px !important;
}

.AllReiseDiv.col-md-6
{
	width: 93.5% !important;
    float: left;
}

.welcomeDiv
{
	width:160% !important;
	margin-bottom:10px !important;
}
}

@media (max-width: 362px) {
	.welcomeJourneys.col-lg-6 {
		*background-color: gray !important;
		width: 104% !important;
		padding-left: 0px !important;
	}
	
	.AllReiseDiv.col-md-6
{
	width: 91% !important;
}

.welcomeDiv
{
	width:158% !important;
	margin-bottom:10px !important;
}
}


.maincontainer
{
	width: 100% !important;
    background-color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	padding-bottom:10px;
}

.sidebarmodule
{
	margin-right: -10px;
}
 
@media (max-width: 992px) {
	.sidebarmodule {
       /* background-color:red; */
		width:21.3% !important;
    }
}

@media (max-width: 1200px) {
	.sidebarmodule {
        /*background-color:yellow;*/
		width:27.2% !important;
    }
	.angebote
	{
		margin-left:5px !important;
		width:81.0% !important;
	}
}

@media (max-width: 980px) {
	.sidebarmodule {
        /*background-color:orange;*/
		width:33% !important;
    }
	.angebote
	{
		margin-left:5px !important;
		width:81.0% !important;
	}
	
	.maincontainer
	{
		/*width:62.7% !important; */
	}
	
	.footer 
	{
		padding: 0  !important;
	}
	

}

@media (max-width: 766px) {
	.sidebarmodule {
        /*background-color:pink;*/
		/*margin-left: 15px !important;*/
		width:100% !important;
		height: auto !important;
    }
	
	.sidebarmodule .Karedfrom.hasDatepicker, .Karedto.hasDatepicker {
		min-width: 87% !important;
	}

	.col-xs-12
	{
		width:120% !important;
	}
	
	.maincontainer
	{
		/*padding-left:15px !important;
		margin-left: 15px !important;
		width:96% !important; */
	}
	
	#JourneySite, #JourneySiteListe{
		*width:83% !important;
		margin-left: -15px !important;
	}
	
	.KaredSucheInput
	{
		width:94% !important;
	}
	.KaredLandInput, .KaredKategorieInput
	{
		width:96% !important;
	}
	.Karedfrom , .Karedto
	{
		width:90% !important;
	}
	
	.footer 
	{
		padding: 0  !important;
	}
	
}

@media (max-width: 529px) { 
	.sidebarmodule {
        /*background-color:blue !important;*/
		/*margin-left: 15px !important;*/
		width: 100% !important;
    }
	.col-xs-12
	{
		width:122% !important;
	}
	
	.ui-datepicker-trigger  
	{
		display:none;
		width:0px;
	}
	
	.maincontainer
	{
		/*padding-left:15px !important;
		margin-left: 15px !important;
		width:92% !important; */
	}
	
	.searchnbookbottom {
		width: 90% !important;
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.angebote
{
	width:70.5% !important; 
}

.footer
{
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );

	color: #fff;
    font-size: 10px;
    margin-bottom: 30px;
	margin-top: 10px;
    max-width: 1020px;
    border-radius: 5px;
    font-weight: bold;
    font-family: Tahoma;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	padding: 0 5px;
}


.pinkfont
{	
	color:#BA1522;
	font-size:16px;
}

.containertop
{
	background-color:#fff;
}

.headertext
{
	padding-top:10px;
	line-height: 20px;
}

.headerintro
{
	padding-left: 10px !important;
	padding-top:20px; 
}

.headerbild
{
	width:100%;
	float: left; 
	margin-right: 0px;
	margin-top:-25px;
	margin-left:0px;
	margin-bottom:0px;
}


.logo
{
	text-align:left;
	width:45% !important;
	margin-top:35px;
}

.span12 .headerbild
{
	margin-top:0px !important;
}

.searchnbook
{
	/*max-width:300px;*/
	width:100%;
	border: 1px solid #B2B2B2;
	margin-left: 0px !important;
}

@media (max-width: 768px) {
    .searchnbook {
        margin-left: 10px !important;
    }
}

.searchnbooktop
{
	width:100%;
	color: #fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
	background: rgb(216,35,38);
background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );


}

.newsside 
{
	/*max-width:300px;*/
	width:100%;
	margin-left: 0px !important;
	word-wrap: break-word;
	font-size:10px;	
}

.newsside  h1
{
	font-size:22px;
	padding: 0px 0px 0px 10px;
}

.newsside h2
{
	font-size:11px;
	margin: 0px 0px 0px 10px;
}

.newsside p 
{
	margin: -10px 0px 0px 10px;
}

.searchnbookbottom
{
	width:100%;
	text-align:center;
}

.sidetop
{
	padding:10px;
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );
	-webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
		-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
	font-family:Tahoma;
}

.sidebottom
{
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );
	border-radius:5px;
    color: #fff;
    font-size: 16px;
    margin-left: 0;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);	
	margin-top: 15px;
    padding-bottom: 15px;
	font-family:Tahoma;
}

.sidebottom h1
{
	color: #fff;
	font-size: 15px;
	font-family:Tahoma !important; 
}

.sidebottom p
{
	color: #fff;
	font-size: 11px;
}
 
.sidebottomnewsletter
{
	background-color: #fff;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	border-radius: 5px;

    height: 260px;
    overflow: hidden;
    text-align: left;
    width: 100%;
	border-bottom:3px solid #fff; 
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.FormKaredSuche .ui-datepicker-trigger
{
	float:none;
	margin-left:0px !important;
	text-align:top !important;
}

.hammerButton{
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );
	border-radius:5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
    padding: 5px 0px;
    width: 80% !important;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	font-family:Tahoma;
	border: 0;
	margin-top: 45px;
}

.hammerButtonreset
{
	display:none;
}


.smallspace
{
	margin-top:10px;
}


.nav
{
color:#fff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );

}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.footer a, .footer a:hover
{
	color:#fff;
}

.DR_Anfrage
{
	background: rgb(216,35,38);
background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );

	color:#FFF;  
	padding:3.3px 8px;
	font-weight:bold;
	font-size:11px;
	/*width:90% !important;*/
	border:0px;
}

.linkMore {
    background: rgb(216,35,38);
background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d82326', endColorstr='#ba1522',GradientType=0 );

    padding: 5px;
    font-size: 11px;
    color: #fff;
	margin-top: -5px;
	float:right;
}

h1,h2,h3,h4,h5,h6
{
	color: BA1522 !important;
}

h1
{
	font-size:20px;
}
 
h1
{
	font-size:18px;
}

.kataLink {
    margin-right: 10px;
    background-color: #00adb7;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
}

.nav li {
    margin-left:5px;
	-webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
    margin-top: 10px; 
	padding-left: 35px;
    padding-right: 35px;
    font-family: Tahoma;
    font-size: 15px;
}

.nav .dropdown-menu li {
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    margin-top: 0 !important;
    box-shadow: none !important;
    border-radius: 0 ;
    padding: 5px;
    margin-left: 5px !important;border-bottom: 2px solid #666666;
} 

.bfPage-l {
    background-color: #fff !important;
}

.nav .dropdown-menu li a:hover {
    color: rgb(216,35,38);
}
.nav .dropdown-menu li a {
    color: #000;
    
    border-radius: 0 !important;
}

.nav .dropdown-menu li:last-child { border-bottom: none;  }


.intro
{
		margin-top:10px;
}

.welcomeDiv, .welcomeDivHalf
{
	background-color:#fff;
	color:#000;
	border-radius:5px;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	padding: 10px;
	font-size:11px;
	font-family: Tahoma;
	line-height: 120%;
}

.welcomeDiv
{
	overflow:auto;
	min-height: 211px;
}

.welcomeDiv p
{
	padding-left:20px;
	padding-right:20px;
}

.welcomeDivHalf img
{
	width:100%; 
}

.welcomeDivHalf h1
{
    font-size: 11px;
    font-family: Tahoma;
    font-weight: normal;
	background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	border-radius:5px; 
	line-height: 120%;
    padding: 9px 20px;
	margin-bottom: 0;
	position:absolute;
	bottom: 10px !important;
	margin-right: 10px;
}

.welcomeDivHalf a
{
	color:#fff;
}

.welcomeJourneys 
{
	padding-right: 0 !important;
    width: 51% !important;
    *background-color: violet;
    margin-right: 0px !important;
}

.welcomeJourneys .col-lg-6 {
    *padding-right: 0 !important;
    *background-color: wheat;
    *width: 44.2% !important;
    *margin-right: 0px !important;
    margin-left: 10px;
}

.AllReiseDiv
{
	background-color:#fff;
	color:#000;
	border-radius:5px;
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	padding: 10px;	
	*width: 100% !important;
	margin-bottom: 10px;
	width: 44.2% !important;
}

.startLinks
{
	padding-right: 0 !important;
    width: 49% !important;
}