html,
body {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
    background-color: #FFF;
}

body a {
	outline: none ;
}


@media screen and (min-width : 972px)  {
    .spacer-top-big {
      padding: 60px 0 60px;
    }

    .spacer-top-big-margin {
      margin-top: 120px;
    }

    .spacer-negative {
        margin-top: -60px;
    }

    .spacer-top-middle {
          padding: 30px 0 30px;
    }

    .spacer-top {
          padding: 16px 0 16px;
    }

    .spacer-bottom {
          padding: 16px 0px 100px 16px;
    }
}

@media screen and (max-width : 972px)  {
    .spacer-top-big {
      margin-top: 5px;
      margin-bottom: 5px;
    }

    .spacer-top-big-margin {
      margin-top: 12px;
    }

    .spacer-negative {
        margin-top: -60px;
    }

    .spacer-top-middle {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .spacer-top {
        margin-top: 16px;
        margin-bottom: 16px;
    }


    .spacer-bottom {
        margin-top: 16px;
        margin-bottom: 100px;
    }
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}

hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #fff;
	color: #8c8b8b;
	font-size: 18px;
}




.icon-crosshairs:before {
    content: '\f05b';
}

.icon-building:before {
    content: '\f0f7';
}

.icon-money:before {
    content: '\f0d6';
}

.icon-services:before {
    content: '\f0c1';
}

.icon-team:before {
    content: '\f226';
}

.icon-envelope:before {
    content: '\f2b7';
}

.icon-newspaper:before {
    content: '\f1ea';
}

[class*=" icon-"]:before, [class^="icon-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.separator {
	height:3.5em;
	margin:3em 0;
	position:relative;
}

@media (max-width:991px) {
	.separator {
		font-size:.75em;
		margin:2em 0
	}
}

.separator:before {
	background:#333;
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:50%;
	width:100%;
}

.separator:after {
	background:#f4f4f4;
	content:"";
	display:block;
	height:2em;
	left:50%;
	margin-left:-9.5em;
	position:absolute;
	width:19em
}

.separator-white {
	height:3.5em;
	margin:3em 0;
	position:relative;
}

.separator-grey {
	height:3.5em;
	margin:3em 0;
	position:relative;
}

@media (max-width:991px) {
	.separator {
		font-size:.75em;
		margin:2em 0
	}
}

.separator-white:before {
	background:#333;
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:50%;
	width:100%;
}

.separator-white:after {
	background:#ffffff;
	content:"";
	display:block;
	height:2em;
	left:50%;
	margin-left:-9.5em;
	position:absolute;
	width:19em
}

.separator-grey:before {
	background:#333;
	content:"";
	display:block;
	height:1px;
	position:absolute;
	top:50%;
	width:100%;
}

.separator-grey:after {
	background:#f0f0f0;
	content:"";
	display:block;
	height:2em;
	left:50%;
	margin-left:-9.5em;
	position:absolute;
	width:19em
}

.section:nth-child(even) .separator:after {
	background:#fff
}
@media (max-width:543px) {
	.separator:after {
		margin-left:-8.5em;
		width:15em
	}
	.separator-white:after {
		margin-left:-8.5em;
		width:15em
	}
	.separator-grey:after {
		margin-left:-8.5em;
		width:15em
	}
}

.separator_text {
	border:1px solid #333;
	color:#333;
	left:50%;
	letter-spacing:1px;
	margin-left:-6.5em;
	padding:1em;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:12em;
    z-index:1;
}

.separator_text:before {
	background:#f4f4f4;
	display:block;
	font-size:1.5em;
	letter-spacing:0;
	margin:-1.1em auto .33em auto;
	text-align:center;
	width:3em
}

.separator_text-white {
	border:1px solid #333;
	color:#333;
	left:50%;
	letter-spacing:1px;
	margin-left:-6.5em;
	padding:1em;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:12em;
    z-index:1;
}
.separator_text-white:before {
	background:#ffffff;
	display:block;
	font-size:1.5em;
	letter-spacing:0;
	margin:-1.1em auto .33em auto;
	text-align:center;
	width:3em
}

.separator_text-grey {
	border:1px solid #333;
	color:#333;
	left:50%;
	letter-spacing:1px;
	margin-left:-6.5em;
	padding:1em;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	width:12em;
    z-index:1;
}
.separator_text-grey:before {
	background:#f0f0f0;
	display:block;
	font-size:1.5em;
	letter-spacing:0;
	margin:-1.1em auto .33em auto;
	text-align:center;
	width:3em
}

.section:nth-child(even) .separator_text:before {
	background:#fff
}
@media (max-width:543px) {
	.separator_text {
		padding:1em 0
	}
	.separator_text-white {
		padding:1em 0
	}
	.separator_text-grey {
		padding:1em 0
	}
}




