@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:700);
 

body {
	min-width: 320px;
	overflow-x: hidden;
	padding-top: 60px;
	color: #222;
}

	#home {
		padding-top: 0;
	}

	.no-scroll {
		overflow: hidden;
	}

p {
	margin-bottom: 2em;
}

hr {
	border-top: 1px solid #e7e7e7;
	margin: 20px 0;
}

a
{
    color: #06C;	
}

.seafarer_name
{
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #222;
	font-size: 14px;
	
}

.clear
{
	
	clear:both;
	
}
.followus 
{
 display: inline-block;
    margin: 0 auto;
    min-width: 245px;
    width: auto;
	margin-bottom: 10px;

}

.followus div
{
	padding-left:20px;
	
}


.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: inline-block;
}

.modal {
	z-index: 20000;
}


#bread
{
	padding:10px 0;
	
}


.catalog_city_list {
    margin: 0 auto;
    overflow-y: scroll;
    max-height: 300px;
 
    background: rgb(250, 248, 250);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
ul.crewing {
    float: left;
    width: 12em;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none !important;
}
.catalog_city_list ul {
    width: auto !important;
    margin: 2px !important;
}
ul.crewing li {
    float: left;
    margin: 0;
    padding: 0;
    width: 200px;
}
li.l5 {
    float: none !important;
    padding-top: 5px !important;
}

	/* 1.1. HEADERS
	---------------------------------------------------------------*/
	
	.h2title, .h1title, .h4title, .h3title, .h5title, .slider_subtitle
{
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: bold;
    line-height: 1.1;
    color: #222;
	
}
	
.h2title{font-size: 23px;}
.h3title{font-size: 19px;}
.h5title{font-size: 14px;}

.slider_subtitle
{
	display: block;
	color:#FFF5A2;
	 font-size: 18px;
	 margin: 2em 0 1em 0;
    
}


	h1, h2, h3, h4, h5, h6, .h1title, .h4title, .h2title, .h3title, .h5title {
		letter-spacing: -0.05em;
		margin: 0;
 
	}
	
	
		h1, .h1title {
		    font-size: 38px;
			    margin-bottom: 20px;
	}
	

	h2, .h2title {
		margin-bottom: 10px;
	}



	h3, .h3title {
		margin: 2em 0 1em 0;
	}

		.modal h3 {
			margin: 0;
		}

	h4, .h4title {
		color: #238AB7;
	}

		h4 span, .h4title span {
			padding: 0 15px;
		}

			h4 span i, .h4title span i{
				margin-right: 10px;
			}

	h5, h6, .h5title {
		letter-spacing: 0;
	}

	/* 1.2. LINKS & BUTTONS
	---------------------------------------------------------------*/

	a,
	button {
		cursor: pointer;
		transition: all .5s ease;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
	}

	.btn {
		font-family: "Montserrat", Arial;
		text-transform: uppercase;
		white-space: normal;
	}

	.btn-primary {
		border: 0;
	}

	.btn-default {
		border: 2px solid #fff;
		background-color: #238AB7;
	}
	
	.btn-default:hover {
		border: 2px solid #fff;
		background-color: #135F80;
	}
	

		article .btn-default {
			border: 1px solid #238AB7;
			color: #238AB7;
		}

			article .btn-default:hover {
				border: 1px solid #0f858d;
				color: #0f858d;
			}

			article .btn-default.btn-lg {
				padding: 9px 30px;
			}

	/* 1.3. SECTIONS
	---------------------------------------------------------------*/

	section {
		padding: 20px 0;
	}

	.color1 {
		background: #f8f8f8;
	}
	
	.color0 {
		 background: url(../images/featured-companies.jpg) fixed;
		     background-position: 50% 50%;
	}

	.color2 {
		background: url(../images/background.jpg) fixed;
		color: #fff;
	}

		.color2 h2::after {
			background: #fff;
		}

		.color2 h5,.color2 .h5title {
			font-family: "Montserrat", Arial;
			font-weight: bold;
			margin-bottom: 1em;
			text-transform: uppercase;
		}

		.color2 i {
			color: #222;
			margin-right: 10px;
		}

		.color2 a {
			color: #fff;
		}

			.color2 a i {
				color: #fff;
			}

		.color2 .form-control {
			background: #fff;
			border: 0;
		} 

	#title {
		padding-bottom: 0;
	}

	.column {
		background: #eee;
		margin: 15px 0;
		padding: 15px 0;
	}

	/* 1.4. LOADER
	---------------------------------------------------------------*/

	#loader {
		background: #fff;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 50000;
	}

		#loader i {
			color: #238AB7;
			left: 50%;
			margin: -24px 0 0 -24px;
			position: absolute;
			top: 50%;
		}

	/* 1.5. NAV TABS AND PILLS
	---------------------------------------------------------------*/

	.nav {
		margin-bottom: 1em;
	}

	/* 1.6. ACCORDION
	---------------------------------------------------------------*/

	.accordion-toggle {
		display: block;
	}

/* 2. HEADER
-------------------------------------------------------------------*/

header {
	background: #238AB7;
	color: #fff;
	line-height: 40px;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

	header .container {
		position: relative;
		z-index: 1;
	}

	header a,
	header a:hover,
	header a:focus {
		color: #fff;
	}


#home header {
	background: none;
}

#header-background {
	background: #238AB7;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#menu-open {
	margin: 0 0 0 15px;
}







/* 2. HEADER
-------------------------------------------------------------------*/

#header {
	background: #238AB7;
	line-height: 40px;
	left: 0;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.admin-bar #header {
	top: 32px;
}

	#header .container {
		position: relative;
		z-index: 1;
	}

	#header a {
		color: #fff;
	}
	


#home #header {
	background: none;
}

#header-background {
	background: #238AB7;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

