ul.list {
	display:block;
	position:relative;
	padding:0px;
	margin-bottom:-1px;
	list-style-type: none;
}
ul.float {
	float:left;
	width:50%;
	list-style-type: none;
}
ul.list li {
	padding:4px 0px 5px 0;
	width:auto;
	border-bottom:1px solid #ddd;
}
ul.float li {
	margin-right:20px;
}
ul.bullet li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-dot.jpg) no-repeat 1px 13px;
}
ul.check li {
	padding:4px 0px 5px 21px;
	background:url(../images/list-check.png) no-repeat 1px 11px;
}
.pic {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D2D2D2;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 3px;
    z-index: 99;
}

.proj-img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img a {
    background: url("../images/zoom.png") no-repeat scroll 50% 50% transparent;
    display: inline-block;
    height: 100%;
    position: absolute;
    top: -500px;
    width: 100%;
    z-index: 10;
}

.proj-img i {
    background: none repeat scroll 0 0 #493636;
    display: block;
    font-style: normal;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: -9000px;
    top: 0;
    width: 100%;
    z-index: 9;
}

.quote-nav-left, .quote-nav-right {
    float: left;
}

.quote-slider {
    margin-left: 35px;
    max-width: 100%;
}

.panel {
    width: 100%;
}

p.quoter {
    color: #493636;
    font: 700 10px 'Source Sans Pro',Arial,Helvetica,sans-serif;
    padding: 0 0 7px;
    text-transform: uppercase;
    margin-top: -13px;
}

.quote-nav-left a, .quote-nav-right a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.quote-nav-right a {
    background: url("../images/bg-coda-right.jpg") no-repeat scroll 0 0 transparent;
    height: 19px;
    margin-left: -19px;
    margin-top: 10px;
    padding: 0;
    text-indent: -9000px;
    width: 19px;
}

.quote-nav-left a {
    background: url("../images/bg-coda-left.jpg") no-repeat scroll 0 0 transparent;
    height: 19px;
    margin-left: 0;
    margin-top: 30px;
    padding: 0;
    text-indent: -9000px;
    width: 19px;
}

.pricing {
    text-align: center;
    margin-bottom: 20px;
}

.pricing h3 {
    font-family: 'Source Sans Pro',sans-serif;
    margin-top: 70px;
    margin-bottom: 60px;
}

p.p-name {
    font-family: 'Source Sans Pro',sans-serif;
    background: url(../images/price-name-bg.jpg) repeat;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0 8px 0;
    margin: 0;
    color: #fff;
}

p.p-price {
    font-family: 'Source Sans Pro',sans-serif;
    background: url(../images/price-bg.jpg) repeat;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0 16px 0;
    margin: 0;
}

span.p-small {
    font-size: 14px;
    color: #a0a0a0;
}

.pricing ul {
    background: url(../images/price-feat-bg.jpg) repeat;
    margin: 0;
}

.pricing ul li {
    font-size: 14px;
    text-transform: uppercase;
    color: #d7d7d7;
    border-bottom: 1px solid #333333;
    padding: 10px 0;
    margin: 0;
}

.signup {
    padding: 14px 0;
    margin-bottom: 30px;
}

.signup .button2 {
    margin: 0;
    padding: 6px 10px;
    border-radius: 0;
    color: #000;
}

.signup .button2:hover {
    color: #E8E8E8;
}

.signup {
    background: url(../images/price-bg.jpg) repeat;
}

.team {
    margin-top: 60px;
    text-align: center;
}

.team h3 {
    font-family: 'Source Sans Pro',sans-serif;
    margin-bottom: 50px;
}

p.t-name {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #424242;
    margin-top: 15px;
    margin-bottom: 0;
}

p.t-type {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #707070;
    margin-bottom: 10px;
}

.team ul {
    margin-bottom: 10px;
}

.team ul li {
    display: inline;
    margin: 0 3px;
}

.team ul a:hover {
    opacity: 0.7;
}

/* hover overlay */

.image { 
    position: relative;
}
    
.hoverimage { 
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
    text-align: center;
}

.hoverimage img.icn1 {
    top: 70px;
    left: 80px;
    position: absolute;
    z-index: 300;
    opacity: 0.7;
}

.hoverimage img.icn2 {
    top: 70px;
    left: 145px;
    position: absolute;
    z-index: 300;   
    opacity: 0.7;
}

.hoverimage img.icn1, .hoverimage img.icn2 {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.hoverimage img.icn1:hover, .hoverimage img.icn2:hover {
    opacity: 1;
}

.image:hover .hoverimage { 
    display: block;
}

/* end hover overlay */

.flexslider {
    margin-top: 20px !important;
}


@media only screen and (max-width: 1100px) {
    .addthis_floating_style {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box {
        max-width: 90%;
    }
}