/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 22, 2013 */



@font-face {
    font-family: 'proxima_nova_blblack';
    src: url('fonts/proximanova-black-webfont.eot');
    src: url('fonts/proximanova-black-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-black-webfont.woff') format('woff'),
         url('fonts/proximanova-black-webfont.ttf') format('truetype'),
         url('fonts/proximanova-black-webfont.svg#proxima_nova_blblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-reg-webfont.eot');
    src: url('fonts/proximanova-reg-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-reg-webfont.woff') format('woff'),
         url('fonts/proximanova-reg-webfont.ttf') format('truetype'),
         url('fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
button,
input,
select,
textarea {
	color: #000;
}

html {
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }


/* ==========================================================================
   Style
   ========================================================================== */

/*  Header
   ========================================================================== */

.minheight { min-height: 100px; }

header { 
  background-image: url(../img/home-fleet.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #02091c;
  min-height: 1200px;
}

header .nav ul{
    float: right;
}

    header .nav li{
        float: left;
        list-style: none;
        text-transform:uppercase;
        padding: 16px 12px;
    }

    header .nav li a{
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding-bottom: 30px;
        font-family: 'proxima_nova_rgregular', san serif;
    }

        header .nav li a:hover{
            border-top: 8px solid #b71234;
            padding-top: 28px
        }

        header .nav li a.current{
            border-top: 8px solid #b71234;
            padding-top: 28px
        }

.logo{
    background:url(../img/logo_home.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    width: 272px;
    height: 70px;
    overflow: hidden;
    margin-top: 110px;
}

#banner h2{
    color: #fff;
    font-size: 64px;
    text-transform:uppercase;
    margin-top:0;
    line-height: 70px;
    font-weight: normal;
    width: 465px;
    height: 135px;
    padding-top: 290px;
    margin-bottom: 0;
    font-family: 'proxima_nova_blblack';
}

    #banner h3{
        color: #fff;
        font-size: 16px;
        width: 460px;
        font-weight: normal;
        font-family: 'proxima_nova_rgregular', san serif;
    }

    a.scroll h4{
        color: #fff;
        text-transform:uppercase;
        font-size: 12px;
        margin: 35px 0 0 10px;
        float: left;
        font-weight: normal;
        font-family: 'proxima_nova_rgregular', san serif;
        text-decoration: none;
    }

    a.scroll img{
        margin-top: 20px;
        float: left;
    }
    
    .clouds{
	    height: 600px;
    }

    .cloud-bg{
        background:url(../img/clouds_back.png) center bottom no-repeat;
        height: 600px;
		margin-top: -615px;
    }

    .cloud-left{
        background:url(../img/cloud1.png) center bottom no-repeat;
        height: 600px;
        margin-top: -600px;
    }

    .cloud-right{
        background:url(../img/clouds_front.png) center bottom no-repeat;
        height: 600px;
        margin-top: -600px;
    }
    
/*  Standard Secondary Banner
   ========================================================================== */
    
.banner{
    background:url(../img/leaders.jpg) center no-repeat;
    background-size: cover;
    height: 245px;
    overflow: hidden;
}

.banner.big {
    height: auto;
}

.banner.big h3 {
	margin-bottom: 0;
}

.banner.big p {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	width: 800px;
	margin: 20px auto 100px auto;
    font-family: 'proxima_nova_rgregular';
}

.banner.big p.justified {
	text-align: justify;
	/*text-align-last: justify;*/
}

    .banner h3{
        color: #fff;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
        text-align: center;
        font-size: 64px;
        text-transform:uppercase;
        line-height: 1;
        margin: 90px 0;
    }

.sub-nav {
	background-color: #b61838;
}

.sub-nav .container {
	text-align: center;
	padding: 10px 0;
}

.sub-nav .container a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
    font-family: 'proxima_nova_rgbold';
    display: inline-block;
    padding: 5px 12px;
    font-size: 10px;
    border-radius: 15px;
}

.sub-nav .container a.active {
	background-color: #8d002b;
}

.sub-nav .container a:not(.active):hover {
	background-color: rgba(140,  0,  43, 0.64);
}

.sub-nav .container a.active:hover {
	background-color: #6f0021;
}

.qhse-content,
.qhse-content .container,
.qhse-awards,
.qhse-awards .container,
.qhse-accreds,
.qhse-accreds .container {
	overflow: hidden;
}

.qhse-content .container {
	padding: 50px 0;
	border-bottom: 1px solid #dcdde4;
}

.qhse-content .grey {
	background-color: #f2f2f2;
	padding: 30px;
	box-sizing: border-box;
}

.qhse-content .grey h3 {
	margin: 0;
	font-family: 'proxima_nova_rgbold';
	color: #232323;
	font-size: 20px;
	font-weight: normal;
}

.qhse-content p {
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    /*text-align-last: justify;*/
}

.qhse-content .grey p {
	margin: 10px 0 0 0;
    text-align: justify;
    /*text-align-last: justify;*/
}

.qhse-awards .container {
	padding: 50px 0;
	border-bottom: 1px solid #dcdde4;
}

.qhse-awards .award {
	padding: 30px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.qhse-awards .award img {
    display: block;
    margin: 0 auto 20px auto;
}

.qhse-awards .award h3 {
	margin: 0;
	font-family: 'proxima_nova_rgbold';
	color: #232323;
	font-size: 20px;
	font-weight: normal;
}

.qhse-awards .award p {
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    /*text-align-last: justify;*/
}

.qhse-accreds {
	padding: 50px 0;
}

.qhse-accreds .accred {
	text-align: center;
}

.qhse-accreds .spacer {
	height: 10px;
}

.sector.content,
.case-study.content {
	padding: 40px 0 0 0;
}

.sector.content p,
.case-study.content p {
	text-align: justify;
	/*text-align-last: justify;*/
	padding: 0 100px;
	color: #212136;
}

.feature-image img {
	display: block;
	margin: 0 auto;
	padding: 50px 0;
}

.testimonial {
    font-family: 'proxima_nova_rgregular', san serif;
	color: #212136;
	margin: 40px 0;
	position: relative;
}

.testimonial .container {
	position: relative;
	padding: 30px 0 0 0;
}

.testimonial .container:after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 1px;
	background-color: #ededf1;
}

.testimonial p.quote {
	padding: 0 100px;
	text-align: justify;
	/*text-align-last: justify;*/
	font-style: italic;
	font-size: 16px;
	margin: 0;
	line-height: 1.6;
}

.testimonial p.person {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #787884;
}

.secondary .container {
	padding: 30px 0;
	margin-top: 50px;
	border-top: 1px solid #dcdde4;
	overflow: hidden;
}

.secondary .container h2 {
	text-align: center;
	color: #b61939;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	width: 400px;
	margin: 0 auto;
}

.secondary .container p {
	text-align: center;
    font-family: 'proxima_nova_rgregular', san serif;
}

.secondary .container .secondary-content {
	margin-top: 20px;
}

.secondary .container .secondary-content h5 {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	font-size: 20px;
	margin: 0;
}

.secondary .container .secondary-content p {
	text-align: justify;
	/*text-align-last: justify;*/
	line-height: 1.6;
	font-size: 13px;
}

.sector-services.content .container {
	padding-top: 20px;
	border-top: 1px solid #dcdde4;
}

.sector-services.content h3 {
	text-align: center;
	color: #b61939;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
}

.sector-services.content .sector {
	overflow: hidden;
}

.sector-services.content .sector h3 {
	color: #17192d;
	text-align: left;
	margin: 25px 0 15px 0;
	font-size: 25px;
	text-transform: none;
}

.sector-services.content .sector a {
	margin-top: 15px;
	color: #be314e;
	border-bottom: 1px solid #dcdde4;
	text-decoration: none;
	padding: 3px 0;
	font-size: 12px;
	margin-bottom: 50px;
	margin-top: 0;
	display: inline-block;
}

a.listing {
	display: block;
	width: 100%;
	padding: 150px 0;
	color: #fff;
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-align: center;
	font-size: 64px;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

a.listing:hover {
	opacity: 0.7;
}

.content{
	padding: 40px 0;
}

.content.zodiac {
	padding: 0;
}

.content.zodiac .container {
	background-position: right 100px top;
	-ms-background-position-x: 90%;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.content.zodiac .container .spacing {
	padding-bottom: 100px;
}

.content p {
	color: #474551;
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: justify;
    /*text-align-last: justify;*/
}

.content h4 { 
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	margin: 30px 0 0 0;
}

.content ul { 
	list-style: none;
	padding-left: 0;
}

.content ul li {
	padding: 8px 0;
	border-top: 1px solid #dedfe6;
	color: #474551;
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 14px;
}

.content ul li img {
	padding-right: 8px;
}

.content ul li:last-of-type {
	border-bottom: 1px solid #dedfe6;
}

.specs {
	padding-bottom: 30px;
}

.specs h2 {
	font-family: 'proxima_nova_rgbold';
	font-weight: normal;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	color: #121428;
}

.specs table {
	width: 100%;
	border-spacing: 1px 0;
	border-collapse: separate;
	background-color: #fcfdfd;
}

.specs table thead {
	background-color: #b61838;
	color: #fff;
}

.specs table thead th {
    font-family: 'proxima_nova_rgregular', san serif;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
}

.specs table tbody tr td {
	width: 33%;
	background-color: #edeef1;
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 12px;
    padding: 6px 12px;
}

.specs table tbody tr td.left {
	font-family: 'proxima_nova_rgbold';
}

.specs table tbody tr:nth-child(odd) td {
	background-color: #f8f8fa;
}

.specs blockquote {
	display: block;
	padding: 16px;
	text-align: center;
	margin: 20px 0;
	border: 1px solid #dcdde4;
    font-family: 'proxima_nova_rgregular', san serif;
    font-size: 14px;
}

.specs blockquote a {
	text-decoration: underline;
	color: #b92140;
}

.cta {
	background-color: #121428;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

.cta h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}

.cta p {
	font-style: italic;
	margin: 20px 0 30px 0;
}

.cta a {
	color: #fff;
}

/*  About
   ========================================================================== */
#about_home{
    background:#fff;
    margin-bottom: 550px;
    font-family: 'proxima_nova_rgregular', san serif;
}
    img.grid{
        position: absolute;
        left: -65px;
    }
    
    #about_home h3, #about_home p, #about_home a{
        float: right;
        text-align: right;
    }

     #about_home p{
        width: 420px;
        color: #64753;
        font-size: 14px;
     }   

     #about_home h3{
        color: #8d8e9c;
        font-size: 18px;
        margin-top: 50px;
        font-weight: 400;
     }

    .button a{
        font-size: 12px;
        padding: 15px 20px;
        background:#c2153c;
        border-radius: 5px;
        color: #fff;
        text-transform:uppercase;
        text-decoration: none;
        margin-top: 20px;
        box-shadow:2px 2px 2px #810b1e;
        background: #c5163e; /* Old browsers */
        background: -moz-linear-gradient(top, #c5163e 0%, #a80e29 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5163e), color-stop(100%,#a80e29)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* IE10+ */
        background: linear-gradient(to bottom, #c5163e 0%,#a80e29 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5163e', endColorstr='#a80e29',GradientType=0 ); /* IE6-9 */
    }

    .button a img{
        padding-left: 16px;
        margin-top: -2px;
    }
    
    form button {
    	display: block;
    	border: none;
        font-size: 12px;
        padding: 15px 20px;
        background:#c2153c;
        border-radius: 5px;
        color: #fff;
        text-transform:uppercase;
        text-decoration: none;
        box-shadow:2px 2px 2px #810b1e;
        background: #c5163e; /* Old browsers */
        background: -moz-linear-gradient(top, #c5163e 0%, #a80e29 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5163e), color-stop(100%,#a80e29)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* IE10+ */
        background: linear-gradient(to bottom, #c5163e 0%,#a80e29 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5163e', endColorstr='#a80e29',GradientType=0 ); /* IE6-9 */
    }

/*  Fleet Home
   ========================================================================== */
#fleet_home{
    background:url(../img/fleet_bg.jpg) center no-repeat;
    background-size: cover;
    height: 510px;
    font-family: 'proxima_nova_rgregular', san serif;
}

    .boat{
        font-size: 13px;
        color: #464753;
        position: absolute;
        font-style: italic;
        top: 276px;
        right: -100px;
    }

     #fleet_home p{
        width: 480px;
        color: #64753;
        font-size: 14px;
        margin-bottom: 40px; 
     }   

     #fleet_home h3{
        color: #8d8e9c;
        font-size: 18px;
        margin: 0 0 40px 0;
        font-weight: normal;
     }

        .large{
            font-size: 56px;
            color: #121529;
            text-transform:uppercase;
            line-height: 68px;
            font-weight: normal;
            line-height: 60px;
            font-family: 'proxima_nova_rgbold';
        }
        
        .vessel-container{
	        position: relative;
        }

        img.side-vessel{
        	position: absolute;
        	left: 30px;
        	top: 0;
        }
        
         a.tracking{        
            font-size: 12px;
            padding: 15px 40px 15px 30px;
            background:#d1d2d7;
            border-radius: 5px;
            color: #000;
            text-transform:uppercase;
            text-decoration: none;
            box-shadow:2px 2px 2px #969698;
            background: #e2e3e9; /* Old browsers */
            background: -moz-linear-gradient(top, #d1d2d7 0%, #d1d2d7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d7), color-stop(100%,#d1d2d7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d1d2d7 0%,#d1d2d7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d7', endColorstr='#d1d2d7',GradientType=0 ); /* IE6-9 */
            position: absolute;
            right: 61%;
			margin-top: -3.25%;
        }
        
        a.tracking img{
            position: absolute;
			margin-top: 4px;
			margin-left: 13px;
        }

        




/*  Join Home
   ========================================================================== */
#join_home{
    background:url(../img/join_team.jpg) center no-repeat;
    background-size: cover;
    height: 450px;
    border-top: 1px solid #f0f0f1;
    overflow: hidden;
}

    img.team{
        position: absolute;
        left: -10%;
        margin-top: 55px;
        height: 395px;
    }

    img.team2{
        position: absolute;
        left: 30%;
        margin-top: 49px;
    }

    img.team3{
        position: absolute;
        left: 2%;
        margin-top: 19px;
    }
    
    #join_home h3, #join_home p, #join_home a{
        float: right;
        text-align: right;
        font-family: 'proxima_nova_rgregular', san serif;
    }

     #join_home p{
        width: 420px;
        color: #fff;
        font-size: 14px;
     }   

     #join_home h3{
        color: #fff;
        font-size: 18px;
        margin-top: 90px;
        font-weight: normal;
        color: #6c6e7d;
        font-family: 'proxima_nova_rgbold';
        width: 500px;
     }

        .large-white{
            font-size: 56px;
            color: #fff;
            text-transform:uppercase;
            font-weight: normal;
        }

