/*
    Theme Name: Cf-Law
    Theme URI:
    Description: WP THEME /Bootstrap 3
    Author: EkDesign
    Author URI: 
    Version: 1.0
    Tags: 
*/

/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&subset=cyrillic,cyrillic-ext');

@font-face {
    font-family: 'Osh';
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('fonts/opensanshebrew-regular-webfont.svg#yaguarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Osh-b';
    src: url('fonts/opensanshebrew-bold-webfont.eot');
    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype'),
         url('fonts/opensanshebrew-bold-webfont.svg#yaguarbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Osh-c';
	
	 src: url('fonts/OpenSansHebrewCondensed-Regular.eot');
    src: url('fonts/OpenSansHebrewCondensed-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSansHebrewCondensed-Regular.ttf') format('truetype'),
         url('fonts/OpenSansHebrewCondensed-Regular.svg#opensanshebrewcondensed-regular-webfont') format('svg'),	 
		 url('fonts/OpenSansHebrewCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Osh-cb';
	
	 src: url('fonts/OpenSansHebrewCondensed-Bold.eot');
    src: url('fonts/OpenSansHebrewCondensed-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSansHebrewCondensed-Bold.ttf') format('truetype'),
         url('fonts/OpenSansHebrewCondensed-Boldr.svg#OpenSansHebrewCondensed-Bold') format('svg'),	 
		 url('fonts/OpenSansHebrewCondensed-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-size:23px;
	font-family: 'Osh-c';
	background: #FFF;
	line-height:1em;
	margin:0;
	padding:0;
	color:#525252;
	}

a {
    color: #023a6b;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#000;
}

a:focus { 
    outline: none;
}

ul {
	list-style: none;
	margin:0;
	padding:0;
}

strong, b {
	font-family:"Osh-cb";
	
}

input,
textarea {
	box-sizing:border-box;
	border:#D3D3D3 1px solid;
	width:100%;
	padding:7px 5px;
	font-size:1em;
	margin-bottom:12px;
	color:#635a5c;
	border-radius:6px;
		
}

input[type="submit"] {
	cursor:pointer;
	padding:10px 25px;
	text-align:center;
	color:#FFF;
	font-family:"Osh-cb";
	background:#19587b;
	border: none;
	border-radius:6px;
	font-size:20px;
	border-radius:6px;
	font-weight: bold;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}

input[type="submit"]:hover {
	background:#1c668e;
	}

::-webkit-input-placeholder {
       color: #635a5c;
}

:-moz-placeholder { /* Firefox 18- */
       color: #635a5c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #635a5c; 
}

:-ms-input-placeholder {  
      color: #635a5c;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.social-icons {
	font-size:20px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:5px;
}

.red {
	color:#F00;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	padding:30px 0;
	background:#fafbfd;
	}

#menurow {
	position: relative;
	background:#19587b;
	z-index:10;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 5px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 5px 3px 0px rgba(0, 0, 0, 0.2);
	
}
/* =HEADER
-------------------------------------------------------------- */
#toprow {
	padding:10px 0;
	background:#e4e4e4;
	color:#19587b;
	font-size:20px;
	}


#toprow a {
	color:#19587b;
}

.header-right {
	
}

.toptel {
	display: inline-block;
	
	}
.toptel.first {
	margin-left:20px;
}
.toptel a {
	font-family:"Osh-cb";
}
.toptel i {
	color:#19587b;
	
}

.topmail {
	display: inline-block;
	margin-right:10px;
}

.topmail i {
	color:#19587b;
	margin-left:5px;
}
.header-left {
	text-align: left;
}

.lang {
	display: inline-block;
	margin-left:10px;
}

.lang ul {
	padding:0;
	margin:0;
	list-style: none;
	
}

.lang ul li {
	display:inline-block;
	margin-left:4px;
}

.lang ul li img {
	border-radius:50%;
	border:#E4E4E4 1px solid;
	vertical-align: bottom;
	
}
.logo {
	position: relative;
	text-align: center;
	padding:20px 0;
	
	}

.topsocial {
	text-align:right;
	}
	
#topimage {
	position:relative;
	   margin-top:-70px;
	   max-height:407px;
	   overflow: hidden;
}

#topimage img {
	width:100%;
	height: auto;
}

/* =MENUS
-------------------------------------------------------------- */

.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:28px;
	display:block;
	color:#FFF;    
    padding: 15px 20px;
	padding-right:5px;
	 font-family: 'Osh-c';
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	color: #d0edfe;
	
}

.menu-primary li a:after {
	position: relative;
	top:-5px;
	content: "\f0c8";
    font-family: FontAwesome;
	font-size:5px;
	line-height:22px;
	margin-right:15px;
	color:#c3e7f0;
}

