
.desk /*boat*/
{
    color: #a4a4a4;
}

.skillset
{
    background-color:rgba(255,255,255,0.3);
}

/*PRELOADER*/
.preloader5 {
    display:inline-block;
    font-size:15px;
    padding-top:45px;
    padding-left: 0px;
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    text-align: center;
    width: 160px;
    height: 120px;
    line-height: 2px;
    background-color: #E6E6E6;
 }

 .preloader5 span {
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
    width:10px;
    height:10px;
    margin:0.5px 0.5px;
    -webkit-animation:preloader5 0.8s linear infinite alternate;
    animation:preloader5 0.8s linear infinite alternate;
 }

 .yellowDot
 {
     background-color: #ffc000;
 }
 .greenDot
 {
     background-color: #76923c;
 }
 .orangeDot
 {
     background-color: #e36c0a;
 }
 .blueDot
 {
     background-color: #31849b;
 }

 .preloader5 span:nth-child(1) {
    -webkit-animation-delay:-0.8;
    animation-delay:-0.8s;
 }
 .preloader5 span:nth-child(2) {
    -webkit-animation-delay:-0.53333s;
    animation-delay:-0.53333s;
 }
 .preloader5 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
 }
 @keyframes preloader5 {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
 }
 @-webkit-keyframes preloader5 {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
 }
 
/*PRELOADER END*/

.serviceLogo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    width: 50%;
    max-width: 130px;
}

.serviceList
{
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1em;
    color: #6b6b6b;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}
.borderBlue
{
    border-left: #31849b 5px solid;
    border-right: #31849b 5px solid;    
}
.borderOrange
{
    border-left: #e36c0a 5px solid;
    border-right: #e36c0a 5px solid;    
}
.borderGreen
{
    border-left: #76923c 5px solid;
    border-right: #76923c 5px solid;    
}
.borderYellow
{
    border-left: #ffc000 5px solid;
    border-right: #ffc000 5px solid;    
}

.tabMenuRightText
{
    font-size: 1em;
    padding-top: 3%; 
    margin-bottom: 5%;
}

.tabMenuRightText::first-letter 
{
    font-weight: bold;
    color: #f1f1f1;
    float: left;
    font-size: 1.8em;
    margin: 0 .2em 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.firstBlue::first-letter
{
    background-color: #31849b;
}
.firstOrange::first-letter
{
    background-color: #e36c0a;
}
.firstGreen::first-letter
{
    background-color: #76923c;
}
.firstYellow::first-letter
{
    background-color: #ffc000;
}

.quoteText
{
    width: 100%; 
    text-align: center; 
    font-style: italic; 
    font-size: 12pt;
    display: block; 
    margin-top: 5px;    
}
.quoteBlue
{
    color: #31849b; 
}
.quoteOrange
{
    color: #e36c0a; 
}
.quoteGreen
{
    color: #76923c; 
}
.quoteYellow
{
    color: #ffc000; 
}

.arrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: auto;
    margin-right: auto;
}
#blueArrow {
    border-top: 15px solid #31849b;
    position: relative;
    display: block;
}
#orangeArrow {
    border-top: 15px solid #e36c0a;
    position: relative;
    display: none;
}
#greenArrow {
    border-top: 15px solid #76923c;
    position: relative;
    display: none;
}
#yellowArrow {
    border-top: 15px solid #ffc000; 
    position: relative;
    display: none;
}

.arrowBox {
    width: 100%; 
    background-color: whitesmoke;
    border-top:1px solid #ccc;
}

.serviceIcon {
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 2px; 
    margin-bottom: 2px;
    max-width: 36px;
    display: block;
}

.menuBox{
    background-color: #f5f5f5;
}

.copy-right {
    width: 100%; 
    text-align: center; 
    background-color: #1E69B8; 
    height: auto; 
    color: whitesmoke; 
    padding-top: 15px; 
    padding-bottom: 10px;
}

/*
.tabMenuLeft
{
    height: 250px; 
    text-align: center;
}

.tabMenuRight
{
    height: 250px;
}

.tabMenuLeftInner
{
    width: 100%;
    height: auto; 
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
}

*/