.navbar-default .navbar-nav li a{
	font-weight: normal !important;
}
.navbar-default .navbar-nav li a:active, .navbar-default .navbar-nav li:not(.active) a:focus{
	color: black !important;
}
a:hover{
	text-decoration: none !important;
}
h1{
	    border-bottom: 1px solid #e8e8e8;
}
.navbar-toggle .icon-bar {
    background-color: rgba(91, 86, 142, 1) !important;
}
@media screen and (min-width:1200px) {
	header img.logo{
		margin-top:-10px;
	}
	footer{
	margin-top: 80px;
}
	
}
.btn.btn-primary{
	background: rgba(91, 86, 142, 1)
}
.btn.btn-primary:hover{
	background: rgba(55, 51, 108, 1)
}
@media (min-width: 690px) and (max-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
    	font-size: 13px;
	}
}
@media screen and (min-width:992px) and (max-width: 1200px) {
	.topBackground{
		height: 240px !important;	
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.topBackground{
		height: 200px !important;	
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 50px !important;	}
	.navbar-brand img{
		height: 70px !important;
	}
	.navbar-default .navbar-nav>li>a {
    	font-size: 11px !important;
    	padding: 20px 8px !important;
	}
	.text-sm-center{
		text-align: center !important;
		margin: 0 auto !important;
	}
	.text-sm-center img{
		display: inline-block !important;	
	}
}
@media (min-width: 768px) and (max-width: 830px) {
	.navbar-default .navbar-nav>li>a {
    	padding: 20px 7px !important;
	}	
		
}
.navbar-header{
	height: 110px !important;
}
.navbar-toggle{
	margin-top: 37px !important; 
	z-index: 999 !important;
	margin-right: 0px !important;
	padding-right: 25px !important;
}
address{
	margin-bottom:0px !important;
}
.smallLine{
	width: 250px;
	height: 1px;
	background: rgba(238, 238, 238, 1);
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width:768px){
	
	.dropdown-menu{
		margin-top: -1px !important;
	    border-top: none !important;
	    right: -1px !important;
    }	
	.navbar{
		height: 90px !important;
		min-height: 90px !important;
	}
	section.navBar{
		height: 90px !important;
	}
	.navbar-brand{
		padding-top: 2px !important;
	}

	.navbar-default .container, .navbar-default .navbar-header, .navbar-default .navbar-collapse{
		height: 90px !important;
	}
	.navbar-nav{
		margin-top: 0px;
		height: 90px !important;
	}
	.navbar-nav>li{
		height: 90px !important;
	}

}
@media (min-width: 991px){
	.navbar-default .navbar-nav > li > a{
		line-height: 60px !important;
	}
}	
@media screen and (max-width:767px) {
	h1{
		font-size: 30px;
	}
	.homepageTitle{
		font-size: 20px !important;
		text-align: center !important;
	}
	

	.containerBottomImages{
		margin-top: 0px !important;
	}
	.social a{
		font-size: 25px !important;
		padding-right: 20px !important;
	}
	.social a:last-child {
		padding-right: 0px !important;
		
	}
	header .navbar-default .navbar-brand{
	    position: absolute !important;
	    text-align: center !important;
	    float: none !important;
	    margin: 0 auto !important;
	    width: 100%;
	    z-index: 1 !important;
	}
	.navbar-brand > img{
	    display: block;
	    float: none !important;
	    text-align: center !important;
	    display: inline;
    }
	.xs-mt40{
		margin-top: 40px !important;
		
	}
	.xs-border-top{
		border-top: 1px solid #EC098C;
	}
	.xs-pt10{
		padding-top: 10px;;
	}
	.text-xs-white{
		color: white !important;
	}
	.title-sm-35{
		font-size: 35px !important;
	}	
	.title-sm-33{
		font-size: 33px !important;
	}
	.title-sm-25{
		font-size: 25px !important;
	}
	.title-sm-20{
		font-size: 20px !important;
	}
	.title-sm-30{
		font-size: 30px !important;
	}
	.title-sm-12{
		font-size: 12px !important;
	}
	.imgResponsive{
		max-width: 100% !important;
		margin: 0 auto !important;
	}
	.navbar-nav li a{
		font-size: 22px !important;
		text-align: center !important;
		margin-left: 0px !important;
	}
	.footerImageLogo{
		text-align: center !important;
		margin: 20px !important;
	}
	header .navbar-default .navbar-nav>li>a {
		margin-top: 0px;
		margin-left: 15px;
	}
	.fixedHeader {
		padding-top: 120px;
	}
	.social,.contactDetails{
		text-align: center;
	}
	.topBackground{
		height: 250px !important;	
	}
}
header.headerBlack .navbar-default .navbar-brand {
    color: #ffffff;
}
header .navbar-default .navbar-brand {
    color: #000000;
}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.pr0{padding-right:0px;}
.p0{padding:0px;}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.error{
	color: rgba(242, 50, 36, 1) !important;
} 

.slideshow{
	margin-top: 0px !important;
	position: relative !important;
}
nav .active{
	background: #F6AECD;
}
header.header2{
	margin-bottom: 0px;
}
.navbar-nav a:hover{
	background: rgba(154, 177, 58,0.9) !important
}
.homepageTitle{
	font-size: 25px; 
	font-weight: 500;
}
.titleH2{
	font-size: 30px !important;
	font-weight: 600 !important;
}
.topBackground{
	background-size: cover !important;
	background-position: center bottom !important; 
	width: 100%;
	height: 200px;
}
.footerLinks{
	list-style:none !important;
	margin-top: 0px !important;
	margin-left: 0px;
	padding: 0px ;
}
.mainContent{
	transition: 400ms all ;
}
.mainContent.loading{
	opacity: 0.4 !important;
}
.topFooter .footerAddress{
	color: #5A5A5A;
}
.backgroundDots p, .backgroundDots li{
	font-size: 20px !important;
	font-weight: 500 !important;
}
.arrowDownMenu{
	color:#252839;margin-left: 4px;vertical-align: middle;font-size: 20px;
}
.img-thumbnail.flag {
	width: 16px;
	height: 16px;
	border-radius: 100% !important;
	display: inline-flex;
	background-size: cover !important;
}

.navbar-brand>img{
	margin-top: 3px;
}
.allesEkdilosis{
	font-size: 51px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: rgba(91, 86, 142, 1);
    color: white;
    padding: 10px;
    line-height: 51px;
    padding-top: 15px;
}
.dropdown-menu li{
    padding: 0px;
    font-size: 17px;
}
.dropdown-menu li a{
   	font-size: 15px;
    padding: 10px;
}
.navbar-nav>li>.dropdown-menu{
	padding-top: 0px;
	padding-bottom: 0px;
}
.dropdown-menu li a:hover{
	color: white;
}
   
.dropdown-menu li:hover{
	color: white !important;	
}

.navbar-nav>.active>a:focus{
	background: rgba(91, 86, 142, 1) !important;
	color: white !important;
}
.piwikTracker{
	display: none;
}
.hr-with-bullet{
	width: 100%;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-top: 16px;
    margin-bottom: 16px;
}
.hr-with-bullet::after{
    content: " ";
    width: 16px;
    display: inline-block;
    height: 16px;
    position: absolute;
    margin-left: calc(50% - 8px);
    left: 0px;
    margin-top: -8px;
    border-radius: 15px;
    background: white !important;
    border: 1px solid rgb(204, 204, 204);
}
#mynano > div{
	background-color: rgba(91, 86, 142, 1) !important;
}
.rightMenu{
	background: #f8f8f8; 
	border: 1px solid #e7e7e7;
	border-radius: 0px;
}
.well.wellContact{
	background: #f8f8f8; 
	border: 1px solid #e7e7e7;
}

.rightMenu a{
	color: black !important;
}
.rightMenu a:hover {
    text-decoration: none;
    background-color: white !important;
    color: black !important;
    border-radius: 0px !important;
    cursor: pointer;
}
.emailFooter{
	font-size: 30px;
}
header.header2 .navbar-default .navbar-nav>li>a{
	font-weight: 500 !important;
}