/* START: GLOBAL STYLES */
html, body, #page {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2C3E50;
    font-family: "Open Sans";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
    font-weight: 300;
}

body {
    background-color: #ECF0F1;
    background: url('../images/pattern.png') fixed;
}

section {
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

p {
    line-height: 28px;
}

a, a:focus, a:active {
    color: #ff6419;
    cursor: pointer;
}

a:hover {
    color: #ff9632;
}
/* END: GLOBAL STYLES */

.spacer1 {padding:0 0 1% 0;}
.spacer2 {padding:0 0 2% 0;}
.spacer3 {padding:0 0 3% 0;}
.spacer4 {padding:0 0 4% 0;}

.contentBorder {border:1px solid #bfc0c3;}

.list-unstyled { font-size:0.9em;}

.greyBar {background:#7d7d7d; padding:24px 0; text-align:center; color:#fff; margin:0 auto; width:72%; font-size:26px !important; text-transform: uppercase; font-weight:700;}
.redBar {background:#8b2131; padding:24px 0; text-align:center; color:#fff; margin:0 auto; width:72%; font-size:26px !important; text-transform: uppercase; font-weight:700;}
.topBarOffset {margin-top:-26px;}

#about .article h3 {font-weight:700; color:#58585a;text-transform: uppercase; margin-top:20px !important; font-size:26px;}
#about .article  P {padding:0 7%; font-size:1.25em;}
#about .redLine {width:60%; height:8px; background:#80171b; margin:0px auto;}
#facts {}

#solutions {padding:20px 0 60px 0;}
#solutions .softwareHeading{color:#8b2131; text-transform:uppercase; font-weight:700; font-size:34px;}
#solutions  P {padding:0 0%; font-size:1.25em;}

#services P { font-size:1.25em;}

#team .desc h2 {color:#892433; font-weight:700}
#team .desc P {font-size:1.25em; font-weight:500;}

#team a, a:focus, a:active {color:#8b2131;}

#jointheteam {}
#hiring {background:#8b2131; padding:2% 3%;}
#hiring H3 {color:#fff; font-weight:700; font-size:85px; text-transform:uppercase;}
#hiring H4 {color:#fff; font-size:55px; font-style: italic; font-weight:500; margin-bottom:20px; margin-top:32px; padding:0 5%;}
#hiring P {color:#fff; font-size:32px; margin-bottom:20px; line-height:40px; font-weight:300; padding:0 5%;}
#hiring A {font-weight:bold; color:#fff;}

#contact .media{text-align:left; padding:0 0 0 15%; font-size:1.25em; margin:0px;}
#contact .media A {font-weight:700; color:#979797;}
#contact H2 {font-weight:700; font-size:60px; color:#7d7d7d; margin-top:50px;}
#contact STRONG {color:#8b2131; font-size:1.25em;}

#shore H1, #avail H1 {text-align:left;}
#shore IMG, #avail IMG {margin:0px auto;}

#shore H2, #avail H2 {font-weight:700; text-transform:uppercase;color:#58585a;}
#shore P, #avail P{font-size:1.4em; padding:0 0%; text-align:left; font-weight:300;}
#shore .whiteBackground, #avail .whiteBackground{background:#fff; border:1px solid #c3c4c7; padding:8% 8%;}

#shore .gradientShore {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(255,255,255,1) 49%, rgba(235,236,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(235,236,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeced',GradientType=0 ); /* IE6-9 */
margin-bottom:4%;
}
#avail .gradientAvail {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(255,255,255,1) 49%, rgba(235,236,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(100%,rgba(235,236,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(235,236,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeced',GradientType=0 ); /* IE6-9 */
margin-bottom:4%;
}


#headerShore #intro H1 {font-size:3em; color:#58595b; font-weight:400; margin:2px 0px;}
#headerShore #intro H2{font-size:3em; color:#58595b; font-style:italic; margin:5px 0px;}
#headerShore #intro H3 {font-size:2em; color:#58595b; margin:6px 0px 12px 0px;}
#headerShore #intro .redButton {background:url('../images/redbar-shore.png') no-repeat; width:344px; height:56px; text-align:center; text-transform:uppercase; font-size:1.4em; font-weight:700; padding:14px 0px; margin: 30px 0 0 0;}

#headerAvail #intro H1 {font-size:4.5em; color:#58595b; font-weight:700; margin:2px 0px;}
#headerAvail #intro H2{font-size:3.5em; color:#58595b; font-style:italic; margin:5px 0px;}
#headerAvail #intro .redButton {background:url('../images/redbar-shore.png') no-repeat; width:344px; height:56px; text-align:center; text-transform:uppercase; font-size:2em; font-weight:700; padding:12px 0px; margin: 10px 0 0 0;}


/* START: MOBILE TWEAKS*/

@media (max-width: 480px) {
#hiring H3 {color:#fff; font-weight:700; font-size:50px; text-transform:uppercase;}
#hiring H4 {color:#fff; font-size:32px; font-style: italic; font-weight:500; margin-bottom:20px; margin-top:32px; padding:0 2%;}
#hiring P {color:#fff; font-size:18px; margin-bottom:20px; line-height:26px; font-weight:300; padding:0 0%;}
#contact .media{text-align:left; padding:0 0 0 5%; font-size:1.25em; margin:0px;}


#headerShore #intro {top:30%;}

#headerShore #intro H1 {font-size:2em; color:#58595b; }
#headerShore #intro H2{font-size:2em; color:#58595b; }
#headerShore #intro H3 {font-size:2em; color:#58595b; }
#headerShore #intro .redButton {width:100%; font-size:1.0em;}

#headerAvail #intro H1 {font-size:3em; color:#58595b; font-weight:700; margin:2px 0px;}
#headerAvail #intro H2{font-size:2.5em; color:#58595b; font-style:italic; margin:5px 0px;}
#headerAvail #intro .redButton  {width:100%; }
#about .slide {background:#8b2131!important;}
#about .carousel-inner H3 {padding-top:0px !important;}
}
/* END: MOBILE TWEAKS*/



/* START: PRELOADER BAR ON THE TOP*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background-color: #ff6419;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 12px;
    overflow: hidden;

    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -32px;
    bottom: 0;

    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;

    -webkit-animation: pace-stripe-animation 500ms linear infinite;
    -moz-animation: pace-stripe-animation 500ms linear infinite;
    -ms-animation: pace-stripe-animation 500ms linear infinite;
    -o-animation: pace-stripe-animation 500ms linear infinite;
    animation: pace-stripe-animation 500ms linear infinite;
}

@-webkit-keyframes pace-stripe-animation {
    0% { -webkit-transform: none; transform: none; }
    100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-moz-keyframes pace-stripe-animation {
    0% { -moz-transform: none; transform: none; }
    100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-o-keyframes pace-stripe-animation {
    0% { -o-transform: none; transform: none; }
    100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@-ms-keyframes pace-stripe-animation {
    0% { -ms-transform: none; transform: none; }
    100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
@keyframes pace-stripe-animation {
    0% { transform: none; transform: none; }
    100% { transform: translate(-32px, 0); transform: translate(-32px, 0); }
}
/* END: PRELOADER BAR ON THE TOP*/

/* START: NAVIGATION ON THE TOP */
.navbar-transparent {
    background-color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}

.navbar-transparent .navbar-nav li a {
    color: #505050;
padding-left: 8px;
padding-right: 8px;
}

.navbar-transparent .navbar-nav .active a {
    background-color: #8b2131; color:#fff;
}
/* END: NAVIGATION ON THE TOP */

/* START: SECTION HEADING */
.fancy {
    line-height: 0;
    text-align: center;
    margin-bottom: 35px;
}
.fancy span {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 0;
    top: 0;
}
/* END: SECTION HEADING */

/* START: COMMON UI ELEMENTS */
.orange {
    color: #ff6419;
}

.btn-half-block {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 50%;
}

.logo-circled {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    background-color: #ff9632;
}

.margin_top_10 {
    margin-top: 10px;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-white, .btn-white:focus, .btn-white:active {
    color: #fff;
}

.btn-white:hover {
    color: #eee;
    text-decoration: none;
}

.btn-orange {
    background-color: #ff6419;
    color: #fff;
    border: 1px solid #fff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
    background-color: #ff9632;
    color: #fff;
}

.alert-small {
    padding: 6px 12px 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
/* END: COMMON UI ELEMENTS */

/* START: HOME SECTION*/
#header {
    overflow: hidden;
    height: auto;
    background: url('../images/home-monitor.jpg') fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

#headerShore {
    overflow: hidden;
    height: auto;
    background: url('../images/shore-header.jpg') fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

#headerAvail {
    overflow: hidden;
    height: auto;
    background: url('../images/avail-header.jpg') fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}
#intro {
    position: absolute;
    top: 37%;
    padding-bottom: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.0);
}

#intro .ticker, #introBlack .ticker{
    overflow: hidden;
    height: 40px; 
    vertical-align: baseline;
}