#menu-open {
	margin: -10px 0 -10px 15px;
	line-height: 60px;
} 





	/* 2.1. BOOTSTRAP NAVBAR
	---------------------------------------------------------------*/

	
	#header {
    background: #238AB7 !important;
    line-height: 40px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
	
	
	body > .fm-container > .menu > ul {
		display: none;
	}

	#menu-open {
		display: none;
	}

	#header nav {
		display: block;
		margin: -10px 0;
		float: right;
	}

	#header #main-nav {
		padding: 0;
	}

	#header #main-nav > li {
		list-style-type: none;
		float: left;
		position: relative;
	}

	#header #main-nav > li > a {
		display: block;
		float: left;
		line-height: 60px;
		padding: 0 15px;
		height: 60px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: "Montserrat", Arial;
		text-shadow: none;
	}

	#header #main-nav > li:hover,
	#header #main-nav > li.current-menu-item,
	#header #main-nav > li.current-menu-parent {
		background: rgba(0,0,0,0.1);
	}

		#header #main-nav ul {
			display: none;
		}
		
		
		.sub-menu {
			min-width:500px !important;
		}
		
		
		.sub-menu li {
			float:left;
			width:50%;
		}
		

		#header #main-nav li:hover ul {
			background: #12A0A9;
			display: block;
			font-weight: bold;
			font-family: "Montserrat", Arial;
			left: 0;
			position: absolute;
			text-transform: uppercase;
			top: 100%;
		}

		#header #main-nav ul {
			border-radius: 0 0 3px 3px;
			box-shadow: none;
			font-weight: bold;
			list-style-type: none;
			min-width: 150px;
			padding: 0;
			white-space: nowrap;
		}

			#header #main-nav ul li {
				display: block;
				position: relative;
			}

				#header #main-nav ul a {
					color: #fff;
					display: block;
					padding: 15px;
					line-height: 100%;
					color: inherit;
				}
				
				
					.spc
					{
						color: #FFEB3B !important;
						
					}
				

				#header #main-nav ul a:hover {
					background: rgba(0,0,0,.1);
				}

				#header #main-nav ul li.current-menu-item a {
					background: #0f8d95;
					color: #fff;
				}

				#header #main-nav ul li ul {
					border-radius: 3px;
					display: none !important;
					left: 100% !important;
					position: absolute;
					right: auto;
					top: 10px !important;
				}

					#header #main-nav ul li:hover ul {
						display: block !important;
					}

	#logo a {
		display: block;
		line-height: 100%;
	}




	/* 2.1. SEARCHBOX
	---------------------------------------------------------------*/

	#search {
		margin: 10px 0 0 0;
		    padding: 0px 10px;
	}

	#searchbox {
		overflow: hidden;
		width: 0;
	}

		#searchbox .form-group {
			margin: 0;
		}

	#searchfield {
    box-shadow: none;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
    display: block;
    width: 95%;
    padding: 11px 10px 7px 5px;
    border: none;
    border-radius: 3px;
    background: #F7F9FA;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    height: 40px;
 
		
	}
	
	
	

		#searchfield::-webkit-input-placeholder {
			color: #C1C1C1;
		}

		#searchfield:-moz-placeholder { /* Firefox 18- */
			color: #C1C1C1;  
		}

		#searchfield::-moz-placeholder {  /* Firefox 19+ */
			color: #C1C1C1;  
		}

		#searchfield:-ms-input-placeholder {  
			color: #C1C1C1;  
		}

/* 3. SLIDER
-------------------------------------------------------------------*/

.sl-slider-wrapper {
	left: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
}

.sl-content-wrapper {
	position: absolute;
}



/*------------------------------------------------------------------
[ 8. Footer ]
*/

footer{

    background-color: #004e89;
    background-image: url("../images/map-light.png");
    color: #fff;
}

.footer-wrapper {
  display: table-row;
  height: 1px; }

