 /*-------------------------------------------------------------------------------
		General test
-------------------------------------------------------------------------------*/
div#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    background: url(../../images/tpl_backbone/ajax-loader.gif) no-repeat 50% 50% #FFF;
}
/* Responsive Menu Button*/
a#hamburger {
	width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 999999999;
    right: 12px;
}
#hamburger:before, #hamburger:after, #hamburger span {
    background: #EEEEEE;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    left: 0px;
    margin-top: 4px;
}
#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity, rotate, margin-top;
    transition-property: transform, top, bottom, left, opacity, rotate, margin-top;
}


/*-------------------------------------------------------------------------------
		Bootstrap Overwhites
-------------------------------------------------------------------------------*/
#header .container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0px;
}
.navbar-toggle .icon-bar {
	background-color: #EEEEEE;
    width: 30px;
    height: 5px;
}
.navbar-toggle {
	padding: 9px 10px;
	margin-top: 17px;
	border: 1px solid transparent;
	border-radius: 0px;
}
/*-------------------------------------------------------------------------------
		CTA Sliding Buttons
-------------------------------------------------------------------------------*/
.lang-GR .ghost-btn {
	/*font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.lang-EN .ghost-btn {
	font-family: 'helveticaregular';
}

.ghost-btn {
	width: 100%;
	max-width: 150px;
	padding: 15px !important;
	font-size: 15px !important;
	/*font-family: 'helveticaregular','open_sansregular' !important;*/
	line-height: 15px;
	letter-spacing: 0px;
	border: 2px solid;
	border-radius: 0px;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	z-index: 1;
	background-image: url(../../images/tpl_backbone/arrow-icon-white.png);
	background-position: 120px 14px;
	background-repeat: no-repeat;
	text-align: left;
}
.ghost-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.ghost-btn.btn:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0.0;
    /* Safari 1.x */
    -khtml-opacity: 0.0;
    /* Good browsers */
    opacity: 0.0;
}
.ghost-btn.btn:hover, .ghost-btn.btn:active {
	color: #000000;
	text-decoration: none;
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
.btn:hover:after {
	width: 100% !important;
	background-image: url(../../images/tpl_backbone/arrow-icon-black.png);
	background-position: 120px 14px;
	background-repeat: no-repeat;
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
.btn:active:after {
}
/*-----------------------------
		Header
-----------------------------*/
#header {
	margin-bottom: 50px;
	position: relative;
}
#navbar {
	float: right;
	width: 70%;
}
#navbar .row:first-child {
	position: relative;
	margin-top: 8px;
}
#navbar .main-nav > li > a {
	padding-right: 40px;
	background-image: url(../../images/tpl_backbone/nav-dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 84% center;
}

#navbar .main-nav > li > a:hover, #navbar .sec-nav > li > a:hover {
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 */
    filter: alpha(opacity=70);
    /* Netscape */
    -moz-opacity: 0.7;
    /* Safari 1.x */
    -khtml-opacity: 0.7;
    /* Good browsers */
    opacity: 0.7;
}

.lang-GR #navbar .main-nav > li > a {
	background-position: 87% 52%;
}