#intro .ticker h3, #introBlack .ticker h3{
	margin-bottom: 0px;
    margin-top: 0px;
	height: 40px;
    font-size: 125%;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition:    margin-top 0.5s ease-in-out;
    -o-transition:      margin-top 0.5s ease-in-out;
    transition:         margin-top 0.5s ease-in-out;
}


#introBlack {
    position: absolute;
    top: 25%;
    padding-bottom: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(000, 000, 000, 0.75);
}
/* END: HOME SECTION*/


/* START: ABOUT SECTION*/
#about .container, #work .container, #team .container, #contact .container {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#about .article h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}

#about .article p {
    margin-bottom: 50px;
}

#about .slide {
    color: #fff;
	background: url('../images/redBar-wide.png') center center no-repeat;
    text-align: center;
    list-style-type: none;
    height: 68px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#about .carousel-inner {
    background: url(images/redBar-wide.png) no-repeat;

}
#about .carousel-inner H3 {padding-top:16px; margin:0px;}

@media (max-width: 600px) {
  #about .slide {
      display:table-cell;
      vertical-align:middle;
      height: 120px;
      width:  600px;
  }
}
/* END: HOME SECTION*/

/* START: SERVICES SECTION*/
#services {
    height: auto;
    background: url('../images/background-gears.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 -300px;
	border-top:8px solid #8b2131;
	border-bottom:8px solid #8b2131;
	
}