.footer-top {
 
  color: #777;
  padding: 30px 0px; }
 
  .footer-top h2,.footer-top .h2title {
    color: #363636;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    margin: 0px 0px 30px 0px;
    padding: 0px; }
    .footer-top h2 i,.footer-top .h2title  i   {
      color: #17a7e0;
      font-size: 38px;
      margin: 0px 15px 0px 0px;
      vertical-align: middle; }
    .footer-dark .footer-top h2, .footer-dark .footer-top .h2title {
      color: #fff; }
    @media (max-width: 767px) {
      .footer-top h2,.footer-top .h2title {
        margin-top: 30px; } }
  .footer-top p {
    margin-bottom: 25px; }
    .footer-dark .footer-top p {
      color: rgba(255, 255, 255, 0.85); }
  .footer-top ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .footer-top ul li {
      display: block;
      margin: 0px 25px 0px 0px;
      padding: 0px; }
      .footer-top ul li a {
        color: #777;
        display: block;
        padding: 8px 0px; }
        .footer-dark .footer-top ul li a {
          color: rgba(255, 255, 255, 0.85); }
      .footer-top ul li:last-child {
        margin-right: 0px; }
  .footer-top .social-links li a:hover {
    color: #17a7e0; }

.footer-top-block {
  margin: 0px 0px 0px 0px; }
  
  .footer-top-block li a:hover {
    color: #FFC107 !important; }
  

.footer-bottom {
 
  color: #777;
  font-size: 12px;
  padding: 40px 0px; }
  .footer-bottom a {
    border-bottom: 1px solid #777;
    color: #777;
    text-decoration: none; }
  .footer-dark .footer-bottom {
    background-color: none;
    color: #fff; }
    .footer-dark .footer-bottom a {
      border-bottom: 1px solid #fff;
      color: #fff; }
	  
	  .social-links li
	  {
		  float:left;
		  
	  }
	  

.footer-bottom-left {
  float: left; }
  @media (max-width: 767px) {
    .footer-bottom-left {
      float: none;
      margin: 0px 0px 15px 0px; } }

.footer-bottom-right {
  float: right; }
  @media (max-width: 767px) {
    .footer-bottom-right {
      float: none; } }

/*------------------------------------------------------------------








	/* 3.1. SLIDE WRAPPER AND SLIDES
	---------------------------------------------------------------*/

	.sl-slide,
	.sl-slides-wrapper,
	.sl-slide-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	} 

	.sl-slide {
		z-index: 1;
	}

	/* 3.2. SLIDE CONTENT
	---------------------------------------------------------------*/

	.slide-content {
		left: 0;
		padding: 0 80px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

		.slide-content h2, .slide-content .h2title {
			color: #fff;
			font-size: 60px;
			margin: 0;
		}

			.slide-content h2::after,.slide-content .h2title::after {
				display: none;
			}

		.slide-content h3,.slide-content .h3title {
			color: #238AB7;
			font-size: 18px;
		}

		.slide-content p {
			margin: 40px 0 0;
		}

	/* 3.3. DUPLICATE PARTS & SLICES
	---------------------------------------------------------------*/

	.sl-content-slice {
		opacity : 1;
		overflow: hidden;
		position: absolute;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	/* 3.4. HORIZONTAL SLICES
	---------------------------------------------------------------*/

	.sl-slide-horizontal .sl-content-slice {
		height: 50%;
		left: -200px;
		width: 100%;
		-webkit-transform: translateY(0%) scale(1);
		-moz-transform: translateY(0%) scale(1);
		-o-transform: translateY(0%) scale(1);
		-ms-transform: translateY(0%) scale(1);
		transform: translateY(0%) scale(1);
	}

		.sl-slide-horizontal .sl-content-slice:first-child {
			padding: 200px 200px 0px 200px;
			top: -200px;
		}

		.sl-slide-horizontal .sl-content-slice:nth-child(2) {
			padding: 0px 200px 200px 200px;
			top: 50%;
		}

	/* 3.5. VERTICAL SLICES
	---------------------------------------------------------------*/

	.sl-slide-vertical .sl-content-slice {
		height: 100%;
		top: -200px;
		width: 50%;
		-webkit-transform: translateX(0%) scale(1);
		-moz-transform: translateX(0%) scale(1);
		-o-transform: translateX(0%) scale(1);
		-ms-transform: translateX(0%) scale(1);
		transform: translateX(0%) scale(1);
	}

	.sl-slide-vertical .sl-content-slice:first-child {
		left: -200px;
		padding: 200px 0px 200px 200px;
	}

	.sl-slide-vertical .sl-content-slice:nth-child(2) {
		left: 50%;
		padding: 200px 200px 200px 0px;
	}

	/* 3.6. BACKGROUND IMAGES
	---------------------------------------------------------------*/

	.bg-img {
		background-size: cover;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.bg-img-1 {
		background-image: url(../images/slider/slider1-min.jpg);
	}

	.bg-img-2 {
		background-image: url(../images/slider/slider2-min.jpg);
	}

	.bg-img-3 {
		background-image: url(../images/slider/slider3-min.jpg);
	}

	.bg-img-4 {
		background-image: url(../images/slider/slider4-min.jpg);
	}

	.sl-slider-wrapper .tint {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0.5;
		position: absolute;
		top: 0;
		width: 100%;
	}

	/* 3.7. NAVIGATION ARROWS
	---------------------------------------------------------------*/

	.nav-arrows span {
		position: absolute;
		z-index: 2000;
		top: 50%;
		width: 40px;
		height: 40px;
		border: 8px solid #ddd;
		border: 8px solid rgba(150,150,150,0.4);
		text-indent: -90000px;
		margin-top: -40px;
		cursor: pointer;
		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

		.nav-arrows span:hover {
			border-color: rgba(150,150,150,0.9);
		}

		.nav-arrows span.nav-arrow-prev {
			left: 5%;
			border-right: none;
			border-top: none;
		}

		.nav-arrows span.nav-arrow-next {
			right: 5%;
			border-left: none;
			border-bottom: none;
		}

	/* 3.7. NAVIGATION DOTS
	---------------------------------------------------------------*/

	.nav-dots {
		text-align: center;
		position: absolute;
		bottom: 2%;
		height: 30px;
		width: 100%;
		left: 0;
		z-index: 1000;
	}

		.nav-dots span {
			display: inline-block;
			position: relative;
			width: 16px;
			height: 16px;
			border-radius: 50%;
			margin: 3px;
			background: #ddd;
			background: rgba(150,150,150,0.4);
			cursor: pointer;
			box-shadow: 
				0 1px 1px rgba(255,255,255,0.4), 
				inset 0 1px 1px rgba(0,0,0,0.1);
		}

			.nav-dots span.nav-dot-current:after {
				content: "";
				position: absolute;
				width: 10px;
				height: 10px;
				top: 3px;
				left: 3px;
				border-radius: 50%;
				background: rgba(255,255,255,0.8);
			}

/* 4. CONTENT
-------------------------------------------------------------------*/

	img.pull-left {
		margin: 5px 30px 15px 0;
	}

	img.pull-right {
		margin: 5px 0 15px 30px;
	}

	/* 4.1. RESPONSIVE VIDEO
	---------------------------------------------------------------*/

	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 0;
		height: 0;
	}

	.video-wrapper iframe {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* 4.2. PAGINATION
	---------------------------------------------------------------*/

	.pagination {
		margin-top: 50px;
	}

		.pagination li a {
			border-radius: 3px;
		}

			.pagination li a:hover {
				color: #238AB7;
			}

	/* 4.3. WYSIWYG
	---------------------------------------------------------------*/

	.wysihtml5-toolbar {
		background: #f2f2f2;
		border: 1px solid #e7e7e7;
		border-bottom: 0;
		border-radius: 3px 3px 0 0;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.wysihtml5-toolbar:after {
			clear: both;
			content: "";
			display: table;
			width: 100%;
		}

		.wysihtml5-toolbar li {
			float: left;
		}

			.wysihtml5-toolbar li:first-child a:last-child,
			.wysihtml5-toolbar li:nth-child(2) a:nth-child(3),
			.wysihtml5-toolbar li:nth-child(2) a:last-child {
				display: none;
			}

			.wysihtml5-toolbar li:first-child a {
				overflow: hidden;
				position: relative;
				text-align: center;
				text-indent: -9999px;
				width: 54px;
			}

				.wysihtml5-toolbar li:first-child a:before {
					display: block;
					float: left;
					font-family: "FontAwesome";
					font-weight: normal;
					left: 21px;
					position: absolute;
					text-indent: 0;
					top: 7px;
				}

					.wysihtml5-toolbar li:first-child a:first-child:before {
						content: "\f032";
					}

					.wysihtml5-toolbar li:first-child a:nth-child(2):before {
						content: "\f033";
					}

					.wysihtml5-toolbar li:first-child a:nth-child(3):before {
						content: "\f0cd";
					}

	.wysihtml5-toolbar .btn {
		border-radius: 0;
		border: 0;
		color: #888;
	}

		.wysihtml5-toolbar .btn:hover,
		.wysihtml5-toolbar .wysihtml5-command-active {
			background: #e8e8e8;
		}

	.modal .btn {
		border-radius: 3px;
	}

		.modal .btn-primary {
			color: #fff;
		}

	.textarea.form-control {
		border-radius: 0 0 3px 3px;
		height: 200px;
	}

	/* 4.4. SHARING LINKS
	---------------------------------------------------------------*/

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

		#share ul li {
			float: left;
			margin-right: 10px;
		}

			#share ul li a {
				background: #238AB7;
				border-radius: 50%;
				color: #fff;
				display: block;
				font-size: 18px;
				height: 40px;
				line-height: 40px;
				text-align: center;
				width: 40px;
			}

				#share ul li a:hover {
					background: #0f858d;
				}

	/* 4.5. SIDEBAR
	---------------------------------------------------------------*/

	#sidebar h5,#sidebar .h5title {
		font-family: "Montserrat", Arial;
		margin: 1em 0 2em;
		text-transform: uppercase;
	}

	#sidebar hr {
		margin: 0 0 20px;
	}

	.sidebar-widget {
		display: table;
		margin-bottom: 20px;
		width: 100%;
	}

		.sidebar-widget ul {
			list-style: none;
			padding: 0;
		}

	/* 4.6. JUMBOTRON
	---------------------------------------------------------------*/

	.container .jumbotron,
	.container-fluid .jumbotron {
		border-radius: 0;
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		margin: 50px 0;
	}

		.jumbotron p {
			margin: 0.5em 0;
		}

	/* 4.7. FORMS
	---------------------------------------------------------------*/

	label {
		color: #222;
		font-weight: normal;
		text-transform: uppercase;
	}

		.checkbox label {
			color: #888;
			text-transform: none;
		}

	.form-control {
		box-shadow: none;
		height: 45px;
		padding: 10px 15px;
		-webkit-box-shadow: none;
		-mozilla-box-shadow: none;
		-ms-box-shadow: none;
	}

	/* 4.8. MAPS
	---------------------------------------------------------------*/

	#map-canvas {
		height: 400px;
		width: 100%;
	}

/* 5. JOBS
-------------------------------------------------------------------*/

#social_follow
{
	padding: 10px 0;
	
}


.jobsh1
{
	
	font-size:28px !important;
	padding: 10px 0;
	
}

.jobs {
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	border-radius: 3px;
}

	.jobs a {
		border-bottom: 1px solid #e7e7e7;
		color: #888;
		display: block;
		padding: 15px 0;
		position: relative;
		width: 100%;
	}

		.jobs a.featured {
			background: rgb(255, 250, 218);
			border-bottom: 1px solid #238AB7;
		}

		.jobs a:hover,
		.jobs a.featured:hover {
			background: #f2f2f2;
		}

		.jobs a .row,
		.jobs p {
			margin: 0;
		}

		.jobs a h5 ,.jobs a .h5title {
			line-height: 1.71em;
		}

		.jobs a strong {
			color: #222;
			font-weight: normal;
		}

	.jobs .hidden-job {
		display: none;
	}

	.job-location,
	.candidate-location {
		padding-left: 30px;
		position: relative;
	}

		.job-location:before,
		.candidate-location:before {
			color: #238AB7;
			content: "\f041";
			font-family: "FontAwesome";
			left: 15px;
			position: absolute;
			top: 0;
		}

	.job-dates {
		padding-left: 37px;
		position: relative;
	}

		.job-dates:before {
			color: #238AB7;
			content: "\f073";
			font-family: "FontAwesome";
			left: 15px;
			position: absolute;
			top: 0;
		}

	.candidate-date:before {
		color: #238AB7;
		content: "\f073";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}

	.applied .job-title h5:before,.applied .job-title .h5title:before {
		color: #6ecf26;
		content: "\f058";
		font-family: "FontAwesome";
		font-weight: normal;
		margin-right: 7px;
	}
	
	.searchcat
	{
		    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
		
	}
	
	.jobcats ul li span
	{
		color:#848282;
	}
	
.jobcats ul  
	{
		    list-style: none;
    padding: 0px;
    margin: 0px;
	}
	.jobcats ul li
	{
		 padding-top:10px;
	}
	
	.alljobs
	{
		margin-top: 20px;
	}
	
	
	
	.position-general-information dl {
    margin: 0px;
    padding: 0px;
}

.position-general-information dt {
    background-color: #f7f7f7;
    float: left;
    line-height: 28px;
    margin: 0px 0px 2px 0px;
    padding: 7px 20px;
    text-align: right;
    width: 200px;
}
	
	.position-general-information dd {
    background-color: #f9f9f9;
    line-height: 28px;
    margin: 0px 0px 2px 172px;
    padding: 7px 20px;
}
	
	#job-details
	{
		    padding-top: 20px;
		
	}
	#job-post-utils
	{
		clear:both;
	}
	#job-post-utils a
	{
		display:block;
	}
	
	#company-jobs ul li{
		
		padding-top:5px;
	}
	
	.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}


.fb-like
{
	 min-width: 120px !important;
  width: 120px !important;
}


#apply-online
{
	margin-bottom:20px;
	
}


	/* 5.1. MORE JOBS
	---------------------------------------------------------------*/

	#more-jobs {
		margin-top: 25px;
	}

		#more-jobs .more {
			display: block;
		}

			#more-jobs.on .more {
				display: none;
			}

		#more-jobs .less {
			display: none;
		}

			#more-jobs.on .less {
				display: block;
			}

	/* 5.2. JOB TYPE BADGES
	---------------------------------------------------------------*/

	.badge.full-time {
		background: #6ecf26;
	}

	.badge.part-time {
		background: #FF9800;
	}

	.badge.freelance {
		background: #72d2ff;
	}

	.badge.temporary {
		background: #c20000;
	}

	.badge.internship {
		background: #0064c2;
	}

	/* 5.3. FEATURED JOBS
	---------------------------------------------------------------*/

	.featured-job {
		color: #888;
	}

		.featured-job img,
		.featured-job .title {
			float: left;
			margin-bottom: 15px;
			margin-top: 15px;
		}

		.featured-job img {
			margin-left: 15px;
		}

		.featured-job .data {
			border-bottom: 1px solid #e7e7e7;
			border-top: 1px solid #e7e7e7;
			clear: both;
			margin: 15px 0;
			padding: 10px 15px;
		}

		.featured-job span {
			display: block;
		}

		.featured-job .description {
			padding: 0 15px;
		}

		.featured-job .title {
			padding: 11px 0 0 20px;
		}

		.featured-job i {
			margin-right: 10px;
		}

			.featured-job .city i {
				color: #238AB7;
			}

			.featured-job .full-time i {
				color: #6ecf26;
			}

			.featured-job .part-time i {
				color: #ff6c00;
			}

			.featured-job .freelance i {
				color: #72d2ff;
			}

			.featured-job .sallary i,
			.featured-job .experience i {
				color: #238AB7;
			}

	#sidebar .featured-job h5,
	#sidebar .featured-job p,#sidebar .featured-job .h5title {
		margin: 0;
	}

	/* 5.4. RESUME
	---------------------------------------------------------------*/

	.work-experience h4 {
		color: #222;
		font-size: 1em;
		line-height: 1.5em;
	}

	.work-experience h5 {
		color: #238AB7;
		font-family: "Montserrat", Arial;
		font-size: 1em;
		line-height: 1.5em;
		text-transform: uppercase;
	}

	.work-experience .img-circle {
		background: #238AB7;
		color: #fff;
		font-size: 30px;
		height: 78px;
		line-height: 78px;
		margin: 5px 0 30px;
		text-align: center;
		width: 100%;
	}

	#widget-contact ul {
		line-height: 2em;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#widget-contact ul li i {
			color: #238AB7;
			width: 25px;
		}

	#skills .badge {
		margin-right: 5px;
	}

	.dashed {
		border-top: 1px dashed #e7e7e7;
		margin: 15px 0;
	}