.menu-primary li:last-child a:after {
	content:"";
	margin:0;
}

.menu-primary li li a:after {
	content:"";
	display: none;
	margin:0;
}



/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:250px;
	text-align:right;
	z-index:99999999;
	margin:0;
	margin-right:-20px;
			
}

.menu-primary li li {
	padding:0;
	display: block;
}

.menu-primary li li a {
	font-size:25px;
	background:#19587b;
	color:#FFF;
	padding:10px 10px !important;
	border-radius:0;
	z-index:99999999;
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	
		   
}

.sf-sub-indicator {
	display:none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}

/*************************MENU SECONDARY**********************/
#salesmenu {
	margin:30px 0;
	
}

.menu-secondary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }



.menu-secondary li{
	display:inline-block;
	float:none;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-secondary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-secondary li a {
	color: #19587b;
    display: inline-block;
    padding: 8px 18px;
    border: #19587b 1px solid;
    border-radius: 10px;
	 font-family: 'Osh-c';
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	background:#19587b;
	color:#FFF;
	
}


/***************************************HOMEPAGE*************************/
#mainslider {
	position: relative;
	}



#mainslider .cap {
	position: absolute;
	width:80%;
	padding-right:100px;
	bottom:10%;
	color:#FFF;
	z-index:200;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#mainslider .cap a {
	color:#FFF;
}

.s-title {
	font-size:80px;
	font-family:"Osh-cb";
	line-height:1em;
}

.s-text {
	font-size:40px;
	line-height:1em;
}


/**************HOME TOP SCROLLER****************/
#topscroll {
	padding:0;
	position: relative;
		
}

#topscroll .scroll-img.no-img {
	height: auto;
	}

#specialrow {
	margin-top:30px;
	margin-bottom:50px;
}


#specialrow .title {
	text-align: center;
	margin-bottom:30px;
}

.scroll-img {
	display: block;
	margin-bottom:20px;
}

.scroll-img img {
	
}

.image-frame {
	position:absolute;
	left:0;
	width:100%;
	border : solid 10px rgba(255, 255, 255, 0.5);
	z-index:10;
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-frame:hover {
	border : solid 10px rgba(255, 255, 255, 0.1);
}

.box-image,
.box-icon {
	text-align: center;
	margin-bottom:15px;
	color:#144673;
}

.box-image img {
	display: inline-block;
	height:46px;
	width: auto;
	
}

.box-icon {
	font-size:46px;
	line-height:1em;
}

#staff-home {
	padding:30px 0;
}
#homerow {
	padding:40px 0;
	background:#e6e6e6;
}

.home-content {
	width:70%;
	margin:0 auto;
	
}


.spec-art {
	position: relative;
	text-align: center;
	margin-bottom:30px;
}


#testi {
	padding:40px 0;
	background: url(images/t_bg.png) no-repeat;
	background-size:cover;
	
}

#testiscroll {
	direction:ltr;
	width:50%;
	margin:20px auto;
}

.testi-item {
	direction:rtl;
	padding:20px 0;
	text-align: center;
}

.testi-content i {
	display: inline-block;
	position: relative;
	color:#628ea7;
	font-size:26px;
	
	}
.testi-content {
	font-size:22px;
	margin-bottom:30px;
	}
	
.page-template-page-testi .testi-content {
	padding:0 100px;
}
.testi-content .fa-quote-right {
	margin-left:10px;
	top:-7px;
	
	}

.testi-content .fa-quote-left {
	margin-right:10px;
	top:10px;
}

.t-name {
	display: inline-block;
	margin-top:10px;
	color:#19587b;
	font-family:"Osh-cb";
	}
	

.company {
	display: inline-block;
	color:#ababab;
}

.slick-dots {
	margin-top:30px;
}

.home-form {
	margin-top:30px;
	padding:30px;
	background:#19587b;
}

.home-form label {
	display: none;
}

.home-form .title {
	color:#FFF;
}

.home-form textarea {
	height:80px;
	overflow: auto;
}

.home-form input[type="submit"] {
	background: none;
	border:#FFF 1px solid;
	border-radius: 6px;
	outline: none !important;
}

.home-form input[type="submit"]:hover {
	background:#14435d;
}

.home-form .send {
	width:70%;
	margin-left: auto;
	margin-right: auto;
}

/********************TESTIMONIAL*************/
#testimonial-list {
	width:70%;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

#testimonial-list .testi-item {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#bfbfbf 1px solid;
}
#testimonial-list .testi-item:last-child {
	border-bottom: none;
}


