/** ************************************* **
CONTENT
1.  Global
2.  Navigation Bar
3.  Slider
4.  Content
5.  Util
6.  Price Table
7.  Tabs
8. Footer
9. Portfolio
10. Services
11. Responsive
** ************************************* **/


/** 1. Global
 **************************************************************** **/
html, body {
	overflow-x:hidden;
	overflow-x:hidden;
}
.container {
	position:relative;
}
.image-overlay {
    position:relative;
}
.image-overlay img {
    width:100%;
    vertical-align:top;
}
.image-overlay:after, .image-overlay:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image-overlay:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(38, 139, 240, 0.9);
}
.image-overlay:before {
    content: '+';
    width:100%;
    height:100%;
    color:#fff;
    z-index:1;
    top:15%;
    text-align:center;
    font-size:80px;
}
.image-overlay:hover:after, .image-overlay:hover:before {
    opacity:1;
}
.label {
	display:inline-block;
	margin:6px 1px 0 0;
	padding:5px 6px;

	-moz-border-radius:0;
		 border-radius:0;
}
	.label.light {
		color:#888;
		background-color:#eee;
	}

div.divider {
	height: 4px;
	width: 100px;
	border-top: #1a5896 2px solid;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 40px;
	text-align: center;
}

div.whiteDivider{

    height: 4px;
    width: 100px;
    border-top:#ffffff 2px solid;
    margin:auto;
    margin-top:2px;
    margin-bottom:60px;
    text-align:center;
}


.styleColor {
	color:#2A2F36 !important;
}

.whiteColor {
	color:#fff !important;
}

.big-paragraph,
.big-paragraph p {
	font-size:25px;
	line-height:35px;
}

h1.big-title {
	font-size:80px;
	line-height:80px;
}
.big-icons-demo i {
	font-size:50px;
}

section header h1,
section header h2,
section header h3 {
	color: #1a5896;
}
section {
	background:#ffffff;
}

section.alternate {
	background:#F6F6F6;
}
section.parallax,
section.parallax h1,
section.parallax h2,
section.parallax h3,
section.parallax h4,
section.parallax h5,
section.parallax h6,
section.parallax p{
	color: #FFFFFF !important;
}

.parallax {
    position:relative;
    overflow:hidden;
    color:#fff;
    background:#313131;
    background-position:left top;
    background-repeat:no-repeat;
    background-size: cover;
}


/* BUTTONS - BOOTSTRAP REWRITE */
section .btn {
	text-shadow:none;
}

.btn.btn-primary,
.btn.btn-default,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-success,
.btn.btn-info {
	border:rgba(255,255,255,0.2) 2px solid;
	padding-left:25px;
	padding-right:25px;
	position:relative;

	-webkit-transition: all 300ms !important;
	   -moz-transition: all 300ms !important;
		 -o-transition: all 300ms !important;
			transition: all 300ms !important;
}
.btn.btn-default {
	border:rgba(10,38,100,0.3) 2px solid;
}
.btn:hover {
	border:rgba(0,0,0,0.5) 2px solid !important;
}
.btn.btn-primary {
	background:#647282;
}
.btn.btn-primary:hover,
.btn.btn-default:hover,
.btn.btn-danger:hover,
.btn.btn-warning:hover,
.btn.btn-success:hover,
.btn.btn-info:hover {
    color:#2A2F36;
    background:#fff;
}

.btn.nofill {
    background:none !important;
}
.btn.nofill:hover {
    color:#0F1113 !important;
    background:#fff !important;
}

/* modal */
.modal {
	margin:50px 0 0 0;
	padding:0;
	overflow-y:auto;
}

.modal-content {
	-moz-border-radius:0 !important;
		 border-radius:0 !important;

	-moz-box-shadow:rgba(0,0,0,0.4) 0 0 3px !important;
		 box-shadow:rgba(0,0,0,0.4) 0 0 3px !important;
}
.fa-hover a span {
	color:#000;
	font-size:16px;
}
.team-box{
    background:#fff;
    cursor:pointer;
}