#navbar .main-nav > li > a:last-child {
	background-image: none !important;
}
.gradient-border {
	position: absolute;
	bottom: 0px;
	right: -1px;
	height: 2px;
	width: 100%;
	background: -webkit-linear-gradient(right, #CCCCCC, transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #CCCCCC, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #CCCCCC, transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #CCCCCC, transparent); /* Standard syntax (must be last) */
}
#navbar .main-nav > li.active, #navbar .sec-nav > li.active {
    background-image: url(../../images/tpl_backbone/active-nav-item.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.navbar {
	z-index: 3;
	position: absolute;
	width: 100%; 
}
.contact .navbar:before{
	background:url('../../images/tpl_backbone/contact-gradient-header.png') top center repeat-x;
	width: 100%;
	height: 150px;
	position: absolute;
}
.firefox .contact  .help-block.with-errors {
    bottom: -23px;
    top: -15px;
    width: 230px;
}
.navbar:before{
	content:"";
	/*background:url('../../images/tpl_backbone/contact-gradient-header.png') top center repeat-x;*/
	width: 100%;
	height: 150px;
	position: absolute;
}
.navbar-brand {
	padding: 20px 10px;
	height: auto;
}
.navbar-header {
	padding-left: 0px;
}
.navbar-nav > li > a {
	color: #FFF;
	background-color: transparent;
}
.navbar-nav > li > a:hover {
	background-color: transparent;
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
.navbar-toggle {
	background-color: transparent;
}
li.dropdown:hover ul.dropdown-menu {
	display: block;
	left: -30%;
}
.navbar-nav > li > .dropdown-menu {
	left: -50%;
	background-color: transparent;
	background-image: url(../../images/tpl_backbone/nav-ul-pointer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='');
}
.navbar-nav > li > .dropdown-menu > li {
	background-color: transparent;
	background-image: url(../../images/tpl_backbone/slide-caption-bg.png);
}
.navbar-nav > li > ul.dropdown-menu > li > a {
	color: #FFFFFF;
	font-size: 18px;
	padding: 12px 35px;
	width: 230px;
	border-bottom: 1px solid #575554 !important;
	background-position: 0px center;
}

.lang-GR .navbar-nav > li > ul.dropdown-menu > li > a {
	font-size: 14px;
}

.navbar-nav > li > ul.dropdown-menu > li:last-child > a {
	border-bottom: none !important;
}
.navbar-nav > li > ul.dropdown-menu > li > a:hover {
	background-color: #000;
	background-image: url(../../images/tpl_backbone/arrow-hover-nav.png);
	background-repeat: no-repeat;
	background-position: 15px center;
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
a.gorilla {
	padding-left: 40px !important;
	background-image: url(../../images/tpl_backbone/gorilla-icon.png);
	background-repeat: no-repeat;
	background-position: 15px 21px;
}
.mm-menu a.gorilla {
	background-position: 17px 17px;
}
ul.nav.navbar-nav.sec-nav > li:last-child {
	margin-top: 10px;
	/*margin-right: 6px;*/
	margin-left: 15px;
}
ul.nav.navbar-nav.sec-nav > li:last-child > a, .mm-menu li.sec-nav > a[data-toggle="modal"] {
	text-transform: uppercase;
	font-size: 13px !important;
	padding: 5px 10px 3px 40px;
	border-radius: 2px;
	background-color: #e11b22 !important;
	background-image: url(../../images/tpl_backbone/phone-icon-white.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border: 1px solid transparent;
}

ul.nav.navbar-nav.sec-nav > li:last-child > a:hover {
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	border: 1px solid #696969 !important;
}
#navbar .main-nav > li:last-child > a {
	padding-right: 16px;
}
ul.language-switcher {
	height: 30px;
	float: left;
	width: 70px;
	margin-top: 10px;
}
ul.language-switcher > li > a.active {
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
ul.language-switcher > li > a {
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	margin-top: 4px;
}
ul.language-switcher > li.en > a {
	background-image: url(../../images/tpl_backbone/lang-EN.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
ul.language-switcher > li.el > a {
	background-image: url(../../images/tpl_backbone/lang-GR.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
ul.language-switcher > li > a {
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
ul.language-switcher > li.active > a {
				/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
	
}
#navbar .navbar-nav > li > span {
	padding-right: 10px;
	float: left;
	margin-top: 5px;
}
#navbar .navbar-nav > li > ul.language-switcher {
	margin-top: 17px;
}
#header .ghost-btn.btn:hover {
	border: 2px solid #FFFFFF;
}
/*-----------------------------
		Slider
-----------------------------*/
p > a {
	font-size: 18px;
	text-decoration: underline;
}
.flexslider {
	background-color: #CCCCCC;
	/*padding: 10px 10px 0px 10px;  REMOVED */ 
	border-radius: 0px;
	border: 0px solid transparent;
	overflow: hidden;
}
.flexslider .slides {
	position: relative;
	height: 100%;
}
.flexslider .slides > li {
	height: 100%;
}
.flexslider .slides img {
	height: auto;
	min-height: 100%;
}
.flex-direction-nav a {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.2;
    /* Safari 1.x */
    -khtml-opacity: 0.2;
    /* Good browsers */
    opacity: 0.2;
}
.flex-direction-nav:hover a {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
.flex-direction-nav:hover .flex-prev {
	left: -20px;
}
.flex-direction-nav .flex-prev {
	left: -30px;
}
.flex-direction-nav:hover .flex-next {
	right: -20px;
}
.flex-direction-nav .flex-next {
	right: -30px;
}
ul.slides > li > .caption {
	position: absolute;
	bottom: 25px;
	width: 100%;
	background-image: url('../../images/tpl_backbone/slide-caption-bg.png');
	padding: 30px 0px;
}
ul.slides > li > .caption .text-wrap {
	padding: 0px;
}
ul.slides > li > .caption .text-wrap h1 {
	margin-bottom: 5px;
}
ul.slides > li > .caption a.ghost-btn {
	margin-top: 7%;
	float: right;
}
ul.slides .caption .container {
	padding-left: 0px;
}
.flex-direction-nav a {
	width: 75px;
	height: 150px;
	top: 40%;
	background-image: url('../../images/tpl_backbone/slide-caption-bg.png');
}
.flex-direction-nav a.flex-prev {
	border-radius: 0px 75px 75px 0px;
}
.flex-direction-nav a.flex-next {
	border-radius: 75px 0px 0px 75px;
}
.flex-direction-nav a:before {
	content: '' !important;
	background-position: center center;
	background-repeat: no-repeat;
}
.flex-direction-nav a.flex-prev:before {
	background-image: url('../../images/tpl_backbone/arrow-slider-left.png');
	width: 100%;
	height: 100%;
}
.flex-direction-nav a.flex-next:before {
	background-image: url('../../images/tpl_backbone/arrow-slider-right.png');
	width: 100%;
	height: 100%;
}
.flex-control-nav.container {
	position: relative;
	top: 0px;
	padding: 0px;
}
.flex-control-nav li {
	margin: 0px;
	padding-left: 0px;
}
.flex-control-paging li a {
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
	-o-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.0);
	-webkit-border-radius: 20px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 99%;
}
.flex-control-paging li a.flex-active {
	background-color: #009900;
}
/*-----------------------------
		Footer
-----------------------------*/
/* - Footer Nav - */
.footer-nav ul li a {
	padding: 3px 0px;
	display: block;
	font-size: 18px;
	white-space: nowrap;
}
ul.featured-nav > li:first-child {
	font-size: 18px;
	color: #000;
	margin-bottom: 2px;
}
ul.featured-nav > li > a {
	font-size: 14px;
	color: #666;
	padding: 0px;
}
/* - Footer Nav End - */
/* - Form - */

#footer form.form input[type="submit"] {
	margin-bottom: 17px;
}
.container.form {
	padding: 30px 0px;
}
form.form fieldset input, form.form fieldset select {
	width: 98%;
	margin-bottom: 15px !important;
	display: block;
}
form.form fieldset select {
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
	background: url('../../images/tpl_backbone/form-select-icon.png') no-repeat 97% 52% #FFFFFF;
    color: #ABABAB !important;
	
}

.firefox form.form fieldset select {
	color: #CCCCCC !important;
}

form.form fieldset select::-ms-expand {
    display: none;
}


form.form fieldset input[type="number"]{
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	/*-moz-appearance: none;*/
	appearance: textfield;
	margin: 0; 
}
form.form fieldset input {
	padding-right: 2%;
}
form.form {
	background-color: #F9F9F9;
	padding: 15px;
}
.sub form.form {
	padding: 0px;
}
.sub #footer form.form {
	padding: 15px;
}
form.form fieldset.top, form.form fieldset.bottom, form.form fieldset span {
	padding: 0px;
}
form.form fieldset.top {
	margin-bottom: 40px;
}
form.form fieldset.bottom {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
}
form.form input[type="submit"] {
	background-color: #e11b22;
	padding: 5px 40px 5px 40px !important;
	display: block;
	color: #FFFFFF !important;
/* 	background-image: url(../../images/tpl_backbone/submit-icon.png); */
	background-position: 30px 12px;
	background-repeat: no-repeat;
	bottom: 10px;
	margin-bottom: 15px;
}
form.form select {
	height: 36px;
}
form.form h3 {
	font-size: 24px;
	width: 85%;
	float: left;
	margin-bottom: 16px;
	color: #494949;
}
form.form h3 + p {
	font-size: 14px;
	margin-top: 10px;
}
form.form fieldset.top > span:last-child > input, form.form fieldset.top > span:last-child > select {
	float: right;
}
form.form fieldset.bottom > span:last-child > input, form.form fieldset.bottom > span:last-child > select {
	float: right;
}
form.form .form-wrap > p.left {
	font-size: 24px !important;
	padding-left: 40px;
	background-image: url(../../images/tpl_backbone/phone-icon-grey.png);
	background-position: 2% 0px;
	background-repeat: no-repeat;
	margin-top: 7px;
	line-height: 26px;
}
/* - Form End - */

.footer-featured-links {
	margin-top: 13%;
}
.footer-featured-links > div:last-child {
	margin-top: 35%;
}
.footer-featured-links > div:first-child > a {
	display: block;
	margin-bottom: 25px;
}
.footer-featured-links > div:first-child > a:last-child {
	margin-bottom: 0px;
}
.footer-featured-links p {
	font-size: 14px;
}
#footer {
margin-top: 80px; /* NEW */
}
.footer-nav {
	border-top: 8px solid #989792;
	position: relative;
	padding: 45px 0px;
}
.footer-nav li {
	padding-left: 23%;
}
.lang-GR .footer-nav li {
	padding-left: 12%;
}

.lang-GR #footer a.to-top.ghost-btn {
	/*font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}


.lang-EN #footer a.to-top.ghost-btn {
	font-family: 'helveticabold';
}

#footer a.to-top.ghost-btn {
	position: absolute;
	right: 0px;
	top: -54px;
	border: 2px solid #989792;
	background-image: url(../../images/tpl_backbone/arrow-icon-totop.png);
	background-position: 90% 16px;
	border-radius: 0px;
	/*font-family: 'helveticabold','open_sanssemibold';*/
	font-size: 12px !important;
	line-height: 14px;
	background-color: #989792;
	color: #FFFFFF;
}
#footer a.to-top.ghost-btn:hover {
	color: #FFF;
	background-color: #989792;
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
#footer a.to-top.btn:after {
	background-position: 90% 16px;
}
#footer a.to-top.btn:hover:after, #footer a.to-top.btn:active:after {
	width: 100% !important;
	background-image: url(../../images/tpl_backbone/arrow-icon-totop.png);
	background-position: 90% 16px;
	background-color: #989792;
}
.footer-contact {
	background-image: url(../../images/tpl_backbone/footer-map-bg.png);
	background-size: 100% 100%;
}
.footer-featured-links a:hover img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
.footer-featured-links a img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
/* - Copyrights - */
.footer-copyrights {
	min-height: 50px;
}
.footer-copyrights ul {
	margin-top: 13px;
}
.footer-copyrights ul > li, .footer-copyrights ul > li > a {
	font-size: 13px !important;
}
.footer-copyrights span {
	float: left;
}
.footer-copyrights span:first-child {
	margin-top: 4px;
}
.footer-copyrights span:last-child {
	margin-top: 0px;
}
.footer-copyrights ul > li > a {
	font-size: 13px !important;
	margin-left: 20px;
	float: left;
}
.footer-copyrights ul > li:last-child span {
	float: left;
	margin-left: 13px;
	margin-top: 0px;
}
.footer-copyrights ul > li:last-child a {
	float: right;
	margin-left: 0px;
	margin-top: 3px;
}
.footer-copyrights > .container, .footer-copyrights > .container > ul, .footer-copyrights > .container > ul > li {
	padding-left: 0px;
	padding-right: 0px;
}
.footer-copyrights > .container > ul > li:last-child {
	width: 145px;
	margin-top: 3px;
}
/* - Copyrights End - */



/*-----------------------------
		Content
-----------------------------*/
/* - General classes - */
a.read-more {
}
/*--------
home grid
--------*/
div#content.container {
}
.item {
	padding: 0px;
	padding-right: 20px;
	/*height: 465px;*/
	margin-bottom: 60px;
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	/*-webkit-backface-visibility: hidden;*/
}

.lang-GR .item {
	/*height: 485px;*/
}