/*  Footer
   ========================================================================== */
footer{
    background: #fff;
    color: #787983;
    padding-bottom: 20px;
    border-bottom: 5px solid #b51233;
    font-family: 'proxima_nova_rgregular', san serif;
	border-top: 1px solid #dcdde5;
}

    #foot{
        margin-top: 30px;
    }

    footer h5 a{
        font-size: 12px;
        margin-left: 145px;
        float: left;
        line-height: 8px;
        font-weight: normal;
        text-decoration: none;
        color: #787983;
        margin-top: 20px;
    }

    footer h5 a img{
       margin-top: -3px;
       padding-left: 2px;
    }

    footer ul{
        float: left;
        padding: 0px;
        margin: 10px 40px 10px 100px;
    }

        footer li{
            float: left;
            list-style: none; 
            font-size: 12px;
        }

         footer li a{
            text-decoration: none;
            padding: 0 10px;
            color: #787983;
            font-weight: normal;
        }

    footer h4{
        float: left;
        font-size: 12px;
        color: #787983;
        font-weight: normal;
        margin: 10px 20px;
    }

    footer h4 img{
        margin-top: -2px;
        padding-right: 5px;
    }

    footer h4 a{
        text-decoration: none;
        color: #787983;
    }

    footer h4 a:hover{
        border-bottom: 1px solid #dcdde4;

    }

    #foot{
        overflow: hidden;
    }

    img.copyright{
        position: absolute;
        right: 45%;
        margin-top: -0.75%;
    }


