
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #b2b2b2;
}

h2 {
    color: #701d32;
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}
h3 {
    color: #b78e98;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 50px;
}
a, a:hover, a:active {
    color: #701d32;
}
a.white, a.white:hover, a:active {
    color: #fff;
}

.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}

a.underline, a.underline:active {
    text-decoration: underline;
}
a.underline:hover {
    text-decoration: none;
}

.relative {
    position: relative;
}

.bg-red {
    background: #701d32;
}
.red {
    color: #701d32;
}
.pale-red {
    color: #b78e98;
}
.pale-red-hover:hover, .pale-red-hover:focus {
    color: #b78e98;
}
.pale-grey {
    color: #d5d5d5;
}
.white {
    color: #fff;
}
.huge {
    font-size: 60px;
}
.biggest {
    font-size: 40px;
}
.bigger {
    font-size: 32px;
}
.rs {
    font-size: 21px;
}
.small {
    font-size: 17px;
}
.smaller {
    font-size: 15px;
}
.bold {
    font-weight: bold;
}
.regular {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
.italic {
    font-style: italic;
}

.without-horizontal-gap {
    padding-left: 0;
    padding-right: 0;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

.mb-biggest {
    margin-bottom: 70px;
}
.mb-big {
    margin-bottom: 40px;
}
.mb-regular {
    margin-bottom: 20px;
}

.max-100 {
    max-width: 100%;
}
.max-100-cont img {
    max-width: 100%;
}
.max-50 {
    max-width: 50%;
}


.font-40 {
    font-size: 40px;
}
.font-24 {
    font-size: 24px;
}
.font-20 {
    font-size: 20px;
}
.font-17 {
    font-size: 17px;
}
.font-16 {
    font-size: 16px;
}

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

.mb-25 {
    margin-bottom: 25px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-0 {
    margin-bottom: 0;
}




.upper {
    text-transform: uppercase;
}





input[type=text].form-control, textarea.form-control {
    border: 1px solid #fff;
    color: #fff;
    background: #fff;
    background: rgba(255,255,255,0.1);
    border-radius: 0;
    height: 55px;
    font-size: 17px;
    margin-top: 25px;
}
textarea.form-control {
    height: 135px;
}
.btn-default {
    background: #db4105;
    color: #fff;
    border: none;
    border-radius: 0;
}
.btn-default.btn-send {
    padding: 15px 100px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.btn-default.btn-send.btn-send-green {
    background: #03A608;
}

.captcha-img-cont {
    position: relative;
    cursor: text;
}
.captcha-img {
    position: absolute;
    top: 15px;
    left: 5px;
}
.captcha-img a {
    display: none;
}
.captcha-input {
    padding-left: 100px;
}

.form-control:focus {
    border-color:#fff;
}
.errorMessage {
    color: #F55718;
    font-size: 17px;
    margin-top: 5px;
    font-weight: bold;
}

.text-shadow {
    text-shadow: 0 0 16px #000000;
}

.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-size: 32px;
    padding-top: 140px;
    padding-bottom: 140px;
}

.modal-body {
    position: relative;
    padding: 30px;
}


.navbar {
    background: url("/img/black-30.png") 0 0 repeat;
    min-height: 40px;
    border-radius: 0;
}
.navbar-nav>li>a, .nav > li > a:focus, .navbar-nav>li>a.active, .navbar-nav>li>a:active {
    color: #fff;
    font-size: 20px;
    background: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li.dropdown.open > a {
    color: #000;
    background: #fff;
}
.navbar-toggle {
    background: #fff;
}
.navbar-toggle .icon-bar {
    background: #333;
}

.text-lane {
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-lane-narrow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section {
    margin-bottom: 40px;
}


.thumb-cont {
    margin-bottom: 30px;
    position: relative;
}
.thumb-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/thumb-overlay.png) 0 0 repeat;
    color: #fff;
    cursor: pointer;
    padding-top: 20%;
    margin: 0;

    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thumb-overlay:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.thumb-overlay img {
    max-width: 27%;
}
.thumb-overlay p {
    margin-top: 25px;
    font-weight: bold;
    font-size: 17px;
}


#underslider {
    margin-top: -50px;
}
#underslider img {
    margin-bottom: 15px;
    z-index: 12;
    position: relative;
    border: 3px solid #fff;
}


#back-to-top {
    position: fixed;
    z-index: 150;
    bottom: 20px;
    right: 20px;
    display: none;
}
#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: #515A5F url(/img/backtotop.png) no-repeat center center;
    text-indent: -9999px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
#back-to-top a:hover {
    background-color: #222222;
}