.item.col-lg-3.last {
}
.item .img-wrap {
	position: relative;
}
.item .img-wrap > img {
  width: 100%;
}
.home .item .img-wrap > img, .we-are-hiring .home .item .img-wrap > img {
	/*-webkit-backface-visibility: hidden;*/
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sub .item a {
/*	cursor: default; */
}
.sub .item a .img-wrap > img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
.sub .item a:hover .img-wrap > img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */ 
    -moz-opacity: 1.0 !important;
    /* Safari 1.x */
    -khtml-opacity: 1.0 !important;
    /* Good browsers */
    opacity: 1.0 !important;
}
.home .item a .img-wrap > img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1.0 !important;
    /* Safari 1.x */
    -khtml-opacity: 1.0 !important;
    /* Good browsers */
    opacity: 1.0 !important;
}
.home .item:hover a .img-wrap > img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1.0 !important;
    /* Safari 1.x */
    -khtml-opacity: 1.0 !important;
    /* Good browsers */
    opacity: 1.0 !important;
}
.item:hover .img-wrap > img {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1.0 !important;
    /* Safari 1.x */
    -khtml-opacity: 1.0 !important;
    /* Good browsers */
    opacity: 1.0 !important;
}
span.icon {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 60px;
	height: 60px;
}

.lang-GR .item a.read-more {
	/*font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.theseis-ergasias .item a.read-more {
	bottom: -15px;
}
.we-are-hiring .item a.read-more {
	bottom: -15px;
}

.theseis-ergasias .item, .we-are-hiring .item {
	margin-bottom: 40px !important;
}


.lang-EN .item a.read-more {
	font-family: 'helveticabold';
}

	
.item a.read-more {
	position: absolute;
	bottom: -30px;
	font-size: 13px;
/*	font-family: 'helveticabold','open_sanssemibold';*/	
	color: #666666;
	display: block;
	padding-left: 10px;
	background-image: url(../../images/tpl_backbone/read-more-icon.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-decoration: none;
}

/*.sub .item a.read-more {
	bottom: -60px;
}*/


.lang-GR .item a.read-more {
	background-position: left 8px;
}

.item h5.item-category {
	margin-top: 10px;
}
.item h4.item-title {
	margin-bottom: 15px;
}

.lang-GR .item h4.item-title {
	  font-size: 21px;
	  line-height: 25px;
}

p.text.small {
	max-height: 160px;
	overflow: hidden;
}
.icon.waste	{ background: url(../../images/tpl_backbone/waste-management-icon.png) no-repeat 50% 50% transparent; }		 
.icon.facility { background: url(../../images/tpl_backbone/facility-management-icon.png) no-repeat 50% 50% transparent; }
.icon.energy { background: url(../../images/tpl_backbone/green-energy-icon.png) no-repeat 50% 50% transparent; }			 
.icon.cleaning { background: url(../../images/tpl_backbone/cleaning-services-icon.png) no-repeat 50% 50% transparent; }			 
.icon.startup { background: url(../../images/tpl_backbone/startups-icon.png) no-repeat 50% 50% transparent; }			
.icon.our-fleet	{ background: url(../../images/tpl_backbone/our-fleet-icon.png) no-repeat 50% 50% transparent; }		 
.icon.our-facilities { background: url(../../images/tpl_backbone/our-facilities-icon.png) no-repeat 50% 50% transparent; }			 
.icon.our-force { background: url(../../images/tpl_backbone/our-force-icon.png) no-repeat 50% 50% transparent; }			 
/*-----------------------------
		News Feed
-----------------------------*/
.news-feed {
	margin: 60px -15px;
	height: 320px;
}
.news-feed > div {
	/*  padding: 0px;*/
	height: 100%;
	background-size: auto 100% !important;
}
.news-feed .content-wrap {
	padding-top: 25px;
	padding-bottom: 25px;
}
.news-feed .news-item div.img-wrap {
	height: 120px;
}
.news-feed h4 {
	float: left;
}
.news-feed > div:last-child h4:first-child {
	padding-left: 50px;
	background-image: url(../../images/tpl_backbone/news-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 13px;
	margin-bottom: 20px;
}
.news-feed > div:last-child .news-item h5 {
	margin-top: 8px;
}
.news-wrap {
	float: left;
}
.news-feed > div:last-child a {
	float: right;
	line-height: 20px;
}
.news-feed > div:last-child a:hover {
	color: #787875;
}
.news-feed > div:last-child > div.content-wrap h4 + a > h5 {
	padding-right: 32px;
	background-image: url(../../images/tpl_backbone/arrow-icon-grey.png);
	background-repeat: no-repeat;
	background-position: 87% 2px;
}

.lang-GR .news-feed > div:last-child > div.content-wrap h4 + a > h5 {
	background-position: 92% 2px;
}

.news-feed > div:first-child .content-wrap {
	padding: 30px 0px 30px 10px;
}
.news-feed > div:first-child h5.white.black-bg {
	float: left;
	padding: 6px 10px 3px 10px;
	line-height: 12px;
}
.news-feed > div:first-child h3.white {
  clear:left;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 70%;
}

.lang-GR .news-feed > div:first-child a.white {
	/*font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.lang-EN .news-feed > div:first-child a.white {
	font-family: 'helveticaregular';
}

.news-feed > div:first-child a.white {
  clear:left;
	float: left;
	/*font-family: 'helveticaregular','open_sansregular';*/
	padding-left: 14px;
	background-image: url(../../images/tpl_backbone/arrow-icon-white.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 14px;
	padding-right: 30%;
}
.news-feed > div:first-child a.white:hover {
	/*opacity: 1.0;
	text-decoration: underline !important;*/
}
.news-feed .news-item > a > h4 {
	font-size: 16px;
	line-height: 20px;
}
.news-feed .news-item > a:hover > h4 {
	/*text-decoration: underline;*/
	color: #787875;
}
/*---------------------------
		SUB PAGES
---------------------------*/
.sub .flexslider {
	height : 100%;
	border-bottom: 11px solid #CCCCCC;
}
.sub .flexslider .caption p {
/*	font-size: 36px;
	line-height: 45px;*/
	font-size: 29px;
	line-height: 36px;
}
.sub span.section-icon {
	width: 70px;
	height: 70px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 7px;
}
.sub h1:first-child {
}
.sub div#content.container {
	padding: 0px;
}
.sub div#content.container > div:first-child {
	padding-left: 0px; 
}
.sub p.text.small {
	max-height: 100% !important;
}
.bDashed {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
/* Side bar */
.sub div#sidebar {
  margin-bottom: 60px; /* new */
  margin-top: 140px; /* new */
}
.sub div#sidebar > .side-nav-wrap {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.sub div#sidebar > .side-nav-wrap > ul > li {
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.sub div#sidebar > .side-nav-wrap > ul > li:first-child {
	border-top: 1px dashed #EEEEEE;
}
.sub div#sidebar > .side-nav-wrap > ul > li:last-child {
	border-bottom: 1px dashed #EEEEEE;
}
.sub div#sidebar > .side-nav-wrap > ul > li > a {
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../images/tpl_backbone/arrow-side-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.sub div#sidebar > .side-nav-wrap > ul > li > a.grey.active {
	color: #e11b22;
	border-left: 12px solid #e11b22;
	padding-left: 10px;
	background-image: url(../../images/tpl_backbone/arrow-side-nav-active.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.sub div#sidebar > .side-infographic-wrap {
  float: left;
  width: 100%;
  background-color: #EEEEEE;
  padding: 0;
 position: relative; /* new */
}
.sub div#sidebar > .side-news-wrap {
	float: left;
	width: 100%;
	background-color: #EEEEEE;
	padding: 17px;
	position: relative;/*  new  */
}
/*.sub div#sidebar > .side-news-wrap > ul > li:last-child {
	  padding-bottom: 200px;
} - removed */
.side-news-wrap > ul {
	 
}