/* ==========================================================================
  About Page
   ========================================================================== */
#head{
    background: #fff;
    height: 90px;
}

#head .nav ul{
    float: right;
    font-family: 'proxima_nova_rgregular', san serif;
}

    #head .nav li{
        float: left;
        list-style: none;
        text-transform:uppercase;
        padding: 16px 12px;
    }

    #head .nav li a{
        color: #797985;
        text-decoration: none;
        font-size: 12px;
        padding-bottom: 30px;
    }

        #head .nav li a:hover{
            border-top: 8px solid #b71234;
            padding-top: 28px;
            color:#121428;
        }

        #head .nav li a.selected{
            border-top: 8px solid #b71234;
            padding-top: 28px
        }

        .logo-pages{
            background:url(../img/logo_inner.png) no-repeat;
            text-indent: -9999px;
            position: absolute;
            width: 272px;
            height: 70px;
            overflow: hidden;
            margin-top: 14px;
        }

/*  Leaders
   ========================================================================== */
#leaders{
    background:url(../img/leaders.jpg) center no-repeat;
    background-size: cover;
    height: 245px;
    overflow: hidden;
}

    #leaders h3{
        color: #fff;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
        text-align: center;
        font-size: 64px;
        text-transform:uppercase;
        line-height: 120px;
    }