/* 6. FEATURED COMPANIES
-------------------------------------------------------------------*/

#featured-companies {
	list-style: none;
 
	    position: relative;
}

	#featured-companies li {
		margin: 0 0 30px;
	}

		#featured-companies li a {
			background: #fff;
			display: block;
			height: 100px;
			position: relative;
			text-align: center;
		}

			#featured-companies li a img {
				max-width: 100%;
				    max-height: 100px;
			}

			#featured-companies li a span {
				background: #238AB7;
				border-radius: 50%;
				font-family: "Montserrat", Arial;
				height: 30px;
				line-height: 24px;
				position: absolute;
				right: -5px;
				top: -5px;
				width: 30px;
			}

/* 7. PARALLAX
-------------------------------------------------------------------*/

.parallax {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

	.parallax .tint, #featured-companies .tint {
		background: #000;
		height: 100%;
		left: 0;
		opacity: 0.7;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	
  #featured-companies .tint2 {
		background: #999;
		height: 100%;
		left: 0;
		opacity: 0.7;
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	
	
	

	.parallax h1, .parallax .h1title {
		color: #fff;
	}

#stats {
	background-image: url(../images/stats-min.jpg);
}
#testimonials {
	background-image: url(../images/stats-min.jpg);
}
 
/* 8. JOBSEEK APP & CONTACT
-------------------------------------------------------------------*/