.sub div#sidebar > .side-infographic-wrap::after {
	margin: 0 auto; /* changed */
}
.side-infographic-wrap > img {
    margin: 0 auto;
}
.sub div#sidebar > .side-news-wrap a {
	display: block;
}
.sub div#sidebar > .side-news-wrap h4 {
	padding-left: 50px;
	background-image: url(../../images/tpl_backbone/news-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
}
li.side-news-item span.date {
	color: #ABABA7;
}
li.side-news-item {
	padding: 30px 0px;
	border-bottom: 1px solid #E1E1E1;
}
li.side-news-item a:hover {
	color: #ABABA7;
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
li.side-news-item:last-child {
	border-bottom: none;
}
.sub .get-in-touch-wrap {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.help-us-improve-wrap, .donate-wrap {
	float: left;
	width: 100%;
}
.sub .get-in-touch-wrap ul li, .help-us-improve-wrap ul li, .donate-wrap ul li {
	padding: 8px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.sub .get-in-touch-wrap > ul li:first-child, .help-us-improve-wrap > ul li:first-child, .donate-wrap ul li:first-child {
	border-top: 1px solid #f5f5f5 !important;
}
.sub .get-in-touch-wrap > ul li:last-child, .help-us-improve-wrap > ul li:last-child, .donate-wrap ul li:last-child {
	border-bottom: 1px solid #f5f5f5;
}
.sub .get-in-touch-wrap ul li p, .help-us-improve-wrap ul li p, .donate-wrap ul li p {
	margin: 0px;
	font-size: 20px;
}
.get-in-touch-wrap > ul > li a.right {
	background-color: #e11b22;
	padding: 4px 20px 3px 21px !important;
	display: block;
	color: #FFFFFF !important;
/* 	background-image: url(../../images/tpl_backbone/submit-icon.png); */
	background-position: 7px 8px;
	background-repeat: no-repeat;
	bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 4px;
	text-decoration: none;
	top: -2px;
	position: relative;
	border: 1px solid transparent;
}
.get-in-touch-wrap > ul > li a.right:hover {
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	border: 1px solid #696969 !important;
}


.help-us-improve-wrap > ul > li a {
	/*background-color: #e11b22; */
  padding: 3px 6px 3px 48px !important;
  display: block;
  color: #999999 !important;
  background-image: url(../../images/tpl_backbone/help-us-improve-cta.png);
  background-position: 7px 2px;
  background-repeat: no-repeat;
  bottom: 10px;
  /* text-transform: uppercase; */
  font-size: 19px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  top: -2px;
  position: relative;
}
.help-us-improve-wrap > ul > li a:hover {
	color: #000000 !important;
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
	/*-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	border: 1px solid #696969 !important;*/
}

.donate-wrap > ul > li a {

	padding: 3px 6px 3px 48px !important;
	display: block;
	color: #999999 !important;
	background-image: url(../../images/tpl_backbone/donate-cta.png);
	background-position:7px 1px;
	background-repeat: no-repeat;
	bottom: 10px;
	font-size: 19px;
	border-radius: 4px;
	border: 1px solid transparent;
	text-decoration: none;
	top: -2px;
	position: relative;
}
.donate-wrap > ul > li a:hover {
		/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
	color: #000000 !important;

	/*-webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
	border: 1px solid #696969 !important;*/
}

.sub .item {
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	/*height: 465px;*/
	margin-bottom: 20px; /*0*/
	position: relative;
}
/*Sub forms*/

.sub .form-img-wrap {
	height: 425px;
	background-size: auto 100% !important;
}
.sub form.form h3 {
	margin: 20px 0px;
}
.sub form.form fieldset {
	padding-left: 0px;
	padding-bottom: 9px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.sub form.form input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
	/*display: none;*/
}
.sub form.form input[type="file"] {
	line-height: 25px !important;
	padding-top: 10px !important;
	display: block;
	position: relative;
	/*padding-left: 20px !important;*/
	padding-left: 10% !important;
	
}
.sub form.form input[type="file"]::after {
content: 'Choose File';
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 4px 6px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 13pt;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.sub form.form input[type="file"]:hover::after {
  border-color: black;
}
.sub form.form input[type="file"]:active::after {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.sub .form-collaborate .form-img-wrap {
	height: 608px !important;
}
.sub .form-collaborate input[type="submit"] {
/* 	background-image: url(../../images/tpl_backbone/arrow-submit-icon.png); */
}
/*Corporate Logos*/
.temp-sub-blocks .item {
	/*height: 235px;*/
	padding-left: 14px;
	padding-right: 14px;
}
.temp-sub-blocks .item a.item-wrap {
	display: block;
	position: relative;
}
.temp-sub-blocks .item a.item-wrap {
	opacity: 1.0;
	cursor: pointer;
}
.temp-sub-blocks .item .text-wrap {
	position: absolute;
	background-color: transparent;
	background-image: url(../../images/tpl_backbone/slide-caption-bg.png);
	width: 100%;
	padding: 10px 15px;
	bottom: 0px;
}
.temp-sub-blocks .item:hover .img-wrap {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-backface-visibility: hidden;
}
/*Gorilla Log In*/
.form-gorilla {
	background-color: #F9F9F9;
}
.form-gorilla .form-img-wrap {
	height: 365px !important;
}
.form-gorilla form.form {
	padding-top: 20px;
}
.form-gorilla form.form fieldset input[type="submit"], .form-gorilla form.form fieldset input[type="checkbox"] {
	width: auto;
}
.form-gorilla form.form fieldset input[type="submit"] {
/* 	background-image: url(../../images/tpl_backbone/gorilla-submit-icon.png); */
	background-position: 30px 10px;
}
.form-gorilla form.form fieldset:first-child input[type="submit"].newsletter{
	background-image: none;
} 
.form-gorilla form.form fieldset input[type="checkbox"] {
	float: left;
	margin-bottom: 0px !important;
	height: auto;
}
.form-gorilla form.form fieldset label {
	display: block;
	margin-left: 30px;
	font-size: 14px;
}
.form-gorilla form.form fieldset label + a {
    text-decoration: underline;
    font-size: 14px;
    display: block;
}
.form-gorilla form.form fieldset.newsletter {
	border-bottom: 0px solid transparent !important;
}
.form-gorilla form.form fieldset {
	padding-right: 0px;
}
.form-gorilla form.form fieldset input{
	margin-right: 0px;
}
fieldset.newsletter {
    height: 38px;
    position: relative;
}
.form-gorilla fieldset:last-child {
    border-bottom: 0px solid transparent !important;
}
fieldset.newsletter input[type="submit"].newsletter {
	position: absolute;
    top: 0px;
    height: 40px;
    right: 7px;
    width: 90px;
    border-radius: 0px 4px 4px 0px;
    border: 0px solid transparent;
    background-image: none;
    padding: 4px 20px !important;
}
.form-gorilla .form-wrap h3 {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}

/*Accordion Menu*/
.panel {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default > .panel-heading {
	color: #666666;
	background-color: transparent;
	border-color: transparent;
}
.panel-title {
	font-size: 20px;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../images/tpl_backbone/arrow-side-nav-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.panel-title.active {
	color: #e11b22;
	border-left: 12px solid #e11b22;
	padding-left: 10px;
	background-image: url(../../images/tpl_backbone/arrow-side-nav-active.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.panel-heading {
	padding: 10px 0;
	border-bottom: 1px dashed #CCCCCC !important;
}
.panel-heading.active {
	border-bottom: none !important;
}
.panel-default:first-child .panel-heading {
	border-top: 1px dashed #EEEEEE;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	border: none !important;
}
.panel-body {
	padding: 5px 0 0 25px;
}
.panel-heading.active {
	padding-bottom: 0;
}
.panel-body ul li {
	padding: 5px 0;
	border-top: thin solid rgba(204, 204, 204, 0.1);
}
/*News Section*/
.bg-eee{
	background-color:#eeeeee;
}
.with-inner .item-category {
	margin-top: 10px;
}
.with-inner p.text.small {
	/*max-height: 160px !important;*/
}
.with-inner h4.item-title {
	margin-bottom: 15px;
}
.list-item {
	height: 475px;
	margin-bottom: 45px;
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	/*-webkit-backface-visibility: hidden;*/
}
.lang-GR .list-item {
	height: 515px;
}

.lang-GR .with-inner a.read-more {
	/*font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}


.lang-EN .with-inner a.read-more {
	font-family: 'helveticabold';
}

.with-inner a.read-more {
	position: absolute;
	bottom: -50px;
	font-size: 13px;
	margin-bottom: 60px;
/*	font-family: 'helveticabold','open_sanssemibold';
*/	color: #666666;
	display: block;
	padding-left: 10px;
	background-image: url(../../images/tpl_backbone/read-more-icon.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.featured-item{min-height:160px;}



.lang-GR .featured-read-more {
	/*font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}


.lang-EN .featured-read-more {
	font-family: 'helveticabold';
}

.featured-read-more{
  font-size: 13px;
/*  font-family: 'helveticabold','open_sanssemibold';
*/  color: #666666;
  display: block;
  padding-left: 10px;
  background-image: url(../../images/tpl_backbone/read-more-icon.png);
  background-repeat: no-repeat;
  background-position: left 6px;
}
.featured-tag{
	color:#fff;
	background-color: rgba(0, 0, 0, 0.8);
	padding:5px;
	position: absolute;
	line-height: 12px;
	left:38px;
	top:30px;
}
.featured-title {
	position: absolute;
	top: 60px;
	left: 38px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
	color: #fff;
}
.default-img,
.featured-img{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display:block;
	background-position: center;
}
/*News Article*/
a.active.grey {
  color: #e11b22;
}
.default-img{
	min-height:300px;
}

/*Tabs .form-tabs class in div#page*/
.form-tabs .nav-tabs {
	padding: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
.form-tabs .nav-tabs > li.active > a {
	background-color: #EEEEEE;
	border-top: 2px solid #009900;
	border-bottom: 1px solid #DDDDDD;
}
.form-tabs .nav-tabs > li > a {
    border-radius: 0px;
    font-size: 13px;
    color: #494949;
    padding: 12px 5px 12px 37px;
    border: 1px solid #ddd;
    margin: 0px;
    margin-bottom: -2px;
    margin-right: -1px;    
    background-repeat: no-repeat;
    background-position: 10px center;
}
.form-tabs .tabs-container {

}
.form-tabs .nav-tabs > li > a[href="#donate"] {
	background-image: url(../../images/tpl_backbone/donate.png);
}
.form-tabs .nav-tabs > li > a[href="#volunteer"] {
	background-image: url(../../images/tpl_backbone/volunteer.png);
}
.form-tabs .nav-tabs > li > a[href="#spay"] {
	background-image: url(../../images/tpl_backbone/spay.png);
}
.form-tabs .nav-tabs > li.active > a[href="#donate"] {
	background-image: url(../../images/tpl_backbone/donate-active.png);
}
.form-tabs .nav-tabs > li.active > a[href="#volunteer"] {
	background-image: url(../../images/tpl_backbone/volunteer-active.png);
}
.form-tabs .nav-tabs > li.active > a[href="#spay"] {
	background-image: url(../../images/tpl_backbone/spay-active.png);
}

.lang-GR .form-tabs .nav-tabs > li > a[href="#spay"] {
    font-size: 12px;
    line-height: 18px;
}

.form-tabs .nav-tabs > li {
    padding: 0px;
    margin: 0px;
}
.form-tabs .form-img-wrap {
    height: 754px;
    background-size: auto 100% !important;
}
.form-tabs #content form.form {
	background-color: transparent;
}
.form-tabs fieldset.radios label {
    display: block;
    float: left;
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
}
.form-tabs fieldset.radios {
    border-bottom: none !important;
    margin-bottom: 0px !Important;
}
.form-tabs input[type="radio"] {
    width: 25% !important;
    margin-bottom: 90px !Important;
    margin: 0 auto;
    box-shadow: none;
}
.form-tabs fieldset.radios label[for="mastercard"] {
	background-image: url(../../images/tpl_backbone/master-radio.png);
}
.form-tabs fieldset.radios label[for="visa"] {
	background-image: url(../../images/tpl_backbone/visa-radio.png);
}
.form-tabs fieldset.radios label[for="paypal"] {
	background-image: url(../../images/tpl_backbone/paypal-radio.png);
}
.form-tabs fieldset.radios label[for="other"] {
	background-image: url(../../images/tpl_backbone/other-radio.png)
}
.form-tabs fieldset.radios label[for="mastercard"].checked {
	background-image: url(../../images/tpl_backbone/master-radio-active.png);
}
.form-tabs fieldset.radios label[for="visa"].checked {
	background-image: url(../../images/tpl_backbone/visa-radio-active.png);
}
.form-tabs fieldset.radios label[for="paypal"].checked {
	background-image: url(../../images/tpl_backbone/paypal-radio-active.png);
}
.form-tabs fieldset.radios label[for="other"].checked {
	background-image: url(../../images/tpl_backbone/other-radio-active.png)
}
div#my-tab-content {
  /*margin-top: 2px;*/
}
.tab-content > .active {
	min-height: 660px;
}
.form-tabs .form-wrap p {
    display: block;
    float: left;
}

.form-tabs input[name="Telephone Number"] {
    margin-bottom: 15px !important; /*30*/
}
.form-tabs .form-wrap fieldset:first-child {
    margin-bottom: 0px !important;
}
.form-tabs form.form input[type="submit"] {
	margin-bottom: 50px !important;
/* 	background-image: url(../../images/tpl_backbone/arrow-submit-icon.png); */
	background-position: 30px 12px;
	background-repeat: no-repeat;
}
.form-img-wrap .amount-collected-wrap {
    height: 260px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../../images/tpl_backbone/slide-caption-bg.png);
}
.form-img-wrap .amount-collected-wrap h1 {
    font-size: 40px;
    width: 370px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
    line-height: 70px;
}


.lang-GR .form-img-wrap .amount-collected-wrap h1 span.amount {
	/*font-family: 'open_sanssemibold';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}


.lang-EN .form-img-wrap .amount-collected-wrap h1 span.amount {
	font-family: 'helveticabold';
}

.form-img-wrap .amount-collected-wrap h1 span.amount {
    display: inline-block;
    width: 270px;
/*    font-family: 'helveticabold','open_sanssemibold';
*/    position: relative;
}
.form-img-wrap .amount-collected-wrap h1 span.amount::before {
    content: "";
    background-image: url(../../images/tpl_backbone/corner-border-before.png);
    width: 40px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
}
.form-img-wrap .amount-collected-wrap h1 span.amount::after {
    content: "";
    background-image: url(../../images/tpl_backbone/corner-border-after.png);
    width: 40px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
}

.lang-GR .form-img-wrap .amount-collected-wrap h1 span.amount span.currency {
	/*font-family: 'open_sanslight';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


.lang-EN .form-img-wrap .amount-collected-wrap h1 span.amount span.currency {
	font-family: 'HelveticaNeue-Light';
}

.form-img-wrap .amount-collected-wrap h1 span.amount span.currency {
	/*font-family: 'HelveticaNeue-Light','open_sanslight';*/
}
/*MODAL*/
.modal-body {
    width: 320px;
    margin: 0 auto;
    padding: 0px;
}
form.form.modal-body {
	background-color: transparent;
}
.modal-dialog { width: 420px; }
.btn-primary { border: none; }
.modal-content {
	 border-radius: 0px;
	 border: 10px solid #f5f5f5;
}

.lang-GR h4#myModalLabel {
	/*font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.lang-EN h4#myModalLabel {
	font-family: 'helveticaregular';
}

h4#myModalLabel {
    padding: 40px 70px;
/*    font-family: 'helveticaregular','open_sansregular';
*/    font-size: 25px;
    line-height: 25px;
}
h4.callus {
    margin: 35px auto;
    background-image: url(../../images/tpl_backbone/phone-icon-red.png);
    background-repeat: no-repeat;
    background-position: left -1px;
    padding-left: 30px;
}

.lang-GR span.modal-phone {
	/*font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.lang-EN span.modal-phone {
	font-family: 'helveticaregular';
}

span.modal-phone {
	/*font-family: 'helveticaregular','open_sansregular';*/
}
h4.messageus {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 15px;
}
.modal-body fieldset {
	padding: 0px;
}
.modal-body input, .modal-body textarea {
    width: 100%;
    margin-bottom: 10px;
}
.modal-body textarea {
	height: 120px;
}
.modal-body input[type="submit"] {
    width: 49%;
    background-color: #e11b22;
    padding: 5px 40px 5px 40px !important;
    color: #FFFFFF !important;
/*     background-image: url(../../images/tpl_backbone/submit-icon.png); */
    background-position: 32px 12px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    float: right;
}

.ie .modal-body input[type="submit"] {
    width: 49%;
    background-color: #e11b22;
    padding: 5px 40px 5px 39px !important;
    color: #FFFFFF !important;
    background-image: url(../../images/tpl_backbone/submit-icon.png);
    background-position: 6px 12px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    float: right;
}
.modal-body .btn-default {
	 width: 49%;
}

.lang-GR .modal-body .btn.btn-default {
	/*font-family: 'open_sanslight';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}


.lang-EN .modal-body .btn.btn-default {
	font-family: 'HelveticaNeue-Light';
}

.modal-body .btn.btn-default{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*font-family: 'HelveticaNeue-Light','open_sanslight';*/
    color: #FFFFFF !important;
    font-size: 18px !important;
    line-height: 35px !important;
    background-color: #CCCCCC;
    border-radius: 4px;
    padding: 2px 10px !important;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.25);
    border: 1px solid transparent;
    float: left;
}
.modal-header .close {
    	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
	}
.modal-header .close > span {
    background-image: url(../../images/tpl_backbone/modal-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 20px;
    height: 20px;

}
.clr{clear: both;}
.form-help-us form.form input[type="submit"]{
/* 	background-image: url(../../images/tpl_backbone/submit-play-icon.png); */
	background-position: 43px 13px;
}
/*Green radio buttons*/
.greenChanges{
	margin-right:16px;
	float:left;
}

.form-help-us { margin-top: 47px; }

.form-help-us form.form{background-color:transparent;}
.form-help-us .form-wrap{
	background-color: #F9F9F9;
	padding: 15px 0 0 15px;
}
.sub .form-help-us form.form{padding:15px;}
.sub .form-help-us form.form fieldset {
  padding-left: 0px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sub .form-help-us .form-img-wrap{
	background:#cccccc;
height:366px !important; /* new 11.6*/
background-size: 100% auto !important;
}
.form-help-us form.form fieldset input{width:100%;}
.dashedB{border-bottom: 1px dashed #EEEEEE;}
.sub .form-help-us form.form h3 {
  margin: auto;
}
.form-help-us form.form h3 {
  font-size: 30px;
  width: auto;
  float: none;
  margin-bottom: 0;
  color: #000;
}
.form-help-us form.form h3 + p {
  font-size: 18px;
  margin-top: 0;
}
.green-checkbox input[type=radio   ]:not(old){
  width     : 16px;
  height:16px;
  cursor:pointer;
  margin    : 0;
  padding   : 0;
  font-size : 13px;
  			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0.0;
    /* Safari 1.x */
    -khtml-opacity: 0.0;
    /* Good browsers */
    opacity: 0.0;
}
.green-checkbox input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -21px;
  line-height  : 1.5em;

}

.lang-GR .lText {
	/*font-family: 'open_sansregular';*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


.lang-EN .lText {
	font-family: 'helveticaregular';
}


.lText{
/*	font-family: 'helveticaregular','open_sansregular';
*/	font-size:13px;
}

.green-checkbox input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 16px;
  height           : 16px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : thin solid rgb(207,207,207);
  border-radius    : 100%;
background: #ededed; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  vertical-align   : bottom;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.green-checkbox input[type=radio   ]:not(old):checked + label > span{
background: #ededed; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position:relative;
}
.green-checkbox input[type=radio ]:not(old):checked + label > .lText{
	color:#000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.green-checkbox input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width: 6px;
  height: 6px;
  border           : thin solid #000000;
  border-radius    : 100%;
  background: #c9ac04; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #000000 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #000000 0%,#000000 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #000000 0%,#000000 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #000000 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ac04', endColorstr='#c9ac04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
}
/*Radio with Slide effect*/
.radios-to-slider{
	background-color:#e0e0e0;
	display:block;
	position:relative;
	margin-bottom:24px;
	-webkit-box-sizing:content-box;
	   -moz-box-sizing:content-box;
	     -o-box-sizing:content-box;
	        box-sizing:content-box;
}


.radios-to-slider.medium{
	height:22px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
	padding:5px;
}

/* Levels */
.radios-to-slider .slider-level{
	background-color:#fff;
	cursor:pointer;
	position:absolute;
	display:block;
}

.radios-to-slider .slider-level.slider-lower-level{
		/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}

.radios-to-slider.medium .slider-level{
	width:22px;
	height:22px;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
	z-index:2;
}

/* Labels */
.slider-label{
	position:absolute;
	display:block;
	cursor:pointer;
	color:#bababa;
	text-align:center;
	font-size:18px;
}

.slider-label-active
{
    font-weight: normal;
}

.radios-to-slider.medium .slider-label{
	top:39px;
	width:44px;
}

/* Slider bar */
.radios-to-slider .slider-bar{
	background-color:#fcd705;
	float:left;
	height:100%;
	width:0;
	pointer-events:none;
	display:none;
	position:absolute;
	left:0;
	top:0;
}

.slider-bar.transition-enabled{
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
}

.radios-to-slider.medium .slider-bar{
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	-o-border-radius:22px;
	border-radius:22px;
}

/* Slider Knob */
.slider-knob{
	float:right;
	background-color:#c9ac04;
}

.radios-to-slider.medium .slider-knob{
	width:32px;
	height:32px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	border-radius:25px;
}
/* Contact */
#content-map img{ max-width:100% !important;  width: auto; }
#google-map{
	height:480px;
	border-top: 10px solid #ccc;
}
#google-map p{line-height:18px;}
#google-map p.small{line-height:15px;}
.mapA{
	font-size:13px;
	color:#999999;
	border-bottom: thin solid #999;
	line-height: 12px;
	margin-left:10px;
}
form.form fieldset.requiredWidth input,
form.form fieldset.requiredWidth textarea{
	width:95%;
}
form.form fieldset.requiredWidth{
	border-bottom:none;
}
h3.w65{
	width:65% !important;
}

/*Form Errors*/
.has-error input, .has-error textarea, .has-error select {
    border: 1px solid #e11b22 !important;
}
.has-error label {
    color: #e11b22 !important;
    border-bottom: 1px solid #e11b22 !important;
}
textarea + .help-block.with-errors {
    position: relative !important;
    top: -10px !important;
}
.contact textarea + .help-block.with-errors {
    position: relative !important;
    top: 2px !important;
}
span.field {
    position: relative;
}
.contact .help-block.with-errors {
    /*margin-bottom: 15px;
    color: #e11b22;
    position: absolute;
    top: -16px;
    width: 230px;*/
    margin-bottom: 15px;
    color: #e11b22;
    width: 230px;
    top: -14px;
    position: relative;
    height: 0px;
}


.help-block.with-errors {
    margin-bottom: 15px;
    color: #e11b22;
    position: absolute;
    top: -16px;
    width: 230px;
}

.form-scholarchip .help-block.with-errors {
	height: 20px;
}

.radios .help-block.with-errors {
    position: absolute;
    top: 10px !important;
}

.firefox .help-block.with-errors {
	top: auto;
    width: 230px;
    bottom: -23px;
}
/*CSS AFTER DELIVERABLES*/ 
/* new start  */
@media(max-width:991px){
	.get-in-touch-wrap span.redb.right {
	    float: none !important;
	}
}

.map-wrap p.small {
	  line-height: 18px;
	  display: inline;
}

.map-wrap .visible-xs {
	background: url('../../images/tpl_backbone/AreasOfOperation_xs_map_bg.png') no-repeat 50% 50% #FFF;
}
.map-wrap .location ul {
	list-style-position: inside;
    padding-left:0;
    list-style-type: disc;
}
.map-wrap .location ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
.map-wrap .location ul li:before {
    content: "• ";
    color: #999999; 
}

/* new END */


/* new styles 29/5/2015 */
.positives-inputs{width:90%;display: inline-block;}
.form.form fieldset.bottom > span:last-child > input{float:none;}
.p0{padding:0;}
.positiveBtn{
	width: 28px;
    height: 28px;
    display: inline-block;
	background:url('../../images/tpl_backbone/positive-btn.png') repeat;
    float: right;
    cursor: pointer;
	margin-right: 10px;
	margin-top: 5px;
}
#positiveBox{width:100%;clear: both;}
.footer-contact form.form h3{width:auto;}
.tooltip.top{margin-top:-15px;}
.tooltip.in{
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
}
.tooltip-inner {
	width: 300px;
	max-width: 200px;
	padding: 15px 10px;
	color: rgba(102,102,102,0.7);
	text-align: left;
	text-decoration: none;
	background-color: #f9f9f9;
	border-radius: 5px;
	font-size: 13px;
	-webkit-box-shadow: 0 4px 28px 1px rgba(0,0,0,0.25);
	box-shadow: 0 4px 28px 1px rgba(0,0,0,0.25);
}
.tooltip.top .tooltip-arrow {
	bottom: -7px;
	margin-left: -16px;
	border-width: 16px 16px 0;
	border-top-color: #f9f9f9;
}
.hoverPopup{
	display: inline-block;
    margin-left: 7px;
    margin-right: 10px;
	width:28px;
}
.footer-contact {
    background: #d3d3d3 url('../../images/tpl_backbone/footer-map-bg.jpg') no-repeat;
    background-size: 100%;
}
.footer-contact::after {
	position:absolute;
	bottom:50px;
	width:100%;
	height:183px;
	content:"";
    background:url('../../images/tpl_backbone/gradient-footer.png') repeat;
	z-index:0;
}
.container.form {
    position: relative;
    z-index: 5;
}
/*NEW STYLES*/
.row.temp-sub-list > .col-lg-8.col-md-8.col-sm-8.col-xs-12 > .row > h5.col-md-8.col-sm-8.col-xs-12.mb40 {
    margin-bottom: 20px !important;
}
#footer form.form fieldset {
	padding-left: 0px;
	padding-bottom: 9px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#footer form.form h3 {
    margin: 20px 0px;
}
#footer form.form h3 + p {
    font-size: 14px;
    margin-top: 28px;
}

/*div#content > .col-xs-12.col-sm-9.col-md-9.col-lg-9 > h3 + p.mb50 > a*/
div#content > .col-xs-12.col-sm-9.col-md-9.col-lg-9 a.contact-button {
	background-color: #e11b22;
    padding: 8px 19px 8px 25px !important;
    display: block;
    color: #FFFFFF !important;
/*     background-image: url(../../images/tpl_backbone/submit-icon.png); */
    background-position: 7px 8px;
    background-repeat: no-repeat;
    bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    top: -2px;
    position: relative;
    border: 1px solid transparent;
    width: 22%;
    float: left;
    margin-right: 1%;
    text-align: center;
}
/*div#content > .col-xs-12.col-sm-9.col-md-9.col-lg-9 > h3 + p.mb50 > a:hover*/
div#content > .col-xs-12.col-sm-9.col-md-9.col-lg-9 a.contact-button:hover {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1.0;
    /* Safari 1.x */
    -khtml-opacity: 1.0;
    /* Good browsers */
    opacity: 1.0;
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.25);
    border: 1px solid #696969 !important;
}
.device .flexslider .slides img, .safari .flexslider .slides img {
	min-height: 0px !important;	
}
.safari .form-tabs input[name="Donate Amount"] + .with-errors {
	/*position: relative !important;*/
	left: -256px;
}

.safari #content-map img {
	float: left;
}

.safari #content-map .vFlex {
	height: 40px;
}