#leaders_info{
    background: #fff;
    color: #000;
    overflow: hidden;
    padding-top: 25px;
}

    .lead-info{
        text-align: left;
        font-family: 'proxima_nova_rgregular', san serif;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .lead-info h4{
        font-size: 24px;
        font-weight: normal;
        text-transform:uppercase;
        padding-top: 10px;
        margin-bottom: 10px;
        margin-top: 20px;
        font-family: 'proxima_nova_rgbold';
    }

    .lead-info h5{
        font-size: 16px;
        color: #797985;
        font-weight: normal;
        margin: 0;
    }

    .lead-info p{
        font-size: 14px;
        color: #484653;
        text-align: justify;
        /*text-align-last: justify;*/
        
    }

    .lead-info a{
        color: #b61838;
        font-size: 14px;
        border-bottom: 1px solid #dcdde4;
        text-decoration: none;
        padding-bottom: 3px;
    }

        .lead-info a img{
            padding-left: 5px;
        }

/*  Leaders
   ========================================================================== */
#companies_partners{
	margin: 50px 0;
	padding-top: 20px;
}

	#companies_partners .container{
		border-top: 1px solid #dcdde5;
		padding-top: 20px;
		overflow: hidden;
	}
	
	#companies_partners h4{
		text-align: center;
		font-size: 16px;
		color: #212121;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
	}
	
	#companies_partners .columns{
		text-align: center;
	}
	
	#companies_partners img{
		padding: 20px 0;
	}
	
	#companies_partners img.square{
		padding: 0;
	}

/*  Self Managment
   ========================================================================== */
#managment{
    background: url(../img/self_man.jpg) center no-repeat;
    height: 500px;
    padding-top: 40px;
    background-size: cover;
}

     #managment h3, #managment p, #managment a{
        float: right;
        text-align: right;
        font-family: 'proxima_nova_rgregular', san serif;
    }

     #managment p{
        width: 380px;
        color: #484653;
        font-size: 14px;
        text-align: justify;
        /*text-align-last: justify;*/
     }   

     #managment h3{
        color: #121428;
        font-size: 16px;
        font-weight: normal;
        padding-top: 40px;
     }

        .large-red{
            font-size: 36px;
            color: #b61838;
            text-transform:uppercase;
            line-height: 40px;
            font-weight: normal;
            font-family: 'proxima_nova_rgbold';
        }

/*  Track Record
   ========================================================================== */
#track_record{
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #dcdde5;
	padding: 20px 0 80px 0;
}

    #track_record h3{
        color: #121428;
        font-size: 36px;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
	}

    #track_record a.button{
	    position: absolute;
	    top: 0;
	    right: 0;
    }

    a.button{
	    padding: 10px 20px;
	    color: #fff;
        font-family: 'proxima_nova_rgregular';
        font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
        border-radius: 2px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c91641+0,a70e28+91,810b1e+100 */
		background: #c91641; /* Old browsers */
		background: -moz-linear-gradient(top,  #c91641 0%, #a70e28 91%, #810b1e 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #c91641 0%,#a70e28 91%,#810b1e 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #c91641 0%,#a70e28 91%,#810b1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c91641', endColorstr='#810b1e',GradientType=0 ); /* IE6-9 */
    }
    
    a.button .rsaquo{
	    font-size: 16px;
	    padding-left: 3px;
    }
    
    a.button:hover{
		opacity: 0.95;
    }

    #track_record ul{
	    margin: 0;
	    padding: 0;
    }

    #track_record ul li{
	    margin: 0 10px;
	    padding: 10px 0;
	    box-sizing: border-box;
	    font-size: 14px;
		color: #484653;
		font-family: 'proxima_nova_rgregular', san serif;
		border-top: 1px solid #dcdde5;
    }

    #track_record ul li.bottom{
		border-bottom: 1px solid #dcdde5;
    }

    #track_record ul li img{
	    padding-right: 15px;
    }
    
/*  More Values
   ========================================================================== */
#more_values{
    background: #fff;
    padding: 20px 0 80px 0;
    height: 325px;
	border-bottom: 1px solid #dcdde5;
}

	#more_values .flex-control-paging li {
		margin: 0 3px;
	}
	
	#more_values .flex-control-paging li a {
		background-color: #ccc;
	}
	
	#more_values .flex-control-paging li a.flex-active {
		background-color: #b61838;
	}

    #icon-more h3{
        color: #121428;
        font-size: 36px;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
        font-weight: normal;
    }

    #icon-more ul{
	    padding: 0;
	    margin: 0;
    }

    #icon-more li{
        list-style: none;
        height: 40px;
        width: 480px;
        font-size: 16px;
        color: #484653;
        font-family: 'proxima_nova_rgregular', san serif;
    }

        #icon-more li img{
            padding-right: 15px;
        }

        #more_values .flexslider ul.flex-direction-nav li a.flex-next, #more_values .flexslider ul.flex-direction-nav li a.flex-prev{
            display: none;
        }

/*  Gallery
   ========================================================================== */
#gallery{
	padding: 30px 0 80px 0;
}

    #gallery .slick-slider{
	    width: 100%;
	    box-sizing: border-box;
	    overflow: hidden;
    }

    #gallery .slick-slider .slide{
		position: relative;
		width: 820px !important;
		height: 400px;
		opacity: 0.2;
		margin: 0 5px;
		cursor: pointer;
    }
    
    #gallery .slick-slider .slide.slick-current {
	    opacity: 1.0;
	    cursor: auto;
	    outline: none;
    }

    #gallery .slick-slider .slide .big_slide{
		width: 48.7804878%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
    }

    #gallery .slick-slider .slide .small_1_slide{
		width: 24.3902439%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 50%;
    }

    #gallery .slick-slider .slide .small_2_slide{
		width: 24.3902439%;
		height: 50%;
		position: absolute;
		top: 0;
		right: 0;
    }

    #gallery .slick-slider .slide .bottom_slide{
		width: 50%;
		height: 47.5%;
		position: absolute;
		bottom: 0;
		right: 0;
    }
    
    .slick-slider .slick-prev {
	    left: 1.5%;
    }
    
    .slick-slider .slick-next {
	    right: 1.5%;
    }
    
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
	    z-index: 9999;
	    width: 80px;
	    height: 70px;
	    padding: 10px;
    }
    
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
	    color: #000;
	    font-size: 70px;
    }
    