#app {
	padding: 50px 0 0;
}

#phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

#contact .help-block {
	color: #fff;
}

#contact .help-success {
	color: #fff;
	font-family: "Montserrat", Arial;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 30px;
	text-transform: uppercase;
}

/* 9. JOBSEEK STATS
-------------------------------------------------------------------*/

#counter {
	margin: 40px;
	position: relative;
}

.counter {
	border: 2px solid #238AB7;
	border-radius: 50%;
	display: inline-block;
	font-family: "Montserrat", Arial;
	font-weight: bold;
	height: 130px;
	letter-spacing: -0.05em;
	line-height: 2em;
	margin: 10px;
	padding-top: 41px;
	text-transform: uppercase;
	width: 130px;
}

	.counter .number {
		color: #fff;
		font-size: 32px;
	}

	.counter .description {
		color: #238AB7;
	}

/* 10. PLANS & PRICING
-------------------------------------------------------------------*/

.pricing {
	margin-top: 50px;
}

	.pricing ul {
		border: 1px solid #e7e7e7;
		border-bottom: 0;
		list-style: none;
		padding: 0;
		position: relative;
		top: 0;
		transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

		.pricing ul:hover {
			top: -15px;
		}

		.pricing ul li {
			border-bottom: 1px solid #e7e7e7;
			padding: 15px;
		}
.pricing ul li:not(.title):not(.price) {
  text-align:left;
}  
			.pricing ul li:nth-child(2n) {
				background: #f8f8f8;
			}

		.pricing .title {
			background: #222;
			border: 0;
			color: #fff;
			font-family: "Montserrat", Arial;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: -0.05em;
			padding: 50px 0 0;
			text-transform: uppercase;
			margin: 0px;
		}

		.popular .title {
			background: #238AB7;
		}

		.pricing .price {
			background: #222 !important;
			color: #238AB7;
			font-family: "Montserrat", Arial;
			font-size: 18px;
			font-weight: bold;
			letter-spacing: -0.05em;
			line-height: 1em;
			padding: 0 0 50px;
			text-transform: uppercase;
		}

		.popular .price {
			background: #238AB7 !important;
			color: #222;
		}
		
		
		.superpremium .price {
			background: #FFC107 !important;
			color: #000;
		}
		
		
		.superpremium .title {
			background: #FFC107 !important;
			    font-size: 28px;
    padding: 26px 0px 0px;
			 
		}
		
		.superpremium   {
			    border: 5px solid #FF9800 !important;
			 
		}

/* 11. TESTIMONIALS
-------------------------------------------------------------------*/

#testimonials .owl-carousel {
	margin: 50px 0;
	text-align: left;
}

	#testimonials .owl-carousel blockquote {
		border: 0;
		color: #fff;
		font-size: 18px;
		font-style: italic;
		padding: 0;
	}

		#testimonials .owl-carousel blockquote footer {
			color: #238AB7;
			font-style: normal;
			font-weight: bold;
			    background-image: none;
    background-color: transparent;
		}

			#testimonials .owl-carousel blockquote footer::before {
				display: none;
			}

			#testimonials .owl-carousel blockquote footer cite {
				color: #fff;
				display: block;
				font-style: normal;
				font-weight: normal;
			}

#testimonials-long blockquote {
	border: 0;
	padding: 0;
}

/* 12. BLOG
-------------------------------------------------------------------*/

	/* 12.1. HOME PAGE BLOG
	---------------------------------------------------------------*/

	#blog .owl-carousel {
		margin-top: 50px;
	}

		#blog .owl-carousel img {
			margin-bottom: 25px;
		}

		#blog .owl-carousel h4 {
			color: #222;
		}

		#blog .owl-carousel h5 {
			color: #238AB7;
			font-weight: normal;
			margin: 10px 0 25px;
			text-transform: uppercase;
		}

			#blog .owl-carousel h5 span {
				margin-right: 20px;
			}

				#blog .owl-carousel h5 span i {
					margin-right: 10px;
				}

	#blog .owl-controls i {
		color: #e7e7e7;
	}

		#blog .owl-controls i:hover {
			color: #ccc;
		}

	/* 12.2. BLOG POSTS
	---------------------------------------------------------------*/

	.post h2 {
		margin: 0;
	}

		.post h2::after {
			display: none;
		}

	.meta {
		margin: 0.5em 0 2em;
	}

		.meta span {
			margin-right: 20px;
		}

		.meta i {
			color: #238AB7;
			margin-right: 5px;
		}

		.post .meta::after {
			background: #238AB7;
			content: "";
			display: block;
			height: 5px;
			margin-top: 10px;
			width: 60px;
		}

	.share {
		display: table;
		list-style: none;
		margin: 3em 0;
		padding: 0;
		width: 100%;
	}

		.share li {
			float: left;
			margin-right: 5px;
		}

			.share li h5 {
				margin: 7px 10px 0 0;
			}

	.tags {
		border-bottom: 1px solid #e7e7e7;
		border-top: 1px solid #e7e7e7;
		display: table;
		list-style: none;
		margin: 3em 0;
		padding: 10px 0;
		width: 100%;
	}

		.tags li {
			float: left;
			margin-right: 15px;
		}

	#author {
		margin: 3em 0;
	}

		#author p {
			margin: 0.5em 0;
		}

		#author .social {
			display: table;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}

			#author .social li {
				float: left;
				margin-right: 5px;
			}

				#author .social li a {
					color: #d8d8d8;
				}

					#author .social li a:hover {
						color: #bbb;
					}

	#paging {
		display: table;
		list-style: none;
		margin: 3em 0;
		padding: 0;
		width: 100%;
	}

	.gallery {
		list-style: none;
		padding: 0;
	}

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

	/* 12.3. BLOG SIDEBAR
	---------------------------------------------------------------*/

	.sidebar-links {
		margin-bottom: 50px;
	} 

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

			.sidebar-links li a {
				background: url(../images/bullet.png) no-repeat 10px 18px;
				border-bottom: 1px solid #e7e7e7;
				display: block;
				padding: 10px 10px 10px 40px;
			}

				.sidebar-links li a:hover {
					background: #f8f8f8 url(../images/bullet.png) no-repeat 15px 18px;
				}

				.sidebar-links li a span {
					display: block;
					color: #888;
					margin: 0;
				}

	.fa-stack {
		color: #238AB7;
	}