#services .container {
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#services .desc h2 {
    margin-top: 0px;
}

#services .desc p {
    margin-bottom: 20px;
}

#services  h2{
    font-weight: 500; font-size:36px;
}

#services .article h3{
    font-weight: 700; margin-bottom:20px !important;
}

#services .article p {
    margin-bottom: 50px;
}

#services .article ul li {
    margin-bottom: 10px;
}

#services .article ul li:last-child {
    margin-bottom: 30px;
}
/* END: SERVICES SECTION*/

/* START: WORK SECTION*/
#work .container {
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#work .desc h2 {
    margin-top: 0px;
}

#work .desc p {
    margin-bottom: 10px;
}

#work #filters {
    width: 100%;
    margin: 20px auto 30px auto;
    background-color: #f5f5f5;
}

#work #filters li {
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 10px;
    min-width: 120px;
}

#work #filters li.active {
    background-color: #fff;
    color: #ff6419;
}

#work #gallery {
    padding: 0;
}

#work #gallery li div {
    margin-bottom: 30px;
}

#work #gallery .mix{
    opacity: 0;
    display: none;
}
/* END: WORK SECTION*/

/* START: CLIENTS SECTION*/
#clients {
    height: auto;
    background: url('../images/clients.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#clients .container {
    background-color: rgba(40, 30, 20, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}

#clients .desc h2 {
    margin-top: 0px;
}

#clients .desc p {
    margin-bottom: 50px;
}

#clients .statement div h4 {
    margin-top: 0px;
}

#clients .statement div p {
    margin-bottom: 30px;
}
/* END: CLIENTS SECTION*/

/* START: TEAM SECTION*/
#team .desc h2 {
    margin-top: 0px;
}

#team .desc p {
    margin-bottom: 50px;
}

#team .person {
    height: 480px;
    background-repeat: no-repeat;
    background-position:center;
    margin:0px 10px 30px 10px;
    background-size: 100% 100%;
	border:2px solid #004a87;
	position:relative;
}

#team .person .info {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.75);
    margin:0px;
	
}

#team .person .info h4 {
    margin-top: 0px;
    font-weight: 700;
}

#team .person .info p {
    width: 90%;
    margin: auto;
}

#team .person .info ul {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.75);
}
/* END: TEAM SECTION*/

/* START: CONTACT SECTION*/
#contact .desc h2 {
    margin-top: 0px;
}

#contact .desc p {
    margin-bottom: 50px;
}

#contact .option {
    padding-bottom: 30px;
}

#contact-details-wrapper
{
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    background: url('../images/stripes.png');
}

#contact-details {
    background-color: #fff;
    margin: -20px auto 15px auto;
    padding-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
}

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none !important;
    color: #2C3E50;
}
/* END: CONTACT SECTION*/

/* START: FOOTER SECTION*/
#footer {
    font-size: 12px;
    text-align: center;
    margin: 20px auto;
}
/* END: FOOTER SECTION*/