/* ==========================================================================
  Fleet Page
   ========================================================================== */

h3 small { font-size: 16px; font-weight: normal; }
   
.blue-vessel{
    background: url(../img/fleet_blue.jpg) center no-repeat;
    background-size: cover;
    font-family: 'proxima_nova_rgregular', san serif;
    padding: 50px 0;
}
    
    img.more-images{
        position: absolute;
        right: 0%;
    }

/*  Blue Vessel
   ========================================================================== */
    .blue-vessel h3{
        font-size: 36px;
        color: #fff;
        font-weight: normal;
        line-height: 0;
        font-family: 'proxima_nova_rgbold';
    }

    .blue-vessel h4{
        font-size: 16px;
        color: #dcdde4;
        font-weight: normal;
        width: 400px;
        padding: 0;
    }

    .blue-vessel p{
        font-size: 14px;
        color: #dcdde4;
        font-weight: normal;
        width: 640px;
        margin-top: 0;
        padding-top: 0;
    }

    .blue-vessel img.vessel-img{
        margin: -30px 0 0px -115px ;
    }

        .button-vessel a{        
            font-size: 12px;
            padding: 15px 20px;
            background:#c2153c;
            border-radius: 5px;
            color: #fff;
            text-transform:uppercase;
            text-decoration: none;
            margin-top: 20px;
            box-shadow:2px 2px 2px #810b1e;
            background: #c5163e; /* Old browsers */
            background: -moz-linear-gradient(top, #c5163e 0%, #a80e29 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5163e), color-stop(100%,#a80e29)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* IE10+ */
            background: linear-gradient(to bottom, #c5163e 0%,#a80e29 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5163e', endColorstr='#a80e29',GradientType=0 ); /* IE6-9 */
            position: absolute;
            right: 0%;
            top: 67%;
            width: 156px;
        }

        .button-vessel a img{
            margin-left: 10px;
        }

        .button-brochure a{        
            font-size: 12px;
            padding: 15px 20px;
            background:#c2153c;
            border-radius: 5px;
            color: #fff;
            text-transform:uppercase;
            text-decoration: none;
            margin-top: 20px;
            box-shadow:2px 2px 2px #810b1e;
            background: #c5163e; /* Old browsers */
            background: -moz-linear-gradient(top, #c5163e 0%, #a80e29 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5163e), color-stop(100%,#a80e29)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #c5163e 0%,#a80e29 100%); /* IE10+ */
            background: linear-gradient(to bottom, #c5163e 0%,#a80e29 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5163e', endColorstr='#a80e29',GradientType=0 ); /* IE6-9 */
            position: absolute;
            right: 0%;
            top: 90%;
            width: 156px;
        }

        .button-brochure a img{
            margin-left: 10px;
        }


.button-ga a{        
            font-size: 12px;
            padding: 15px 20px;
            background:#d1d2d7;
            border-radius: 5px;
            color: #000;
            text-transform:uppercase;
            text-decoration: none;
            margin-top: 80px;
            box-shadow:2px 2px 2px #969698;
            background: #e2e3e9; /* Old browsers */
            background: -moz-linear-gradient(top, #d1d2d7 0%, #d1d2d7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d7), color-stop(100%,#d1d2d7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d1d2d7 0%,#d1d2d7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d7', endColorstr='#d1d2d7',GradientType=0 ); /* IE6-9 */
            position: absolute;
            right: 0%;
            top: 67%;
        }
        
 a.tracker{        
            font-size: 12px;
            padding: 15px 47px;
            background:#d1d2d7;
            border-radius: 5px;
            color: #000;
            text-transform:uppercase;
            text-decoration: none;
            margin-top:-40px;
            box-shadow:2px 2px 2px #969698;
            background: #e2e3e9; /* Old browsers */
            background: -moz-linear-gradient(top, #d1d2d7 0%, #d1d2d7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1d2d7), color-stop(100%,#d1d2d7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d1d2d7 0%,#d1d2d7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d1d2d7 0%,#d1d2d7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d2d7', endColorstr='#d1d2d7',GradientType=0 ); /* IE6-9 */
            position: absolute;
            right: 0%;
            top: 67%;
        }
        
        a.tracker img{
            position: absolute;
			margin-top: 4px;
			margin-left: 21px;
        }

        .button-ga a img{
            margin-left:8px;
        }



/*  White Vessel
   ========================================================================== */
.white-vessel{
    background: url(../img/fleet-white.jpg) center no-repeat;
    background-size: cover;
    font-family: 'proxima_nova_rgregular', san serif;
    padding: 50px 0;
    border-bottom: 1px solid #dcdde4;
}
    
    img.more-images{
        position: absolute;
        right: 0%;
    }

    .white-vessel h3{
        font-size: 36px;
        color: #121428;
        font-weight: normal;
        line-height: 0;
        font-family: 'proxima_nova_rgbold';
    }

    .white-vessel h4{
        font-size: 16px;
        color: #797985;
        font-weight: normal;
        width: 400px;
        padding: 0;
    }

    .white-vessel p{
        font-size: 14px;
        color: #484653;
        font-weight: normal;
        width: 640px;
        margin-top: 0;
        padding-top: 0;
    }

    .white-vessel img.vessel-img{
        margin: -30px 0 0px -115px ;
    }

/* ==========================================================================
  Contact Page
   ========================================================================== */  
#form{
    background: url(../img/contact.jpg) center no-repeat;
    background-size: cover;
    padding: 30px 0 130px 0;
    font-family: 'proxima_nova_rgregular', san serif;
}

p.vlad {
	width:600px;
	margin:0 auto 60px auto;
}

/*  Form
   ========================================================================== */
    #form h3{
        font-size: 64px;
        color: #fff;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        font-family: 'proxima_nova_rgbold';
    }
    
    #form p{
    	color: #FFF;
		text-align: center;
    }

    form.contact{
        padding-left: 160px;
    }

    input{
        font-family: 'proxima_nova_rgregular', san serif;
        color: #797985;
        font-size: 14px;
        border-radius: 5px;
        border: none;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    input[type="text"]{
        height: 50px;
        width: 265px;
        padding: 0 0 0 50px;
        margin: 0 20px 20px 0;
        -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: content-box;    /* Firefox, other Gecko */
		box-sizing: content-box;         /* Opera/IE 8+ */
    }
    
    textarea{
        height: 100px;
        width: 604px!important;
        font-family: 'proxima_nova_rgregular', san serif;
        color: #797985;
        font-size: 14px;
        border-radius: 5px;
        border: none;
        padding: 0 0 0 50px;
        margin: 0 20px 20px 0;
        -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: content-box;    /* Firefox, other Gecko */
		box-sizing: content-box;         /* Opera/IE 8+ */
    }

    #form input[id="freeform_name"], #form input[name='name']:-webkit-autofill{
        background: url(../img/name.png) left no-repeat #fff;
    }

    #form input[id="freeform_company"], #form input[name='company']:-webkit-autofill{
        background: url(../img/company.png) left no-repeat #fff;
    }

    #form input[id="freeform_email"], #form input[name='email']:-webkit-autofill{
        background: url(../img/email.png) left no-repeat #fff;
    }

    #form input[id="freeform_phone"], #form input[name='phone']:-webkit-autofill{
        background: url(../img/telephone.png) left no-repeat #fff;
    }

    #form textarea[id="freeform_user_message"],#form textarea[name="user_message"]:-webkit-autofill{
        background: url(../img/comment.png) left 10px no-repeat #fff;
    }
    
    #form textarea{
	    padding-top: 17px;
    }

    button img{
        padding-left: 20px;
    }