ul.slides > li > .caption .text-wrap > p {
	color: #FFF;
}

.side-dont-watse-logo { 
    float: left;
    width: 100%;
    height: 270px;
    background-color: #EEEEEE;
    position: relative;
}
.side-dont-watse-logo > img {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
#page {
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0.0;
    /* Safari 1.x */
    -khtml-opacity: 0.0;
    /* Good browsers */
    opacity: 0.0;
}
.form-tabs input[type='radio'] {
	background:transparent;
}
form.form fieldset input, form.form fieldset select {
	height:40px;
	-webkit-appearance:none !important;
}
.form-tabs input[type='radio']{
	background:transparent;
}
.firefox .sub form.form input[type="file"] {
    padding-top: 0px !important;
    left: 0px;
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.ie .sub form.form input[type="file"] {
    padding-top: 2px !important;
    left: 0px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.form-scholarchip label {
    font-size: 14px;
    padding: 5px 2px;
    /*float: left;*/
}

body.lang-GR.we-are-hiring #content .item {
	/*height: 585px;*/
}

body.lang-GR.our-commitment .item {
	/*height: 545px;*/
}
.info-bank #kmLeftCol ul > li {
  font-size: 17px;
  list-style: initial;
  list-style-position: inside;
}
.info-bank #kmLeftCol ul  {
	margin: 40px 0px;
}
.scholarship-fund .sub .form-img-wrap {
	  height: 538px;
}
.we-are-hiring .sub .item {
  margin-bottom: 60px;
}
body.lang-GR .sub:not(.form-tabs) .form-img-wrap {
	 height: 517px;
}
/*.language-switcher.mm-listview li.en,  .language-switcher.mm-listview li.el {
    width: 30% !important;
    float: left;
    padding: 7px;
}*/
.language-switcher.mm-listview li.en:after,  .language-switcher.mm-listview li.el:after {
	border: 0px solid transparent !important;
}