.fontawesome-icon-list{
    text-align:left;
}
.bwWrapper p{
    padding:5px;
}
.bwWrapper h3{
    margin-top: 26px;
}

/** 2. Navigation Bar
 **************************************************************** **/
#header {
	margin:0;
    padding:0;
	position:relative;
	height:60px;
	left:0; right:0; top:0;
	color:#fff;
	z-index:99;
    opacity: 0.9;
}
#header.fixed {
	position:fixed;
	margin-top:0 !important;
	left:0; right:0; top:0;
}
#header .navbar {
	margin:0; padding:0;
}
#header a.navbar-brand {
	padding:0;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:15px;
}
#header a.navbar-brand .white {
    color:#fff;
}
#header a.navbar-brand .dark {
    color:#232428;
}

#header a.navbar-brand img {
	margin: 0;
	padding: 0;
	margin-top: -1px;
	margin-right: 6px;
}
#header .navbar-inverse {
	border: 0;
	border-radius: 0;
	background: #00468B;
}
#header .navbar-inverse ul.nav {
	margin-right: 20px;
	padding-top: 0px;
}
#header .navbar-inverse ul.nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 40px;
}
#header .navbar-inverse ul.nav li.active a,
#header .navbar-inverse ul.nav a:hover,
#header .navbar-inverse ul.nav a.active{
	background-color: rgba(0, 185, 255, 0.81);
}
#header .navbar-collapse {
    padding:0;
}
#mobileMenu {

    color:#fff;
    display:none;

}

/* white */
#header .navbar-inverse.white {
	background:#fff;
	box-shadow:#f6f6f6 0 2px 2px;
}
#header .navbar-inverse.white  #mobileMenu,
#header .navbar-inverse.white .navbar-brand {
        color:#0F1113;
}
#header .navbar-inverse.white ul.nav a:hover {
    color:#000;
}


/** 3. Slider
**************************************************************** **/
#home.full-screen {
	background:#f6f6f6;
	height:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
#slider .fullscreen-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%; height: 100%;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#slider li {
	display:none;
}
.image-caption {
	text-align:center;
    position: absolute;
    left: 50%; top: 50%;
	margin-top:-30px; /* header height/2 */
    display: inline-block;
    max-width: 900px;
	z-index:1;
	color:#fff;

    -webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);

}
#home .image-caption hr {
    width: 220px;
    height: 1px;
    background: #fff;
    margin: 2px auto;
    border: 0;
}
#home .image-caption h1,
#home .image-caption h2 {
    font-family: 'Oswald', sans-serif;
    font-weight:800;
    font-size:600%;
    line-height:95%;
    text-transform:uppercase;
    text-shadow:none;
    color:#fff;	display:block;
}
#home .image-caption p {
    font-family: 'Oswald', sans-serif;
    font-size: 200%; line-height:100%;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-shadow:none;
}
#home .image-caption .inner {
    display:block;
    padding:40px 0;
}
#slider .image-caption img.img-responsive {/* if images used on the slider */
    width:100% !important;
    height:auto !important;
    position:relative !important;
    z-index:10 !important;
    left:auto !important;
    top:auto !important;
}

#home .overlay {
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    background:rgba(0,0,0,0.3);
    z-index:0;
}


/* Controllers */

#slider a.next,
#slider a.prev {
    top:50%;
    color: #fff;
    font-size: 62px;
    filter: alpha(opacity=50);
    opacity:0.5;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}
#slider a.next:hover,
#slider a.prev:hover {
    color: #fff;
    font-size: 70px;

    filter: alpha(opacity=100);
    opacity:1;
}
#slider a.prev { left: 10px }
#slider a.prev:after {
    font-family: FontAwesome;
    content: '\f104';
}
#slider a.next { right: 10px }
#slider a.next:after {
    font-family: FontAwesome;
    content: '\f105';
}