/*********GENERAL*******/

.no-img {
	display:block;
	border: #F1F1F1 10px solid;
	
}

.no-img img {
		
		
}
.title {
    color: #19587b;
	margin-bottom:20px;
    font-size: 33px;
	line-height:1em;
	text-align: center;
	font-family:"Osh-cb";
	    	
}

.title a {
    color: #003667;
    text-decoration: none;
}

.title a:hover {
	color:#000;
}

.border {
  background: url(images/border.png) repeat-x;
  height: 8px;
  margin: 15px 0;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.3em;
}

.entry ul,
.entry ol {
	margin-right: 30px;
}

.entry ul li {
	list-style: square;
	margin-right:50px;
	
}


.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}




.one-third {
	width:33.33%;
	float:right;
}

.one-half {
	width:50%;
	float: right;
}



/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	margin-right:20px;
	margin-bottom:20px;
	
	
}

.single-img.alignright {
	margin-left:20px;
	margin-bottom:20px;
	
	
}

.single-img {
	position: relative;
}

.single-img img {
	
}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}

#breadcrumbs {
	text-align: center;
	margin-bottom:20px;
	color:#003667;
	font-family:"Osh-cb";
}

#breadcrumbs a {
	color:#1c81ba;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


/**********posts-loop***************/


.page-title {
	font-size: 34px;
	margin-bottom: 30px;
	text-align:center;
	font-weight:500;
	color:#a07e3f;
	}
	

.gallery-image {
	margin-bottom:30px;
}

.gallery-image img {
	border-radius:6px;
}

.article {
	display: block;
	padding-bottom:30px;
	text-align: center;
		
}

.art-img {
	display: block;
	position: relative;
	margin-bottom:20px;
}

.art-img img {
      
	
	}
	
.art-img.no-img {
   
    overflow: hidden;
     border: #F1F1F1 1px solid
}

.post-title {
	font-size:28px;
	color: #19587b;
	margin-bottom:10px;
	font-family:"Osh-cb";
	
}

.post-title a {
	color: #19587b;
}

.post-title a:hover {
	color: #292929;
}

.more  {
	margin:10px 0;
}

.more a {
	color:#19587b;
	display:inline-block;
	padding:8px 18px;
	border:#19587b 1px solid;
	border-radius: 10px;
		
}

.more a:hover {
	background:#19587b;
	color:#FFF;
}

.more a i {
	margin-right:5px;
	display: inline-block;
}

/**************************STAFF************************/
.staff-item {
	text-align: center;
	border:#dadada 1px solid;
	margin-bottom:20px;
	overflow: hidden;
}

.staff-image {
	margin-bottom:20px;
	border-bottom:#dadada 1px solid;
}

.staff-image img {
	
	}

.staff-entry {
	padding:10px;
}


.stuff-title {
	font-size: 22px;
    color: #19587b;
    font-family: "Osh-cb";
	margin-bottom:10px;
}

.modal-body .info {
	text-align: center;
	color: #F00;
	font-family: "Osh-cb";
	margin-bottom:20px;
	}

.position {
	color:#19587b;
	font-size:18px;
	
	
}

.details {
	margin:10px 0;
}

.staff-links {
	padding:15px 10px;
	width:100%;
	border-radius:12px;
	border:#19587b 1px solid;
}

.staff-links i {
	font-size:20px;
}

.staff-links a {
	color:#456f98;
}

.staff-links a:hover {
	color:#023a6b;
}

.nosocial {
	height:67px;
}


#managers  {
	margin-bottom:30px;
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

#managers .staff-item  {
	border-radius: 15px;
}
#managers .man-image {
	width:60%;
	float: right;
	border-radius: 0 15px 15px 0;
	overflow: hidden;
}

#managers .man-image img {
	border-radius: 0 15px 15px 0;
}

#managers .staff-entry {
	padding-right: 65%;
	padding-top:8%;
	text-align: right;
}

#managers .contacts {
	margin-top:40px;
	font-size:22px;
	
}

#managers label {
	font-family:"Osh-cb";
	font-weight: normal;
	margin-left: 5px;
}

#managers .stuff-title {
	font-size:27px;
	margin-bottom:10px;
}

.single-staff .position {
	font-size:24px;
	text-align: center;
	line-height:1.2em;
}

.staff-single.social-icons {
	display: block;
	text-align: center;
}


/*******************************services********************/
#services .spec-art {
	margin-bottom:30px;
	}

.scroll-img.no-img {
	overflow: hidden;
	border: #F1F1F1 10px solid;

}

/**************************DOWNLOADS*********************/
#downloads {
	margin-top:20px;
}