#contact-us {
    padding-top: 40px;
    padding-bottom: 70px;

    background: url(/img/feedback-bg.jpg) bottom center no-repeat #000;

    background-position: center center;
    background-size: cover;
}

#top-slider-cont {
    position: relative;
}
#top-slider-cont #header-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 13;
}
#slider {
    max-width: 100%;
}
div.mc-image {
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;

    background-position: center center;
    background-repeat: no-repeat;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

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

.slider-content {
    background: url(/img/slider-layout.png) top left repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}
.slider-line-1 {
    margin-top: 20%;
    margin-bottom: 50px;
}
.slider-line-2 {
    margin-bottom: 50px;
}
.slider-line-3 {

}
.slider-content-error .slider-line-3 {
    margin-top: 30%;
    margin-bottom: 50px;
}
.slider-content-error .slider-line-2 a {
    color: #fff;
    text-decoration: underline;
}
.slider-content-error .slider-line-2 a:hover {
    text-decoration: none;
}

.m-email-cont {
    float: left;
    margin: 8px 15px;
}
.phone-cont a, .phone-cont a:hover, .phone-cont a:active {
    color: #fff;
}


#fancybox-thumbs {
    z-index: 8015;
}







.frame {
    overflow: hidden;
}
.frame ul {
    list-style: none;
    height: 100%;
    width: 1590px;
    margin: 0;
    padding-left: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.frame ul li {
    cursor: pointer;
}
.frame ul li.active {

}
.frame ul li .thumb-cont {
    margin-bottom: 0;
}
.frame ul li .thumb-overlay {
    padding-top: 40%;
}

/* Scrollbar */
.scrollbar {
    margin: 0 0 0 0;
    height: 8px;
    background: #d9d9d9;
    line-height: 0;
    border-radius: 5px;
}
.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
    border-radius: 5px;
}
.scrollbar .handle .mousearea {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 20px;
}


#carousel-cont-1 .frame ul {
    width: 1991px;
}
#carousel-cont-1 .frame ul li {
    width: 181px;
    padding-left: 18px;
    padding-right: 18px;
}
#carousel-cont-2 .frame ul {
    width: 2385px;
}
#carousel-cont-3 .frame ul {
    width: 1592px;
}
#carousel-cont-4 .frame ul {
    width: 1592px;
}

#recent-work {
    position: relative;
    background: url(/img/about-us/the-fisheries.png) bottom right 282px no-repeat #333;
    min-height: 282px;
    padding: 20px 322px 24px 28px;
    margin: 0 -15px 120px;
}
#recent-work img {
    position: absolute;
    right: 0;
    top: 0;
}

#most-recent-work {
    position: relative;
    background: url(/img/about-us/corner-stone.png) bottom right 130px no-repeat #333;
    min-height: 282px;
    padding: 20px 28px 24px 315px;
    margin: 0 -15px 30px;
}
#most-recent-work img {
    position: absolute;
    left: 0;
    top: 0;
}

.modal-popup-html {
    overflow: hidden;
}
.modal-popup {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 160;
    background: #000;
    background: rgba(0,0,0,0.8);
    color: #ffffff;
    text-align: left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.modal-popup .close-btn {
    background: url(/img/close.png) center right no-repeat;
    padding-right: 30px;
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.modal-popup .carousel {
    width: 100%;
    height: 186px;
    padding: 0;
}
.modal-popup .carousel .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}
.modal-popup .carousel .slidee li {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    width: 144px;
    height: 100%;
    text-align: center;
}
.modal-popup .carousel .slidee li img {
    border-top: 4px solid transparent;
}
.modal-popup .carousel .slidee li.active img {
    border: 4px solid #fff;
}

.modal-popup .slider {
    width: 447px;
    margin-left: auto;
    margin-right: 0;
}
.modal-popup .slider-counter {
    width: 447px;
    margin-left: auto;
    margin-right: 0;
}
.modal-popup .slider-counter .arrow,
.modal-popup .slider-counter .arrow:focus {
    color: #fff;
    text-decoration: none;
}
.modal-popup .slider-counter .arrow:hover {
    color: #ddd;
    text-decoration: none;
}