/* half screen height */
#home.half-screen #slider,
#home.half-screen,
#home.half-screen li {
	height:550px !important;
	margin:0;
	padding:0;
}
/* custom */
#home.full-screen,
#home.half-screen {
    background:#F0F0F0 url('../kaptanlardocs/loading.gif') no-repeat center;
}
#slider .slides-pagination {
    bottom:100px;
}
#home.half-screen .slides-pagination {
    bottom:66px;
}

#home.video {
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#video-volume {
	bottom: 85px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #FFFFFF;
	cursor: pointer;
}


/** 4. Content
 **************************************************************** **/
#ajax_modal {
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	display:none;
	background:#fff;
	overflow-y:auto;
	z-index:999;
}
#ajax_modal .btn-modal {
    display:block;
    margin-top:-80px;
    text-align:right;
    margin-bottom:30px;
}
#ajax_modal button.close-modal {
    display:inline-block;
    width:73px;
    height:73px;
    font-size:50px;
}
#ajax_modal button.close-modal:hover {
    background-position:-35px -173px;
    color:#1a5896;
}

figure.top {
	position:absolute;
	top:4px;
}
figure.bottom {
	position:absolute;
	bottom:4px;
}

/* SKILL CIRCLES */
.skill {
    border:#fff 6px solid;
    width:200px;
    height:200px;
    text-align:center;
    position:relative;
    display:inline-block;
    margin:30px 15px;

    -moz-border-radius:50%;
         border-radius:50%;
}
.skill  h2 {
    padding-top:40px;
    font-size:60px;
    line-height:60px;
    display:block;
    color:#fff;
}
.skill  h3 {
    display:inline-block;
    color:#fff;
    font-size:20px;
    line-height:20px;
    padding-top:8px;
    margin-top:8px;
}

section.cover,
div.inner-cover {
	position:relative;
	padding:150px 0;
	display:table;
	width:100%;
	background:#0F1113;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}
div.inner-cover {
    margin-bottom:80px;
}
div.inner-cover h1,
div.inner-cover h2,
div.inner-cover h3 {
    color:#fff;
}
div.inner-cover.project {
    padding:200px 0;
}

.cover * {
	color:#fff;
	position:relative;
	z-index:10;
} .cover .overlay { position:absolute; }

.cover q {
	font-size:40px;
	line-height:50px;
	display:block;
}
.cover cite {
	font-size:28px;
	padding-top:30px;
	display:block;
}

/* pagination */
ul.pagination li.active a,
ul.pagination li.active a:hover {
    background-color:#0F1113;
    border-color:#ddd;
}


/* 
	Isotope CSS3 transitions 
*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


/** 5. Util
 **************************************************************** **/
section.util-row {
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #ECECEC;
    padding: 60px 0;
}
section.util-row .btn {
	background:#333;
}
section.util-row h1 {
    color:#fff;
}
section.util-row h2,
section.util-row h3,
section.util-row h4,
section.util-row h5,
section.util-row h6 {
    color:#fff;
}
section.util-row p {
    font-size:16px;
    line-height:20px;
}

/** 6. Price Table
 **************************************************************** **/
.pricing-table {
    -webkit-box-shadow: 0px 0px 2px #9A9A9A;
    box-shadow: 0px 0px 2px #9A9A9A;
    display: inline-block;
    margin: 30px 0px;
}

.featured {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    z-index:1;
}

.pricing-table-header {
    background-color: #1a5896;
    padding: 10px;
    text-align: center;
}

.pricing-table-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size:26px;
    font-weight: 300;
}

.pricing-table-content {
    background-color: #fff;
}

.pricing-table-content ul {
    list-style: none;
}

.pricing-table-content ul li {
    border-bottom: 1px solid #efeff0;
    padding: 16px 56px;
}

.pricing-table-footer {
    background-color: #f5f7f8;
    padding: 16px 0;
}


.pricing-table-footer {
    text-align: center;
}

.pricing-table-footer p {
    font-size: 12px;
    text-transform: uppercase;
}
.pricing-table.col-md-4{
    padding:0;
}


.pricing-table-footer a {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: uppercase;

}