.d-item {
	position: relative;
	text-align: center;
	margin-bottom:40px;
}

.d-icon {
	margin-bottom:20px;
}

#downloads .entry {
	margin-bottom:20px;
	
}

/**********************SEARCH*****************/
.top-search {
	margin-top:20px;
}
#search {
    border: 1px solid #D8D8D8;
    background: #f1f1f1 url(images/search.png) 1% 50% no-repeat;
    padding:6px;
	padding-left:24px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

/*********************SALES*******************/
#salestable {
	width:100%;
	margin:20px auto;
}

#salestable label {
	font-family:"Osh-cb";
	color:#19587b;
	margin-left:5px;
	
}

.st-line {
	font-size:20px;
}

/*************************CARS************************/
.soldout {
	font-size:30px;
	font-weight: bold;
	color:#F00;
}
.sold {
	position: absolute;
	top:15px;
	right:-80px;
	width:70%;
	padding:10px;
	font-family:"Osh-b";
	text-align: center;
	font-size:20px;
	z-index:10;
	background:rgba(225, 0, 0, 0.8);
	color:#FFF;
	
	-moz-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
-o-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
	}


.car-item {
	margin-bottom:30px;
	position: relative;
	text-align: center;
}

.car-img {
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}

.features-short {
	text-align: center;
}

.car-item .more {
	display: inline-block;
}

.features-short li label {
	font-family:"Osh-cb";
}

#property-section .title {
	font-size:28px;
	text-align: right;
	font-family:"Osh-cb";
}

#property-section li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#CCC 1px solid;
	
}

#property-section li a {
		font-family:"Osh-cb";
		text-decoration: underline;
}


#property-section li a:hover {
	text-decoration: none;
}

.features label {
	font-family:"Osh-cb";
	font-weight: bold;
}

.slider-for {
	margin-bottom:20px;
}

.slider-nav .th {
	padding: 0 5px;
}

/*************************JOBS***********************/

.job-item {
	margin-bottom:45px;
	padding-bottom:45px;
	border-bottom:#bfbfbf 1px solid;
}

.job-item .title {
	text-align: right;
	font-size: 28px;
	font-family:"Osh-cb";
}

.job-item label {
	font-family:"Osh-cb";
	margin-bottom:10px;
	
}

.job-item .area {
	line-height:1.3em;
	margin-bottom:30px;
}

.job-place, .job-item .strong {
	font-family:"Osh-cb";
	margin-bottom:30px;
}

.job-mail a {
	font-family:"Osh-cb";
}

/***********************CONTACT***********************/
.acf-map {
	width:100%;
	min-height:320px;
}

#location {
	direction:ltr;
	margin-bottom:40px;
}

.contact-page .title {
	text-align: right;
}

.contact-page  {
	
}

.contact-page a {	
	color:#000;
}

.contact-page .social-icons {
	margin-top:30px;
	font-size:24px;
}

.contact-page .social-icons a {
	color:#19587b;
}

#contact-form label {
	display: none;
	width:100%;
	font-weight: normal;
}

#contact-form input[type="submit"] {
	width:120px;
	float:left;
}

.home-form .wpcf7-response-output {
	color:#FFF;
}

.contact-page .title {
	margin-bottom:30px;
}

.contact-page .contact-info {
	padding-top:30px;
}


.c-li {
	 margin-bottom: 10px;
}

.c-li i {
	font-size:20px;
	margin-left:10px;
}

#sideform {
	background:#003667;
	padding:20px;	
}

#sideform .title {
	color:#FFF;
	font-size:34px;
	margin-bottom:20px;
}

#sideform .send {
	text-align: left;
}

#sideform input[type="submit"] {
	display: inline-block;
	width:35%;
	border: none;
}

div.wpcf7 .ajax-loader {
	float:right;
}

#departments {
	margin-bottom:40px;
}

.dept-title {
	font-family:"Osh-cb";
	font-size:24px;
	margin-bottom:10px;
}

#departments i {
	color:#19587b;
	margin-left:4px !important;
}

/***************************GRAVITY***************************/
.gform_validation_container {
	display: none;
}

.gfield_required {
	color:#F00;
}

.modal-header .close {
	color:#000;
	font-size:22px;
	opacity:1;
}

.modal-body .gform_fields li {
	text-align: right;
}

/*****************tender******************/
#tender-details {
	width:30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

#tender-details li {
	margin-bottom:10px;
}

#tender-details label,
.chart-item label {
	margin-left:5px;
}
.general-desc  {
	font-family:"Osh-b";
	text-align: center;
	margin:20px 0;
	color:#F00;
}