/*  Map
   ========================================================================== */
#map{
    background: url(../img/contact-img.jpg) center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.left-bubble{
    background: url(../img/bubble.png) no-repeat;
    margin-left: 300px;
    margin-top: 50px;
    font-weight: normal;
    width: 300px;
    height: 180px;
    padding: 45px 40px;
    color: #484653;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular', san serif;
    border-radius: 5px;
    float: left;
}

.right-bubble{
    background: url(../img/right-bubble.png) no-repeat;
    margin-left: 800px;
    margin-top: 50px;
    width: 300px;
    height: 180px;
    padding: 45px 40px;
    color: #484653;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular', san serif;
    border-radius: 5px;
    font-weight: normal;
    line-height: 30px;
}

    .right-bubble a{
        text-decoration: none;
        color: #484653;
    }

    .right-bubble a:hover{
        border-bottom: 1px solid #dcdde4;
    }

    .cont{
        color: #b61838;
        padding-right: 5px;
    }

/* ==========================================================================
   Careers Page
   ========================================================================== */
#career-head{
    background:url(../img/career.jpg) center no-repeat;
    background-size: cover;
    padding-top: 30px;
    text-align: right;
    height: 555px;
    font-family: 'proxima_nova_rgregular', san serif;
    overflow: hidden;
}
    
    #career-head img.men{
        position: absolute;
        left: -7%;
        height: 555px;
        padding-top: 100px;
    }

    #career-head h2{
        font-size: 64px;
        color: #fff;
        text-transform: uppercase;
        line-height: 70px;
        font-weight: normal;
        margin: 80px 0 40px 0;
        font-family: 'proxima_nova_rgbold';
    }

    #career-head p{
        font-size: 16px;
        color: #fff;
        width: 380px;
        margin-left: 20px;
        font-weight: normal;
    }

    #career-head a.scroll img{
        float: right
    }


/*  Staff
   ========================================================================== */
    #staff{
        font-family: 'proxima_nova_rgregular', san serif;
        border-bottom: 1px solid #dcdde4;
        padding-bottom: 100px;
    }

    #staff h2{
        color: #121428;
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 50px 0;
        font-family: 'proxima_nova_rgbold';
    }

    #staff p{
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: #484653;
        width: 195px;
        margin-bottom: 30px;
        margin-left: 55px;
        height: 60px;
    }

    #staff img{
        margin-left: 135px;
    }

    #staff .row {
    width: 960px;
    overflow: auto;
}

#staff .cell {
    width: 320px;
    float: left;
}

/*  Work
   ========================================================================== */
#work{
        font-family: 'proxima_nova_rgregular', san serif;
        border-bottom: 1px solid #dcdde4;
        height: 750px;
}
    
    #work h2{
        color: #121428;
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 50px 0 0px 0;
        font-family: 'proxima_nova_rgbold';
    }

    #work .flexslider ul.flex-direction-nav li a.flex-prev{
        background:url(../img/career-prev.png) center no-repeat;
        height: 30px; 
        width: 30px; 
        position: absolute; 
        left: -5%;
        z-index: 9999;
        color: transparent;
    }

    #work .flexslider .slides img{
        height: 460px;
        border: none;
    }

    #work .flexslider ul.flex-direction-nav li a.flex-next{
        background:url(../img/career-next.png) center no-repeat;
        height: 30px; 
        width: 30px; 
        position: absolute; 
        right: -5%;
        z-index: 9999;
        color: transparent;
    }

    #work .flexslider ul.flex-direction-nav li a{
        height: 1000px;
        width: 1000px;
    }

    #work .flexslider ul.flex-direction-nav li{
        border: none;
    }

    #work .flexslider{
        box-shadow: none;
    }

    #work .flex-control-nav{
        margin-left: 15px;
    }

    #work ul.slides li{
        position: relative;

    }
	/*
    img.big_slide{
        width: 460px!important;
        height: 460px!important;
        margin: 20px!important;
        float: left!important;
    }

    img.small_2_slide{
        width: 220px!important;
        height: 220px!important;
        margin: 20px!important;
        float: left!important;
        position: absolute;
        top: 0px;
        left: 720px;
    }

    img.small_1_slide{
        width: 220px!important;
        height: 220px!important;
        margin: 20px 0!important;
        float: left!important;
    }

    img.bottom_slide{
        width: 460px!important;
        height: 220px!important;
        margin: 20px!important;

    }
	*/
	
