/* Your CSS codes here */
.header-2 .navy > ul > li.separator {
	padding: 20px 0px;
	font-size: 13px;
	line-height:28px;
	color:#ccc;
	font-weight: 600;	
}
.header-2 .navy > ul > li.separator:after {
	/*content: "/\00a0";*/
}
.header-2 .navy > ul > li:not(:last-child) > a {
	border-right:1px dashed #ddd;
}
.header-2 {
	padding: 16px 0px 0px;
}
.page-heading-two {
	padding: 10px 0px;
}
footer {
	border-top: 1px solid #609cec !important;
	padding: 10px 10px 4px;
    background: transparent;
}
footer a:hover{
    color: #fff;
}
.page-heading-two {
	margin-bottom:20px;
}

.margin-bottom-20{
	margin-bottom:20px;
}
.margin-top-20{
	margin-top:20px;
}
.margin-top-0{
	margin-top:0px;
}
.r-slider .banner{
	/*border-bottom:1px solid #609cec;*/
	border-top:1px solid #25AADF;
	border-bottom:1px solid #5f5f5f;
}
.top-bar{
    /*border-bottom-color: #25AADF;*/
    /*border-bottom-color: #8c8685;*/
    border-bottom-color: #9e9897;
    /*background-color: #333333;*/
    background-color: transparent;
    color: #ccc;
}
.top-bar a{
    color: #ccc;
}
.top-bar a:hover{
    color: #fff;
}
.page-heading-two{
    border-top-color: #25AADF;
    border-bottom-color: #25AADF;
    background: url('../img/menu-back.png') repeat;
}
.page-heading-two h2{
    /*color: #e8e8e8;*/
    color: #89c5d4;
}
.page-heading-two .breads a{
    color: #ccc;
}
.page-heading-two .breads .blue{
    /*color: #23c0cc !important;*/
    color: #8ec8cc !important;
}
.page-heading-two .breads a:hover{
    color: #fff;
}
body{
    /*background-color: #333333;*/
    background: url('../img/menu-back.png') repeat;
}
.outer{
    background: transparent;
}
div.header-2, div.main-block{
    background-color: #fff;
}
.thumbnail{
    border-color: #cecece;
}
.well {
    box-shadow: inset 0 0 2px #89c5d4;
}
.contact-us-three .contact-map iframe{
    border:none;
    box-shadow: inset 0 0 2px #89c5d4;
}
hr{
    border-color: #cecece;
}
.green-color{
    color: #365547;
}
a.language-selector:hover > .label {
    background-color: #609cec;
    color: #ffffff;
}
.current-language-flag{
    border: 1px solid #ccc;
}
/*
a.thumbnail{
border-color:yellow;
}
*/

/* cookie warning - begin */
#cookieWarningParent {
    background-color: #353a40;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid red;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    margin: -5px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    color:#a0a0a0;
}

#closeCookieConsent span {
    font-size: 12px;
    font-weight: normal;
}

#cookieWarningContents {
    color:#d2d2d2;
}

#cookieWarningContents h5.title{
    color:#e43c20;
}

#cookieWarningContents p a {
    text-decoration: underline;
    color: red;
}
/* cookie warning - end */