#chart {
	width:60%;
	margin: auto;
	text-align: center;
}

.chart-item {
	padding:30px;
	border-radius:12px;
	border:#19587b 3px solid;
	margin-bottom:30px;
	line-height:1.3;
}

.chart-item.small {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

.chart-item h3 {
	font-family:"Osh-b";
	color:#000;
	margin-bottom:10px;
}

.chart-item.grey {
	background: #E5E5E5;
	border:#CCC 1px solid;
	color:#959595;
}

.chart-item.grey  h3 {
	color:#959595;
}

.leagal-alert {
	width:60%;
	margin: auto;
	border-radius:12px;
	border: #C00 3px solid;
	text-align: center;
}

.profile-btn {
	display: inline-block;
	float: left;
	padding:10px 25px;
	border:#19587b 1px solid; 
	border-radius:6px;
}

#tenders {
	width:60%;
	margin:30px auto;
}

.tender-title {
	font-size:22px;
	font-family: "Osh-b";
	margin-bottom:10px;
}

.tender-title a:hover {
	text-decoration: underline;
}

.top-buttons {
	display: inline-block;
	position: absolute;
	top:30px;
	left:0;
	text-align: left;
}

.topbtn {	
	padding:10px 25px;
	border:#19587b 1px solid; 
	border-radius:6px;
	
}

.download-btn {
	display: inline-block;
	position: absolute;
	top:0px;
	left:0;
	padding:10px 25px;
	border:#19587b 1px solid;
	background:#19587b;
	color:#FFF;
	border-radius:6px;
}

.download-btn:hover {
	background:#FFF;
	color:#19587b;
}
.topbtn:hover {
	background:#19587b;
	color:#FFF;
}


.profile-forms {
	width:80%;
	margin: auto;
}

.profile-forms .cleanlogin-form label {
	font-size:18px;
	text-align: right;
}

.profile-forms  .cleanlogin-form p.cleanlogin-form-description {
	font-size:18px;
}

.profile-forms  .cleanlogin-form input[type="submit"] {
	display: block;
	width: 260px;
	padding:20px 35px;
	font-size:30px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

/***********************ENGLISH************************/
#english {
	direction:ltr;
}

#english .home-form {
	margin-top:0;
}

#english .home-form input,
#english .home-form textarea {
	text-align: left;
}

#english .home-form input[type="submit"] {
	text-align: center;
}


/*******************BEFORE FOOTER******************/
#before-footer {
	background:#ebebeb;
	padding:20px 0;
	font-size:22px;
	
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	padding:40px 0;
	background:#19587b;
	background-size:cover;
	color:#8da4b4;
}

.footer-inner {
    padding: 60px 0;
}

#footer .social-icons {
	margin-top:30px;
	text-align: center;
}

#footer .social-icons a {
	color:#fff;
}

#footer .menu li{
	display:block;
	float:none;
}

#footer a {
	color:#8da4b4;
}

#footer a:hover {
	color:#FFF;
}

#footer .menu li a {
	display:block;
	color:#8da4b4;
	
}

#footer .menu li a:hover {
	color:#FFF;
}



#footer .widget-title,
.footer-widget-title {
	font-size:26px;
	padding-bottom:20px;
	color:#FFF;
	font-weight: normal;
		
}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
}
.widget ul li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.logo-footer {
	padding-top:50px;
}

#bottom {
	position:relative;
	color: #8da4b4;
	font-size:16px;
	padding-bottom:15px;
	
	}
  .bottom-border {
	  border-top:#8da4b4 1px solid;
	  padding-top:15px;
  }
#bottom a {
	color: #76889e;
}

#copyrights {
	text-align:right;
	}
#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}

.mk-go-top {
	display:block;
	position:absolute;
	top:-45px;
	left:50%;
	line-height:60px;
	background:#FFF;
	color:#808080 !important;
	font-size:40px;
	border:#76b5de 10px solid;
	border-radius:50%;
	z-index:10;
}

.mk-go-top i {
	padding:10px 20px;
}

.cleanlogin-full-width form .cleanlogin-field {
	float: right;
	margin-left:5%;
	margin-right:0%;
	margin-bottom:10px;
}

.cleanlogin-container {
	padding:24px 36px;
}

/**************COUNTER********************/

#the-counter {
	padding:20px 0;
}

#the-counter #main_countedown_1 .time_description {
	font-family: 'Osh-c' !important;
	font-size:17px;
	color:#737373;
}


#the-counter #main_countedown_1 .time_left {
	background:#97b8cb;
	color:#000;
}

.counter-title {
	text-align: center;
	font-weight: bold;
	margin-bottom:15px;
	color:#19587b;
}