h1 {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

h3 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

h4 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

h5 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

h6 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.bg-light {
    border-top: 0px solid #233c5b;
    background-color: #ffffff;
    margin-top: 32px;
    margin-bottom: 32px;
}

.bg-dark {
    border-top: 6px solid #233c5b;
    background-color: #f4f4f4;
    margin-bottom: 32px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}

.parallax-image-1 {
    background-image: url("/theme/altindag/assets/images/slides/slider-5-overlay.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    margin-top: 60px;
    display: table;
    vertical-align: middle;
    padding: 30px;
}

.parallax-image-1 .intro-heading {
    color: #FFF;
    font-size:24px;
    margin-top:5px;
    margin-bottom:5px
}

.parallax-image-1 p {
    color: #FFF;
    margin-bottom: 0px;
}

.parallax-image-2 {
    background-image: url("/theme/altindag/assets/images/slides/slider-6.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    margin-top: 60px;
}

.parallax-image-2 .intro-heading {
    color: #FFF;
    font-size:24px;
    margin-top:5px;
    margin-bottom:5px
}

.parallax-image-2 p {
    color: #FFF;
}

.parallax-image-3 {
    background-image: url("/theme/altindag/assets/images/slides/slider-4.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    margin-top: 60px;
}

.parallax-image-3 .intro-heading {
    color: #FFF;
    font-size:24px;
    margin-top:5px;
    margin-bottom:5px
}

.parallax-image-3 p {
    color: #FFF;
}

.section-heading {
    color: #333;
    font-size:40px;
    margin-top:0;
    margin-bottom:5px
}

.section-subheading {
    color: #333;
    font-size:16px;
    text-transform:none;
    font-weight:400;
    margin-bottom:75px
}

.intro-heading {
    color: #fff;
    font-size:24px;
    margin-top:5px;
    margin-bottom:5px
}

.services-heading {
    color: #333;
    font-size:24px;
    margin-top:5px;
    margin-bottom:5px;
    text-transform: uppercase;
}

.intro-text a {
    text-decoration: underline
}

.intro-text {
    color: #fff;
    margin-top:5px;
    margin-bottom:5px
}




.slider-intro-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #233c5b;
    opacity: 0.9;
}

.slider-intro-box {
    display:table;
    height: 120px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #233c5b;
    opacity: 0.9;
}




.loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px ;
	margin-bottom: 0px ;
}

.spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.btn-twitter {
    background: #00aced;
    color: #fff;
}

.btn-google {
    background: #c32f10;
    color: #fff;
}

a,
a:focus,
a:hover {
  color: #333;
}



.btn-default,
  color: #233c5b;
  text-shadow: none; 
  background-color: #fff;
  border: 1px solid #233c5b !important;
}

.btn-default:hover,
.btn-default:focus {
  color: #FFF;
  text-shadow: none; 
  background-color: #233c5b !important;
  border: 1px solid #233c5b;
}



.about-box {
	clear: both;
}

.about-box .about-box-icon {
	background: #233c5b;
	border-radius: 50%;
	color: #FFF;
	float: left;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	top: 6px;
	width: 36px;
}

.about-box .about-box-info {
	padding-left: 50px;
    padding-right: 20px;
}



.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}


.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}




.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #233c5b;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #233c5b;
  padding: 20px;
  margin: 0px;
}




.team{
    padding:75px 0;
}

.profile{
	margin-top: 25px;
}

.profile h1{
	font-weight: normal;
	font-size: 20px;
	margin:0px 0 0 0;
}

.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 0px;
    line-height: 16px;
}

.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
}

.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}

.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}

.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #233c5b;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}

.img-box a{
	color:#fff;
}

.img-box:hover:after{
	opacity: 1;
}

.img-box:hover ul{
	opacity: 1;
}

.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.img-box a:hover li{
	border-color: #fff;
	color: #233c5b;
}

i.red{
    color:#BC0213;
}



.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #233c5b;

}
.wizard li.active span.round-tab i{
    color: #233c5b;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #233c5b;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #233c5b;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto ;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}




.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}


@media screen and (max-width : 415px)  {
    .timeline > li > .timeline-panel {
        width: 100%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 2px;
        padding: 20px;
        position: relative;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        margin-top: 30px;
    }

    .timeline > li > .timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        left: 90%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        margin-top: 30px;
        display:none;
    }

    .timeline > li:not(.timeline-inverted) {
        padding-right: 80px;
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        margin-top: 30px;
    }

    .timeline:before {
      top: 0;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 3px;
      background-color: #eeeeee;
      left: 50%;
      margin-left: -1.5px;
      display:none;
    }
}




.categories ul {
    list-style:none;
    padding:0;
    margin:0;
    margin-bottom:20px;
    text-align: left;

}

.categories ul li{
    display:inline-block;
    padding:0;
    line-height:24px;
    background:transparent;
    margin:0;
    margin-left:5px;
    margin-bottom:10px;
}