/* 13. CLIENTS
-------------------------------------------------------------------*/

#clients .owl-carousel {
	padding: 20px 70px 0;
}

#clients img {
	margin-top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#clients a {
	opacity: 0.4;
}

	#clients a:hover {
		opacity: 1;
	}

#clients .owl-controls i {
	color: #e7e7e7;
}

	#clients .owl-controls i:hover {
		color: #ccc;
	}

#clients .owl-controls .owl-prev,
#clients .owl-controls .owl-next {
	position: absolute;
	top: 65px;
}

#clients .owl-controls .owl-prev {
	left: 0;
}

#clients .owl-controls .owl-next {
	right: 0;
}

/* 14. TEAM
-------------------------------------------------------------------*/

.team-member {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
    min-height: 300px;
}


.featured-companies {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
	height:180px
}

.featured-companies img {
height: 100px;
}

	.team-member h5 {
		margin-top: 2em;
	}

	.team-member h6 {
		margin: 0.5em 0 2em;
	}

/* 15. FOOTER
-------------------------------------------------------------------*/

#prefooter {
	background: #222;
	padding: 50px 0;
}

	#prefooter h2 {
		color: #fff;
		margin-bottom: 25px;
	}

	/* 15.1. NEWSLETTER
	---------------------------------------------------------------*/

	#newsletter .form-control {
		border: 0;
		border-radius: 3px 0 0 3px;
		height: 35px;
		width: 330px;
	}

	#newsletter .btn {
		border-radius: 0 3px 3px 0;
		left: -2px;
		position: relative;
	}

	/* 15.2. SOCIAL NETWORKS
	---------------------------------------------------------------*/

	#social-networks {
		text-align: right;
	}

		#social-networks a {
			margin: 0 0 0 5px;
		}

		#social-networks h2 {
			margin-bottom: 40px;
		}

			#social-networks h2::after {
				position: absolute;
				right: 15px;
			}

	/* 15.3. CREDITS
	---------------------------------------------------------------*/

	#credits {
		background: #181818;
		padding: 25px 0;
	}

/* 16. REGISTER & LOGIN FORMS
-------------------------------------------------------------------*/

.popup {
	background: rgba(0,0,0,0.8);
	display: none;
	left: 0;
	min-height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 40000;
}

	.popup form {
		background: #fff;
		border-radius: 0 0 5px 5px;
		padding: 30px;
	}

	.popup hr {
		margin: 30px 0;
	}

	.popup .btn {
		color: #fff;
		margin: 5px 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}

.popup-form {
	left: 50%;
	margin: 60px 0 60px -150px;
	position: absolute;
	top: 0;
	width: 300px;
}

.popup-header {
	background: #238AB7;
	border-radius: 5px 5px 0 0;
	padding: 30px;
}

	.popup-header h2 {
		color: #fff;
		margin: 0;
		padding: 0;
	}

		.popup-header h2::after {
			display: none;
		}

.social-login {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.social-login .btn i {
		margin-right: 10px;
	}

	.social-login .btn-facebook {
		background: #2e5898;
	}

		.social-login .btn-facebook:hover {
			background: #244576;
		}

	.social-login .btn-google {
		background: #d84a38;
	}

		.social-login .btn-google:hover {
			background: #b73827;
		}

	.social-login .btn-linkedin {
		background: #1C87BD;
	}

		.social-login .btn-linkedin:hover {
			background: #186d97;
		}

/* 17. MOBILE SITES
-------------------------------------------------------------------*/

	/* 17.1. BIG SCREENS
	---------------------------------------------------------------*/
	@media (min-width: 1200px) {

		.slide-content h2 {
			font-size: 80px;
		}

		.jobs .city {
			width: 160px;
		}

		.jobs .type {
			width: 130px;
		}

		.jobs .sallary {
			width: 80px;
		}

		.jobs .experience {
			width: 120px;
		}

		.featured-job span {
			display: inline-block;
			padding-right: 20px;
		}

		#newsletter .form-control {
			width: 430px;
		}

		.work-experience .img-circle {
			font-size: 36px;
			height: 99px;
			line-height: 99px;
		}

	}

	/* 17.2. REGULAR TABLETS
	---------------------------------------------------------------*/
	@media (max-width: 991px) {

		.slide-content h2 {
			font-size: 44px;
		}

		#newsletter .form-control {
			width: 220px;
		}

		.work-experience .img-circle {
			font-size: 24px;
			height: 53px;
			line-height: 53px;
		}
		
		
		#menu-open {
    display: block;
}

#header #main-nav {
    display: none;
}

#header 
{
	position:relative;
}

body
{
	padding:0px;
}

		

	}

	/* 17.3. SMALL TABLETS
	---------------------------------------------------------------*/
	@media (max-width: 767px) {

		section {
			padding: 40px 0;
		}

		div[class*="col"] {
			padding-bottom: 10px;
			padding-top: 10px;
		}

		.color2 {
			background: url(../images/background.jpg);
		}
		
 

		#contact div[class*="col"],
		#prefooter div[class*="col"] {
			padding-bottom: 20px;
			padding-top: 20px;
		}

		.jobs a div[class*="col"] {
			padding-bottom: 0;
			padding-top: 0;
		}

		.slide-content h2 {
			font-size: 36px;
			margin-bottom: 5px;
		}

		#testimonials .owl-carousel {
			text-align: center;
		}

			#testimonials .owl-carousel blockquote {
				font-size: 16px;
			}

		#newsletter .form-control {
			border-radius: 3px;
			height: auto;
			width: 100%;
		}

		#newsletter .btn {
			border-radius: 3px;
			left: auto;
		}

		#social-networks {
			text-align: left;
		}

			#social-networks a {
				margin: 0 5px 0 0;
			}

			#social-networks h2 {
				margin-bottom: 25px;
			}

				#social-networks h2::after {
					position: relative;
					right: auto;
				}

		.work-experience .img-circle {
			font-size: 36px;
			height: 99px;
			line-height: 99px;
			width: 99px;
		}

		#testimonials-long {
			text-align: center;
		}

	}

	/* 17.4. SMARTPHONES
	---------------------------------------------------------------*/
	@media (max-width: 480px) {

		h1, .h1title {
			font-size: 32px;
		}

		#home header {
			background: #238AB7;
		}

		.slide-content {
			padding: 0 30px;
		}

		.slide-content h2 {
			font-size: 30px;
			margin-bottom: 5px;
		}

		.slide-content h3,.slide-content .h3title {
			font-size: 14px;
		}

		.slide-content .btn {
			font-size: 12px;
		}

		.jobs .data span {
			display: block;
		}

		#searchbox {
			background: #238AB7;
			left: 0;
			opacity: 0;
			padding: 5px 15px;
			position: absolute;
			top: -62px;
			width: 100%;
		}

		#searchfield {
			width: 100%;
		}

		img.pull-left,
		img.pull-right {
			float: none !important;
			margin: 5px 0 15px 0;
		}

		.job-title p {
			padding-left: 20px;
			position: relative;
		}

			.job-title p:before {
				color: #238AB7;
				content: "\f1ad";
				font-family: "FontAwesome";
				left: 0;
				position: absolute;
				top: 0;
			}

		.job-location {
			padding-left: 35px;
			position: relative;
		}

	}
	
	
	/* Application   */