.mm-listview li.en.sec-nav:after, .mm-listview li.el.sec-nav:after {
	border: 0px solid transparent !important;
}
.mm-menu li.sec-nav > a[data-toggle="modal"] {
	width: 100%
}

.language-switcher.mm-listview li.en, .language-switcher.mm-listview li.el, .mm-listview li.en.sec-nav, .mm-listview li.el.sec-nav {
/*     width: 30% !important; */
	width: auto;
    float: left;
    padding: 7px;
}

.mm-listview li.en.sec-nav > a.active, .mm-listview li.el.sec-nav > a.active {
	opacity: 1;
}

.mm-listview li.en.sec-nav > a, .mm-listview li.el.sec-nav > a {
	opacity: 0.5;
	font-size: 14px;
    color: #FFF;
}

.mm-listview li.el.sec-nav, .mm-listview li.en.sec-nav {
    z-index: 9999;
    margin-right: 20px;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mm-listview li.en.sec-nav a {
	background-image: url(../../images/tpl_backbone/lang-EN.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    padding-right: 30px;
    padding-left: 0px;
}
.mm-listview li.el.sec-nav a {
    background-image: url(../../images/tpl_backbone/lang-GR.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    padding-right: 30px;
    padding-left: 0px;
}


.lang-GR .flexslider h1 {
	line-height: 95px;
}
.group .row.temp-sub-list a {
	display: block;
}
.corporate-logos .item, .etairika-logotypa .item {
    min-height: 250px;
}
.corporate-logos .item  a.read-more, .etairika-logotypa .item  a.read-more {
    bottom: 20px;
}
.form-scholarchip .has-error label {
    border: 0px solid transparent !important;
}

.sub.with-inner .featured-item {
    min-height: 220px;
}

 .sub.with-inner .featured-item .featured-img {
	height: 100%;
}


.news .item > a > .img-wrap > img:hover, .news .item a .item-title:hover, .news .item .read-more:hover,
.we-are-hiring .item > a > .img-wrap > img:hover, .we-are-hiring .item a .item-title:hover, .we-are-hiring .item .read-more:hover {
	cursor: pointer;

}

.home .item img:hover, .home .item .item-title:hover, .home .item .img-wrap img:hover, .home .item a:hover .img-wrap img, .home .item a:first-child img,
.news .item img:hover, .news .item .item-title:hover,
.we-are-hiring .item img:hover, .we-are-hiring .item .item-title:hover,
.home .item .text-wrap > a:hover, .news .item .text-wrap > a:hover, .we-are-hiring .item .text-wrap > a:hover {
			/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    /* IE 5-7 */
    filter: alpha(opacity=100) !important;
    /* Netscape */
    -moz-opacity: 1.0 !important;
    /* Safari 1.x */
    -khtml-opacity: 1.0 !important;
    /* Good browsers */
    opacity: 1.0 !important;
}
.item > a:not(.read-more):hover {
    opacity: 1.0 !important;
}
.item > a:not(.read-more):hover {
    opacity: 1.0 !important;
}
.item > .text-wrap > a.read-more:hover{
	opacity: 0.6 !important;
}
.ie #modal-form form.form input[type="submit"] {
	background-position: 5px 12px !important;
	font-size: 13px !important;
	padding: 5px 40px 5px 38px !important;
}

.ie h4#myModalLabel {
	padding-right: 30px;
	padding-left: 40px;
}

.form-tabs input[name="Donate Amount"] {
    float: left;
    width: 100px;
    margin: 16px 20px !important;
}
.form-tabs input[name="Donate Amount"] + .with-errors {
    position: absolute;
    margin-top: 70px;
    width: 140px;
}
form.form input[type="file"] + .help-block {
    bottom: -80px;
    position: absolute;
}
.firefox .we-are-hiring-form form.form input[type="file"] + .help-block, .firefox .scholarship-fund form.form input[type="file"] + .help-block {
     bottom: -80px;
}

.we-are-hiring-form form.form input[type="file"] + .help-block, .scholarship-fund form.form input[type="file"] + .help-block {
    bottom: 0px;
}
.form-donate .form-wrap fieldset:first-child p {

    line-height: 37px;
    margin-top: 18px;
}
.form-donate .form-wrap fieldset:first-child p.euro {
    font-size: 40px;
}
#spay a[data-toggle='tooltip'] {
    width: 40px;
    height: 30px;
    display: block;
    margin-top: 5px;
}
.form-wrap #positiveBox fieldset:first-child {
	margin-bottom: 25px !important;	
}
.mm-listview .mm-next {
	width: 100% !important;
}