/*  Positions
   ========================================================================== */
#positions{
        font-family: 'proxima_nova_rgregular', san serif;
        border-bottom: 1px solid #dcdde4;
        height: 1100px;
}

    #positions h2{
        color: #121428;
        text-align: center;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: normal;
        padding: 50px 0 20px 0;
        font-family: 'proxima_nova_rgbold';
    }

    #v-nav h2{
        color: #b61838;
        font-size: 36px;
        text-align: left;
        text-transform: none;
        font-weight: 800;
        padding: 10px 0 20px 0;
        font-family: 'proxima_nova_rgbold';
        padding-left: 40px;
    }

    #v-nav p{
        color: #484653;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
        padding: 0px 0 20px 0;
        font-family: 'proxima_nova_rgregular', san serif;
        padding-left: 40px;
        width: 580px;
    }

    #v-nav h3{
        color: #121428;
        font-size: 24px;
        text-align: left;
        font-weight: normal;
        padding: 50px 0 20px 0;
        font-family: 'proxima_nova_rgbold';
        margin-left: 40px;
        width: 580px;
        border-top: 1px dashed #c6c7d5;
    }

        #v-nav input{
            border:1px solid #bbbcbf;
            margin-left: 40px;
            height: 40px;
            font-family: 'proxima_nova_rgregular', san serif;
        }

        #v-nav input[name="name"]{
                background: url(../img/head.png) 20px center no-repeat #eff0f4;
                width: 390px;
            }

        #v-nav input[name="email"]{
                background: url(../img/mail.png) 20px center no-repeat #eff0f4;
                width: 390px;
            }

        #v-nav input[name="textline"]{
                background: url(../img/upload.png) 20px center no-repeat #eff0f4;
                float: left;
                width: 247px;
                margin-bottom: 0;
            }

        input[type="submit"]{
            background: url(../img/arrow.png) 90px center no-repeat #c2153c;
            font-size: 12px;
            padding: 0px 30px 0 15px;
            border-radius: 5px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            margin-top: 20px;
            margin-right: 300px;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5163e', endColorstr='#a80e29',GradientType=0 );

            }

        input.up-load{
            position: absolute;
            right: 3%;
            top: 79%;
            font-family: 'proxima_nova_rgregular', san serif;
            padding: 30px;
            border: none!important;
        }

        form.jobs{
            padding-left: 0;
        }

        .wrapper
        {
            width: 960px;
            margin: 0px auto;
            padding-top: 20px;
            min-height: 600px;
        }

        .wrapper h1, .wrapper h4, .wrapper p, .wrapper pre, .wrapper ul, .wrapper li
        {
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
            background: transparent;
        }

        .wrapper li
        {
            outline: 0;
            text-decoration: none;
            -webkit-transition-property: background color;
            -moz-transition-property: background color;
            -o-transition-property: background color;
            -ms-transition-property: background color;
            transition-property: background color;
            -webkit-transition-duration: 0.12s;
            -moz-transition-duration: 0.12s;
            -o-transition-duration: 0.12s;
            -ms-transition-duration: 0.12s;
            transition-duration: 0.12s;
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            -o-transition-timing-function: ease-out;
            -ms-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        #v-nav
        {
            margin: auto;
            color: #484653;
            font-family: 'proxima_nova_rgregular', san serif; 
            font-weight: normal;
            font-size: 13px;
        }

        #v-nav >ul
        {
            width: 210px;
            display: block;
            position: relative;
            top: 0;
            border: 1px solid #dcdde4;
            border-right-width: 0;
            padding:0;
            border-radius: 5px 0 0 5px ;
        }

        #v-nav >ul >li
        {
            width: 180px;
            list-style-type: none;
            display: block;
            font-size: 1.11em;
            position: relative;
            border-right-width: 0;
            border-bottom: 1px solid #dcdde4;
            margin: auto;
            padding: 10px 15px !important;  
            background: whiteSmoke; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
            background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */    
            font-family: 'proxima_nova_rgregular', san serif;   
        }

        #v-nav >ul >li.current{
            color: #fff;
            border-right: none;
            position: relative;
            background: url(../img/arrow.png) 190px center no-repeat #c11c40!important;
        }

        #v-nav >ul >li.first.current
        {
            border-bottom: 1px solid #DDD;
            display: block;
        }

        #v-nav >ul >li.last
        {
            border-bottom: none;
        }

        #v-nav >div.tab-content
        {
            margin-left: 209px;
            position: absolute;
            top: 150px;
            border-radius: 5px;
            border: 1px solid #ddd;
            background-color: #FFF;
            min-height: 400px;
            z-index: 9;
            padding: 12px;
            moz-box-shadow: inset 0 0 35px 5px #fafbfd;
            -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
            box-shadow: inset 0 0 35px 5px #fafbfd;
            display: none;
            padding: 25px;
            width: 660px;
            min-height: 750px;
        }

        #v-nav >div.tab-content >h4
        {
            font-size: 1.2em;
            color: Black;
            text-shadow: 0px 1px 1px #F2F1F0;
            border-bottom: 1px dotted #EEEDED;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        #v-nav >ul >li:hover{
            cursor: pointer;
        }






        .fileUpload {
            position: relative;
            overflow: hidden;
            background: #f1f2f5;
            padding: 10px 10px 10px 10px;
            width: 100px;
            border-radius:5px; 
            border: 1px solid #bbbcbf;
            text-align: center;
            color: #797985;
            font-size: 13px;
            font-family: 'proxima_nova_rgregular', san serif!important;  
            /* box-shadow: 1px 1px 1px #a3a4a6; */
            font-weight:normal;
        }
        .fileUpload input {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            font-family: 'proxima_nova_rgregular', san serif!important;  
            filter: alpha(opacity=0);
        }