/** 7. Tabs
 **************************************************************** **/
	/*
		BOOTSTRAP TABS
	*/
	ul.bstrap-tabs {
		border:0;
		display:inline-block;
		margin:50px 0 30px 0;
	}
	ul.bstrap-tabs li a {
	font-size: 17px;
	text-align: center;
	margin: 0 3px;
	color: #666;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	}
	ul.bstrap-tabs>li>a,
	ul.bstrap-tabs>li>a:focus,
	ul.bstrap-tabs>li.active>a,
	ul.bstrap-tabs>li.active>a:hover,
	ul.bstrap-tabs>li.active>a:focus {
        color:#666;
        border-radius:4px;
        background-color:#fff;
        cursor:pointer;
        padding:5px 10px;
	}
	ul.bstrap-tabs li a i {
		display:block;
		font-size:30px;
		line-height:30px;
		color:#999;
		margin-top:-55px;
		margin-bottom:20px;
	}
	ul.bstrap-tabs li.active a,
	ul.bstrap-tabs li.active a i {
		color:#1a5896;
	}
	div.bstrap-tabs h2 {
		font-size:24px;
		margin-bottom:20px;
		text-align:center;
	}
	div.bstrap-tabs h2:after {
		content: '\00A0 \2014';
	}
	div.bstrap-tabs h2:before {
		content: '\2014 \00A0';
	}



/** 8. Footer
 **************************************************************** **/
footer {
	padding:10px 0;
	font-size:13px;
	background:#0C5FB1;
	position:relative;
    color:#fff;
}
	footer .copyright {
		padding:17px 0;
	}

footer a.toTop {
    position: absolute;
    right: 1%;
    background: rgba(52,73,94,0.4);
    padding: 10px 16px;
    bottom: 90px;
    font-size: 30px;
    z-index: 100;
    color: #fff;
}


/** 9. Portfolio
 **************************************************************** **/
#portfolio .isotope-item {
	max-width:360px;
	display:inline-block;
	margin:8px;

	-webkit-transition: all 300ms !important;
	   -moz-transition: all 300ms !important;
		 -o-transition: all 300ms !important;
			transition: all 300ms !important;
}
#portfolio .isotope-item a {
	display:block;
	position:relative;
	overflow:hidden;
}
#portfolio .isotope-item .caption {
	position:relative;
	display:block;
	background:#fff;
	padding:15px 15px 5px 20px;
	text-align:center;
}
#portfolio .isotope-item .caption h3 {
	font-family:'Oswald';
	font-size:14px;
	line-height:14px;
	font-weight:700;
}
#portfolio .isotope-item .caption p {
	font-size:12px;
	padding:0;
	text-transform:uppercase;
	display:inline-block;
	color:#999;
	margin-top:6px;
}

#portfolio .bstrap-tabs {
	margin-top:0;
}
	.project-thumbnails .row div {
		margin:5px 0;
	}
/* responsive - special resolutions */
@media only screen and (max-width: 1200px) {
	#portfolio .isotope-item {
		max-width:280px;
	}
}
@media only screen and (max-width: 640px) {
	#portfolio .isotope-item {
		max-width:360px;
	}
}


/** 10. Services
 **************************************************************** **/
.services {
	position:relative;
	text-align:center;
	color:#fff;
	display:block;
}
	.services h3 {
		font-family:'Oswald', sans-serif;
		color:#fff;
		padding-top:10px;
		font-size:24px;
		line-height:24px;
	}

	a.service i,
	div.services-nav a,
	div.services-nav i.fa {
		-webkit-transition: all 300ms;
		   -moz-transition: all 300ms;
			 -o-transition: all 300ms;
				transition: all 300ms;
	}