.categories ul li a{
    display:block;
    font-size:18px;
    font-weight:500;
    padding:10px 20px;
    border-radius:5px;
    border:2px solid transparent;
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.categories ul li a,
.categories ul li a:active,
.categories ul li a:hover{
    line-height:24px;
    background:#fff;
    color:#4E5961;
    text-decoration:none;
}

.categories ul li a:hover,
.categories ul li.active a{
    color:#fff;
    background:#233c5b;
}

.projects-container .row{
    -webkit-transition:height .5s ease-out;
    transition:height .5s ease-out;
}

.portfolio-item {
    position:relative;
	margin-bottom:30px;
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out;
}

.portfolio-item.filtered {
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
	opacity:0.2;
	cursor:default;
}

.no-opacity .portfolio-item.filtered {
	display:none;
}

.portfolio-item.filtered a{
	cursor:default;
}

.portfolio-item.filtered .enlarge,
.portfolio-item.filtered .link,
.portfolio-item.filtered .overlay-mask,
.portfolio-item.filtered .project-title{
    display:none;
}




.news-section {
  background: #fff;
}

.news-section h2 {
  color: #233c5b;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 20px;
}

.news-section .news-post {
  margin-bottom: 30px;
}

.news-section .news-post img {
  width: 100%;
}

.news-section .news-post h2 {
  margin-bottom: 2px;
  font-size: 15px;
  margin-bottom: 20px;
}

.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  line-height: 22px;
}

.news-section-home .blog_infos li{
    font-size: 11px;
}

.news-section-home .post-content-text{
    text-align: center;
}

.news-section .news-post h2 a:hover {
    color: #233c5b;
}

.news-section .news-post span {
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.news-section .news-post .btn.readmore {
    padding: 10px 28px;
    outline: none;
    border: none;
    background: #282828;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 2px;
    margin-top: 10px;
    text-transform: uppercase;
    border-radius: 50px;
}

.news-section .news-post > a:hover {
    color: #233c5b;
}

.news-section .news-box .col-md-3{
	padding: 0px 7.5px;
}

.news-section .news-box article{
	box-shadow: 0 0px 0px 2px #eff1f8;
	padding: 0px 15px;
	float: left;
	background: #fff;
}

.news-section .news-box article .img-box{
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 1024px) {
.modal-dialog {
    width: 824px;
    margin: 30px auto;
}
}




.breadcrumbs {
    padding: 90px 0 0 20px;
    width: 100%;
    background-color: #233c5b;
}

@media (max-width: 1023px) {
    .breadcrumbs {
        padding: 60px 0 0 20px;
        width: 100%;
        background-color: #233c5b;
    }
}

.breadcrumb-text {
    color: #fff;
}




.buy-now-argentus {
    background-color: #f4f4f4;
    padding: 60px 0 60px 60px;
}

.buy-now-argentus h5 {
    color: #233c5b;
}




.ribbon-container {
    margin-bottom: -50px;
    margin-top: 70px;
}

.ribbon {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0 0 2px;
}

.ribbon:before, .ribbon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    border: 4px solid #4B8FC3;
    z-index: -1;
}

.ribbon:before {
    left: 8px;
    border-right-width: 4px;
    border-left-color: transparent;
    -webkit-transform: rotate(-16deg);
}

.ribbon:after {
    right: 8px;
    border-left-width: 4px;
    border-right-color: transparent;
    -webkit-transform: rotate(16deg);
}

.ribbon span {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 16px 16px;
    background: #233c5b;
    left: 0px;
    border-top-left-radius: 496px 16px;
    border-top-right-radius: 496px 16px;
    text-align: center;
    font: 18px/42px Lato, Open Sans, Helvetica;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    z-index: 1;
}

.ribbon span:before, .ribbon span:after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3);
}

.ribbon span:before {
    width: 100%;
    background:#0e0e0e;
    border-top-left-radius: 496px 16px;
    border-top-right-radius: 496px 16px;
    z-index: 1;
}

.ribbon span:after {
    width: 960px;
    left: 16px;
    background: #0e0e0e;
    border-top-left-radius: 480px 16px;
    border-top-right-radius: 480px 16px;
    z-index: 2;
}


#footer {
	background: #0e0e0e;
	border-top: 4px solid #0e0e0e;
	font-size: 0.9em;
	margin-top: 50px;
	padding: 70px 0 0;
	position: relative;
	clear: both;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6  {
    color: #FFF;
    font-weight: 400;
    font-family: "Open Sans", Arial, sans-serif;
}

#footer p {
    color:#fff;
}

#footer a {
    color: #ffffff;
    text-decoration: underline;
}

#footer .contact {
    list-style:none;
    padding: 0;
}

#footer .contact p {
    margin-bottom: 0px;

}

#footer .footer-menu {
    list-style:none;
}

.footer-menu ul li {
    display:inline-block;
    float:left;
    vertical-align: top;
    width: 50%;
}



.map {
	width:100%;
	height:500px;
}


.map-canvas {
	position:relative;
}

.overlay {
	width:100%;
	min-height:500px;
	position:absolute;
	top:0;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #233c5b;
}
.topBar{
    background-color: #ffffff;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}
ul.topLinks{
        padding: 0;
    list-style-type: none;
}
ul.topLinks li{
    float: left;
    margin-left: 15px;
}
ul.topLinks li a{
    color: #6f6f6f;
}
.wojo-content-full{
    margin-top: 35px;
}
.mb-30{
    margin-bottom: 30px;
}