/*  For Map
   ========================================================================== */
html { height: 100% }
body { height: 380px; margin: 0; padding: 0 }
#map-canvas { height: 100% }

.left-window::after{
	display: block;
	content: "";
	position: absolute;
	right:-19px;
	top: 80px;
	border: 10px solid transparent;
	border-left-color: #FFF;
}
.left-window::before{
	display: block;
	content: "";
	position: absolute;
	right:-22px;
	top: 79px;
	border: 11px solid transparent;
	border-left-color: #bbb;
}

.right-window::after{
	display: block;
	content: "";
	position: absolute;
	left:-19px;
	top: 80px;
	border: 10px solid transparent;
	border-right-color: #FFF;
}
.right-window::before{
	display: block;
	content: "";
	position: absolute;
	left:-22px;
	top: 79px;
	border: 11px solid transparent;
	border-right-color: #bbb;
}

#left-content #bodycontent p{
    font-family: 'proxima_nova_rgregular', san serif!important; 
    padding-left: 20px;
    margin-top: 20px;
    color: #484653;
    font-size: 14px; 
    line-height: 25px;
}

#right-content #bodycontent p{
    font-family: 'proxima_nova_rgregular', san serif!important; 
    padding-left: 20px;
    margin-top: 20px;
    color: #484653;
    font-size: 14px; 
}

#right-content a{
    text-decoration: none;
    color: #484653;
    font-size: 14px; 
    font-family: 'proxima_nova_rgregular', san serif!important; 
}

#right-content a:hover{
    border-bottom: 1px solid #797985;
}

#right-content #bodycontent p:first-letter{
    color: #b61838;
}

.placeholder { color: #aaa; }

#right-content{
	width: 200px!important;
}

#left-content{
	width: 200px!important;
}

/* ==========================================================================
   ie
   ========================================================================== */
.ie8 #join_home {  
    	height: 473px; 
}

.ie8 img.team {  
    	height: 401px; 
}

.ie8 .clouds {
	margin-top: 200px;
}

.ie8 .flex-control-nav, .ie9 .flex-control-nav, .ie90 .flex-control-nav{
	bottom: -30px;
}

.ie8 #career-head img.men{
	height: 538px;
}

.ie8 img.bottom_slide{
	margin: 0px!important;
}

.ie8 #v-nav >ul >li.current {
	color: #c11c40;
	font-family: 'proxima_nova_rgbold';
}

.ie8 .wrapper{
	min-height: 900px;
}

.ie8 input[type='submit'], .ie9 input[type='submit'], .ie10 input[type='submit']{
	margin-right: 200px;
}

.ie8 #form{
	padding-bottom: 40px;
}

.ie8 form.contact, .ie9 form.contact, .ie10 form.contact{
	padding-left: 110px;
}

.ie8 textarea, .ie9 textarea, .ie10 textarea{
	width: 685px;
}

input[id="freeform_name"]{
        background: url(../img/name.png) left no-repeat #fff;
    }
    
    input[id="freeform_company"]{
        background: url(../img/company.png) left no-repeat #fff;
    }
    
    input[id="freeform_email"]{
        background: url(../img/email.png) left no-repeat #fff;
    }
    
    input[id="freeform_phone"]{
        background: url(../img/telephone.png) left no-repeat #fff;
    }
    
    textarea[id="freeform_user_message"]{
        background: url(../img/comment.png) left top 12px no-repeat #fff;
    }
    

    .ie10 input[id="freeform_name"], .ie9 input[id="freeform_name"], .ie8 input[id="freeform_name"]{
        background: url(../img/name.png) left no-repeat #fff;
    }

    .ie10 input[id="freeform_company"], .ie9 input[id="freeform_company"], .ie8 input[id="freeform_company"]{
        background: url(../img/company.png) left no-repeat #fff;
    }

    .ie10 input[id="freeform_email"], .ie9 input[id="freeform_email"], .ie8 input[id="freeform_email"]{
        background: url(../img/email.png) left no-repeat #fff;
    }

    .ie10 input[id="freeform_phone"], .ie9 input[id="freeform_phone"], .ie8 input[id="freeform_phone"]{
        background: url(../img/telephone.png) left no-repeat #fff;
    }

    .ie10 textarea[id="freeform_user_message"], .ie9 textarea[id="freeform_user_message"], .ie8 textarea[id="freeform_user_message"]{
        background: url(../img/comment.png) left top 12px no-repeat #fff;
    }
    
   

@-moz-document url-prefix() {
    img.bottom_slide{
		margin: 0px!important;
	}

    input[id="freeform_name"]{
        background: url(../img/name.png) left no-repeat #fff;
    }

    input[id="freeform_company"]{
        background: url(../img/company.png) left no-repeat #fff;
    }

    input[id="freeform_email"]{
        background: url(../img/email.png) left no-repeat #fff;
    }

    input[id="freeform_phone"]{
        background: url(../img/telephone.png) left no-repeat #fff;
    }

    textarea[id="freeform_user_message"]{
        background: url(../img/comment.png) left top 12px no-repeat #fff;
    }

    a.scroll{
        text-decoration: none;
    }
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