.application {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin: 0px 0px 60px 0px; 
  
  
  }

  
  .application dl {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #B5CDD8;
    border-radius: 5px;
    padding: 15px;
    background: #F7F9F7;
	    margin-top: 20px;
  }
 .application dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #222222;
  }
 .application dt:after {
    content: ":";
  }
 .application dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }
  
  
.application-main {
  padding: 40px 50px; }
  @media (max-width: 767px) {
    .application-main {
      padding: 40px 20px; } }
  .application-main .btn {
    margin-bottom: 15px; }

.application-main-image {
     display: block;
    padding: 4px;
     
    line-height: 1.71;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
  float: left;
  
  margin: 0px 50px 0px 0px;
  position: relative;
  }
  .application-main-image > img {
     
    width: 100%; }
  @media (max-width: 767px) {
    .application-main-image {
      float: none; } }

.application-main-image-label {
  
    display: block;
 
    padding: 15px;
 
    right: 10px;
    }
  .application-main-image-label img {
    width: 100%; }

.application-main-contacts {
  color: #999;
  margin: 10px 0px 0px 0px; }
  .application-main-contacts a {
    border-bottom: 1px solid #e9e9e9;
    color: #999; }
    .application-main-contacts a:active, .application-main-contacts a:focus, .application-main-contacts a:hover {
      text-decoration: none; }

.application-main-content {
  display: table-cell; }
  .application-main-content h1 {
    font-size: 28px;
    font-weight: 300;
    margin: 13px 0px 0px 0px;
    padding: 0px; }
  .application-main-content h3 {
    color: #777;
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0px 0px 0px;
    padding: 0px; }

.application-main-actions {
  margin: 40px 0px 0px 0px; }
  .application-main-actions a {
    margin-right: 10px; }
    .application-main-actions a:last-child {
      margin-right: 0px; }

.application-main-rating {
  margin: 0px 0px 0px 35px;
  vertical-align: 3px; }
  .application-main-rating i {
    color: #ffba00;
    font-size: 15px;
    margin: 0px 1px; }
  @media (max-width: 767px) {
    .application-main-rating {
      display: block;
      margin: 0px 0px 30px 0px; } }

.application-main-rating-count {
  color: #999;
  font-size: 12px;
  margin: 0px 0px 0px 8px;
  vertical-align: 1px; }

.application-main-verified {
  background-color: #55a747;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  margin: 0px 0px 0px 15px;
  text-align: center;
  vertical-align: 5px;
  width: 24px; }
  .application-main-verified .fa {
    margin-top: 5px; }

.application-chapter {
  border-top: 1px solid #e9e9e9;
  padding: 40px 50px; }
  .application-chapter h2 {
    color: #0F82BB;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px; }

.application-chapter-inner {
  display: table;
  table-layout: fixed;
  width: 100%; }

.application-chapter-title, .application-chapter-content {
  display: table-cell;
  vertical-align: top; }
  @media (max-width: 767px) {
    .application-chapter-title, .application-chapter-content {
      display: block;
      margin: 0px 0px 20px 0px; } }

.application-chapter-title {
  width: 135px; }
  .application-chapter-title h2 {
    margin-top: 5px; }

.application-chapter-content p:last-child {
  margin-bottom: 0px; }

.application-chapter-content dl {
  margin: 6px 0px 0px 0px;
  padding: 0px; }
  .application-chapter-content dl dt {
    color: #999;
    float: left;
    font-weight: normal;
    line-height: 1;
    width: 135px; }
    @media (max-width: 767px) {
      .application-chapter-content dl dt {
        width: 100px; } }
  .application-chapter-content dl dd {
    display: table-cell;
    margin-left: 120px; }
    .application-chapter-content dl dd p {
      margin-bottom: 30px !important; }
    .application-chapter-content dl dd:last-child p {
      margin-bottom: 0px !important; }

.application-chapter-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  .application-chapter-content ul li {
    padding: 8px 0px; }
    .application-chapter-content ul li span {
      color: #999;
      margin: 0px 0px 0px 5px; }
    .application-chapter-content ul li:before {
      content: '\f10c';
      color: #777;
      font-family: 'FontAwesome';
      font-size: 7px;
      margin: 0px 10px 0px 0px;
      vertical-align: 2px; }

.application-chapter-content h3 {
  color: #55a747;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin: 0px 0px 30px 0px;
  padding: 0px; }

.application-chapter-content h4 {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin: 8px 0px 20px 0px;
  padding: 0px; }

.application-chapter-social {
  display: block;
  text-align: center; }
  .application-chapter-social .fa-facebook-square {
    color: #365397; }
  .application-chapter-social .fa-twitter-square {
    color: #00a9f1; }
  .application-chapter-social .fa-linkedin-square {
    color: #287bbc; }
  .application-chapter-social .fa-youtube-square {
    color: #ff3333; }
  @media (max-width: 767px) {
    .application-chapter-social {
      margin: 0px 0px 20px 0px;
      text-align: left; } }

.application-chapter-social-icon {
  font-size: 38px;
  vertical-align: middle; }

.application-chapter-social-value {
  color: #999;
  font-size: 15px;
  margin: 0px 0px 0px 20px;
  vertical-align: middle; }

/* // Application   */	
	
	
	
	
	/* --------------------------   */
	#sidebar-seafarers
	{
	padding-bottom: 10px;
    padding-top: 10px;
 
	
	border: 1px solid #B5CDD8;
    border-radius: 5px;
    padding: 15px;
 
    background: #F7F9F7;
	
	}
	
	.subdata
	{
		    margin-top: 10px !important;
		
	}
	
	#adv_search, #more, #more2, .row_hide
	{
		display:none;
	}
	
	.form-control
	{
		color: #292828;
		border: 1px solid #CEC9C9;
		
	}
	
	.margin-top-50
	{
		margin-top:50px;
	}
	
	.text-right
	{
		text-align:right;
	}
	
	.table-hover {
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
}
	
	
	.table-hover>thead>tr>th, .table-hover>tbody>tr>th, .table-hover>tfoot>tr>th, .table-hover>thead>tr>td, .table-hover>tbody>tr>td, .table-hover>tfoot>tr>td {
    padding: 8px;
    line-height: 1.71;
    vertical-align: top;
    border-top: 1px solid #e7e7e7;
}
	
	
	.btn-primary {
 
    background-color: #238AB7;
 
}
	.icons-ul
	{
	 list-style: none;
    padding: 0px;
    display: table;
    margin: 0 auto;
		
	}
	.icons-ul li
	{
	     margin: 10px;
    padding: 10px;
    font-size: 16px;
		
	}
	.margin-r-10
	{
		    margin-right: 10px;
			color:#6CC616;
	}
	
	#profile
	{
		    margin: 10px;
    margin-left: 50px;
		
	}
	
	.or
	{
		    font-size: 24px;
    font-weight: bold;
	text-align:center;
		
	}
	
	.reg_links
	{
		display: table;
    margin: 0 auto;
    margin-bottom: 30px;
		
	}
	
	.bordered
	{
 
    padding: 10px;
    background: rgb(250, 248, 250);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
		
	}
	
	.save_btn
	{
		margin: 0 auto;
    display: table;
    margin-top: 40px;
		
	}
	
	
	.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
  }
	
	
	.text-info {
    color: #FFFFFF;
}
	
	
	.file-drop-zone {
	    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 0px !important;
    
}

.sortable {
	
	list-style:none;
	
}

 
.sortable  li:nth-child(odd) {
      background-color: #EAF1F0;
    padding: 10px;
}
.sortable  li:nth-child(even) {
   background-color: #F7F5EF;
    padding: 10px;
}

.sortable .form-control
{
	height: 35px;
    padding: 0px 10px;
	
}

.fields_header
{
	    background-color: #238AB7;
    padding: 3px 10px;
    font-size: 16px;
    color: white;
	
}

/* ----------------------------------------------  Auto Complete Style ---------------------------------------------- */


.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background:#ff8a00!important;
    color:#000;
    border-radius:0;
	cursor:pointer;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #ff8a00;
    border: none;
    color:#000;
    border-radius:0;
    font-weight: normal;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}


.ui-corner-all
        {
            -moz-border-radius: 4px 4px 4px 4px;
        }
        .ui-widget-content
        {
                border: 1px solid #CEC9C9;
    color: #222222;
    background-color: #FAF8FA;
    padding: 5px !important;
        }
        .ui-widget
        {
            font-family: Verdana,Arial,sans-serif;
            font-size: 15px;
        }
        .ui-menu
        {
            display: block;
            float: left;
            list-style: none outside none;
            margin: 0;
            padding: 2px;
        }
        .ui-autocomplete
        {
            cursor: default;
            position: absolute;
        }
        .ui-menu .ui-menu-item
        {
            clear: left;
            float: left;
            margin: 0;
            padding: 0;
            width: 100%;
        }
        .ui-menu .ui-menu-item a
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            cursor: pointer;
            background-color: Green;
        }
        .ui-menu .ui-menu-item a:hover
        {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            color: White;
            cursor: pointer;
            background-color: ButtonText;
        }
        .ui-widget-content a
        {
            color: #222222;
        }


/* ----------------------------------------------  //Auto Complete Style ---------------------------------------------- */

.print_pdf_icons a{
	    padding: 10px;
	
}

.modal h3 {
    padding-top: 10px;
    margin-top: 10px;
}

#blink
{
		padding:5px;
	margin:10px;
	
}
 
.blink a
{
	background-color:red;
	color:white;

}
	
#admin_panel h1
{
	
	font-size: 30px;
    margin-bottom: 20px;
}	

#admin_panel h2
{
    margin-bottom: 10px;
}	

.ui-autocomplete {
  z-index: 215000000 !important;
}

.add_new
{
	text-shadow: 0px 0px 0px black;
	
}

.applicants
{
	    padding: 10px;
    margin: 2px;
    background-color: #E6F1EF;
}

.post_job
{
	display:none;
}


.form_act
{
	    font-weight: bold;
	
}

.noborder
{
	border: none;
    border-radius: 0;
}

.title
{
	    font-size: 20px;
    margin: 10px 0px;
    padding: 10px 0px;
	
}
.sidebar-widget h3, .sidebar-widget h2
{
	    margin: 10px 0px;
}

.logo_left
{
	float:left;
	    padding: 0px 10px;
    margin: 0px 10px;
}

.alert h4
{
	margin-bottom:20px;
}
.howto
{
	    padding: 10px;
    margin: 10px;
	    color: black;
}

#out_text
{
	display:none;
	
}
.alert
{
	    margin: 10px 0px;
}

.img_home
{
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
	
}

.color10
{
	background-color:#EAEAEA;
	padding-top:15px;
}
.owl-carousel
{
	
	    margin-top: 10px;
}

.red{color: #E33726;    margin-right: 10px;    font-size: 20px;}
.green{color: #73BE00;    margin-right: 10px;    font-size: 20px;}
 
 .price_reason
 {
	 display: table;
    margin: 0 auto;
    float: none;
 }
 .soft_ads
 {
	 
	     padding: 10px 10px;
    margin: 10px 0px;
	 
 }
 
 .soft-view-item span
 {
	 font-weight:bold;
 }
 .img_news
 {
	 float: left;
    margin-right: 20px;
	 
 }
 .btn_search_market
 {
	     padding: 10px 30px;
 }
 #market_search
 {
	 padding:10px;
	 text-align:center;
 }
 .market_meta
 {
	     background-color: #E1E8EA;
    padding: 10px;
 }
 
 .marketcontacts {
    padding: 10px;
    margin: 10px 0;
    background-color: rgb(255, 250, 218);
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
#MarketContactForm
{
	display:none;
}
#send_market_message
{
	margin-top:20px;
}
#socials
{
	margin-top:20px;
}
.OutMarketImg {
    float: left;
}
.OutMarketImages:after
{ content: '';
    display: block;
    clear: both;}
#cities span
{
	display:block;
}
	
	.nomargin{margin:0px !important;}	
.ads,  .ads_center, .ads_bottom
{
	padding:10px 0px;
	margin:10px 0px;
}
#featured-companies .h1title
{
	color: #FFFEED;
} 
#featured-companies .btn-link
{
	    color: #EFE239;
    font-weight: bold;
} 
.reg_links a
{
	font-size:20px;
}

.post_ads
{
	padding-top:20px;
}
/*---------------------------------------- Directory ----------------------------------------*/

#mdir
{
	
	margin-top:50px;
}

.dir_logos img {
    height: 50px;
    padding-left: 10px;
}

.section_border {
    background: url(http://maritime-union.com/directory/images/border.gif) repeat-x left bottom;
    margin: 0 0 40px 0;
    padding: 0 0 45px 0;
    overflow: hidden;
}


/*---------------------------------------- //Directory ----------------------------------------*/