.services a.service {
	display:inline-block;
	width:274px;
}
	.services  li {
		float:left;
		text-align:center;
        margin-top:10px;
	}

	/* navigation arrows */
	div.services-nav-left {
		display:block;
		margin-top:80px;
		padding-top:30px;
	}
	div.services-nav-left a {
		border:rgba(0,0,0,0.6) 2px solid;
		padding:6px;
	}
	div.services-nav i.fa {
		color:#fff;
		font-size:20px;
		padding:6px 10px;
	}
	div.services-nav a:hover {
		border:#fff 2px solid;
	}
	div.services-nav a:hover i {
		color:#fff;
	}
#service-prev{
    position: absolute;
    margin-top: 100px;
    left: 0px;
    z-index: 1;
}
#service-next{
    position: absolute;
    margin-top: 100px;
    right: 0px;
    z-index: 1;
}

/* icon */
a.service i {
	display:inline-block;
	width:120px;
    height:120px;
	line-height:125px;
	text-align:center;
	font-size:60px;
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.74);
}
a.service:hover i {
	color:#fff;
    background: #2E4154;
    border:3px solid #ffffff;
    line-height:112px;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* description title and icon */
.service-desc 								{ padding:15px; }
.service-desc h3 							{ padding-bottom:20px; }
.service-desc i 								{ font-size:11px; color:#ddd; }
.service-desc p								{ padding-top:0; }


/** 11. Responsive
 **************************************************************** **/
@media only screen and (max-width: 960px) {
	div.services-nav {
		padding-left:36px;
	}

	figure.top {
		margin-top:0;
	}
}


@media only screen and (max-width: 768px) {
	section {
		text-align:center;
	}
	figure.pull-left,
	figure.pull-right {
		float:none !important;
		display:block !important;
		margin-bottom:30px !important;
	}

	#home .image-caption h1,
	#home .image-caption h2 {
		font-size:450%;	
	}

	#mobileMenu {
		display:block; 
		width:50px; height:60px;
		float:right;
		margin-right:15px;
		font-size:24px;
		text-align:right;
	}
	#header a.btn-fullscreen {
		display:none !important;
	}
	#header .navbar-inverse ul.nav a {
		padding:10px 30px;
	}

	a.service {
		width:49%;
		margin:15px 0;
	}

	section.util-row div.separator {
		margin-top:20px;
		padding-top:30px;
		border:0; text-align:center;
		border-top:rgba(255,255,255,0.1) 1px solid;
	}
	footer a.toTop {
		bottom:auto;
		-moz-border-radius:8px;
			 border-radius:8px;
	}
	footer .copyright {
		padding-top:17px;
		padding-bottom:17px;
	}
	footer div.text-right,
	footer {
		text-align:center; !important;
	}
}


@media only screen and (max-width: 479px) {
	#home .image-caption h1,
	#home .image-caption h2 {
		font-size:45px;
		line-height:45px;
	}
	#home .image-caption p {
		font-size:26px;
		line-height:30px;
	}
	#slider .slides-navigation a { 
		top:auto;
		bottom:30px;
	}
	#slider .slides-pagination {
		bottom:30px;
	}

	#header {
		position:fixed !important;
		left:0; top:0; right:0;
		margin-top:0 !important;
	}

	#services .cover {
		display:none;
	}

	.input-group.bordered input {
		font-size:15px;
		text-align:center;
	}
	.input-group.bordered,
	.input-group.bordered input,
	.input-group.bordered .input-group-btn,
	.input-group.bordered .btn {
		display:block !important;
		width:100% !important;
		margin:0 !important;
	}
	.input-group.bordered .input-group-btn .btn {
		margin-top:1px !important;
	}

	ul.bstrap-tabs {
		width:100%;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a {
		width:100%;
		height:auto;
		display:block;
		margin:0 -1px;

		-moz-border-radius:0;
			 border-radius:0;
	}
	ul.bstrap-tabs li {
		margin-bottom:1px;
	}
	ul.bstrap-tabs li,
	ul.bstrap-tabs li a,
	ul.bstrap-tabs li.active a {
		border:0 !important;
	}
	ul.bstrap-tabs li.active a {
		border:0 !important;
		background:#eee !important;
	}
	ul.bstrap-tabs li a i {
		display:none;
	}

}