﻿a {
    text-decoration: none;
}

.h1
{
    font-family: "Raleway", sans-serif;
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #4b4b4b;
    font-size: calc(100% + 1.5vw);        /*  26px;  */
    line-height: 35px;
    white-space:nowrap;
}

.footer .footer-col .footer-title {
    padding: 0 0 4px 0;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}

.footer .licenses {
    height: 40px;
    width: 100%;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    background-color: #303030;
}
.footer .licenses a {
    color: #ffffff;
    text-decoration: none;
}
.footer .licenses a:hover {
    color: #8ab3ff;
}
.footer .licenses .licenses-text {
    line-height: 40px;
}

.login, .top-bar-block {
    color: #969696;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

.login i, .top-bar-block i {
    font-size: 22px;
    line-height: 35px;
    float: left;
}

.login span, .top-bar-block span {
    padding-left: 10px;
    font-size: 11px;
}

.gridLink { text-decoration: underline; cursor: default; }

/*@media all and (min-width:1200px) .portfolio-items-cols2 .thumb-label-item {

}*/

.form-wrapper .field-validation-error {
    color: #d14836;
    display: inline-block;
    margin: 7px 0 0 0;
}

i, td.container-cell
{
    font-size: 18px;
    font-weight: bold;
}

td.folder-cell
{
    font-size: 16px;
    font-weight: bold;
}

i, td.label-cell-right
{
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

i, td.value-cell-left
{
    font-size: 18px;
}

a.bio-lg {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

p.bio-md {
    font-size: 16px;
}

#client-container {
	width: 1150px;
	overflow: hidden;
	margin: 5px auto;
	background: white;
    padding: 0;
    display: block;
}

/*photobanner*/

.client-photobanner {
	height: 45px;
	width: 2000px;
	margin-bottom: 5px;
    margin: 0;
    padding: 0;
    display: block;
}

.client-photobanner img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*keyframe animations*/
.client-first {
	-webkit-animation: bannermove 30s linear infinite;
	   -moz-animation: bannermove 30s linear infinite;
	    -ms-animation: bannermove 30s linear infinite;
	     -o-animation: bannermove 30s linear infinite;
	        animation: bannermove 30s linear infinite;
}

@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -625px;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -625px;
 }

}

@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -625px;
 }

}

/*@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -625px;
 }

}*/

/*@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -625px;
 }*/