div.infobank ul { }
div.infobank li { margin: 0px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
  list-style-type: initial;
  font-size: 16px;
  margin-bottom: 7px; }

.g-recaptcha > div > div, .g-recaptcha > div > div > iframe {
    width: 100% !important;
}
.g-recaptcha > div > div > iframe {
    left: -1px;
    position: relative;
}
.g-recaptcha > div > div {
    overflow: hidden;
}
.lang-GR.device .container.footer-nav > div > ul > li > a {
    letter-spacing: -1px;
}
.lang-GR.device .container.footer-nav > div {
    padding-left: 0px;
    padding-right: 0px;
}
.device div#content > .col-xs-12.col-sm-9.col-md-9.col-lg-9 a.contact-button {
	width: auto;
}
.dwrees .ctl-all, .donate .ctl-all {
    margin-bottom: 0px;
}

.share-listing {
	width: 20px;
    position: absolute;
    z-index: 100;
    right: 34px;	
    top: -2px;
}

.share-listing .at-share-tbx-element.addthis_32x32_style .at-share-btn {
	margin-top: 2.4px;
}

.share-listing .addthis_32x32_style .at_flat_counter, 
.share-listing .at-share-btn.at-svc-compact {
	display: none;
}

a.at-svc-facebook span,
a.at-svc-twitter span,
a.at-svc-google_plusone_share span,
a.at-svc-linkedin span,
a.at-svc-email span {
	opacity: 0 !important;
}

a.at-svc-facebook {
	background: url(../../images/social/f.png) !important;
	background-color: rgba(0,0,0,0.4) !important;
}

a.at-svc-twitter {
	background: url(../../images/social/t.png) !important;
	background-color: rgba(0,0,0,0.4) !important;
}

a.at-svc-google_plusone_share {
	background: url(../../images/social/gp.png) !important;
	background-color: rgba(0,0,0,0.4) !important;
}

a.at-svc-linkedin {
	background: url(../../images/social/l.png) !important;
	background-color: rgba(0,0,0,0.4) !important;
}

a.at-svc-email {
	background: url(../../images/social/m.png) !important;
	background-color: rgba(0,0,0,0.4) !important;
}

a.at-svc-facebook:hover,
a.at-svc-twitter:hover,
a.at-svc-google_plusone_share:hover,
a.at-svc-linkedin:hover,
a.at-svc-email:hover {
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.6) !important;
}

.at-share-tbx-element.addthis_32x32_style .at-share-btn {
	max-width: 35px !important;
    max-height: 35px !important;
}

.share-listing .at-share-tbx-element.addthis_32x32_style .at-share-btn {
    margin-top: -0.9px !important;
}

.share-listing .at-share-tbx-element {
	margin-top: 3px !important;
}

@media (min-width: 993px) and (max-width: 1199px)
{
	.share-listing {
	    width: 180px;
	    position: absolute;
	    z-index: 100;
	    right: 3px;
	    top: -2px;
	}
	.at-share-tbx-element .at-share-btn {
		margin-left: -1px !important;
	}
	
	a.at-svc-facebook {
		opacity: 0.95 !important;
	}
	
	a.at-svc-twitter {
		opacity: 0.95 !important;
	}
	
	a.at-svc-google_plusone_share {
		opacity: 0.95 !important;
	}
	
	a.at-svc-linkedin {
		opacity: 0.95 !important;
	}
	
	a.at-svc-email {
		opacity: 0.95 !important;
	}
}


@media (max-width: 1024) 
{
	a.at-svc-facebook {
		opacity: 0.95 !important;
	}
	
	a.at-svc-twitter {
		opacity: 0.95 !important;
	}
	
	a.at-svc-google_plusone_share {
		opacity: 0.95 !important;
	}
	
	a.at-svc-linkedin {
		opacity: 0.95 !important;
	}
	
	a.at-svc-email {
		opacity: 0.95 !important;
	}
}

@media (min-width: 768px) and (max-width: 883px)
{
	.share-listing {
	    width: 180px;
	    position: absolute;
	    z-index: 100;
	    right: 3px;
	    top: -2px;
	}
	
	.at-share-tbx-element .at-share-btn {
		margin-left: -1px !important;
	}
	
	a.at-svc-facebook {
		opacity: 0.95 !important;
	}
	
	a.at-svc-twitter {
		opacity: 0.95 !important;
	}
	
	a.at-svc-google_plusone_share {
		opacity: 0.95 !important;
	}
	
	a.at-svc-linkedin {
		opacity: 0.95 !important;
	}
	
	a.at-svc-email {
		opacity: 0.95 !important;
	}
}

@media (min-width: 481px) and (max-width: 663px)
{
	.share-listing {
	    width: 180px;
	    position: absolute;
	    z-index: 100;
	    right: 3px;
	    top: -2px;
	}
	
	.at-share-tbx-element .at-share-btn {
		margin-left: -1px !important;
	}
	
	a.at-svc-facebook {
		opacity: 0.95 !important;
	}
	
	a.at-svc-twitter {
		opacity: 0.95 !important;
	}
	
	a.at-svc-google_plusone_share {
		opacity: 0.95 !important;
	}
	
	a.at-svc-linkedin {
		opacity: 0.95 !important;
	}
	
	a.at-svc-email {
		opacity: 0.95 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1289px)
{
	.share-listing {
	    width: 20px;
	    position: absolute;
	    z-index: 100;
	    right: 34px;
	    top: -1px;
	}
	
	.at-share-tbx-element.addthis_32x32_style .at-share-btn {
	    max-width: 32px !important;
	    max-height: 32px !important;
	}
	
	.share-listing .at-share-tbx-element.addthis_32x32_style .at-share-btn {
	    margin-top: -1.9px !important;
	}
	
	a.at-svc-facebook,
	a.at-svc-twitter,
	a.at-svc-google_plusone_share,
	a.at-svc-linkedin,
	a.at-svc-email {	    
	    opacity: 0.8 !important;
	    background-size: 35px 34px !important;
	    background-repeat: no-repeat !important;
	    background-position: -2px -2px !important;
	}
}

@media (min-width: 1201px) and (max-width: 1307px)
{
	ul.sec-nav {
		margin-left: -100px
	}

}

@media (min-width: 1025px) and (max-width: 1147px)
{
	ul.sec-nav {
		margin-left: -100px
	}
}

@media (max-width: 1025px)
{
	#navbar {
		display: none !important;
	}
}
	

.omilos .temp-sub-list p.small {
	font-size: 18px !important;
    line-height: 27px !important;
    letter-spacing: 0px !important;
    color: #666666 !important;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.group .temp-sub-list p.small {
	font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    color: #666666 !important;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


.sec-nav.navbar-nav > li > ul.dropdown-menu > li > a,
.sec-nav.navbar-nav > li > ul.dropdown-menu > li > a:hover {
    width: 160px;
}

.mm-current.mm-opened  {
	
}

.lang-GR a.contact-button {
	font-size: 15px !important;
	text-align: center;
}

input {
	-webkit-appearance:none !important;
}
/* NIKOS */
.sub.with-inner .featured-item .featured-img{
	min-height:220px;
}
.sub .item {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.videoSection .featured-title {
    top:auto;
    bottom: 0;
    left: 15px;
    padding: 10px 20px;
    margin: 0;
}
.videoBtnInner{
	position:absolute;
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	cursor:pointer;
}
/* END NIKOS */

