h4 {
	font-weight: bold;
}

div.clear {
	clear: both;
}

::cue {

font-size: 14px;

}

.blog-post th, td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.blog-post tr:nth-child(odd){
  background-color: #d1cdcd;
}

ul.top-nav{list-style-type:none;
margin:0px;}

ul.top-nav li{
    display: inline;
}

ul.top-nav li.current{padding-left:0px;}

ul.side-nav {
	list-style: none;
	margin: 0 0 25px 0;
}
	ul.side-nav li a {
		color: #08376F;
	    font-size: 22px;
	    line-height: 30px;
	    /*font-weight: bold;*/
	    font-family: inherit;
	    text-decoration: none;
	}
	ul.side-nav li.current a, ul.side-nav li a:hover {
		color: #53C344;
	}

ul.top-nav li a {
    background-color: transparent;
    border-radius: 50px;
    color: #444444;
    display: inline-block;
    /*font-family: "proxima-nova",sans-serif;*/
    /*font-size: 0.8125rem;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: visible;
    padding: 17px 24px 13px 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: border-color 300ms ease-out 0s,background-color 300ms ease-out 0s,color 300ms ease-out 0s;
    -moz-transition: border-color 300ms ease-out 0s,background-color 300ms ease-out 0s,color 300ms ease-out 0s;
    -o-transition: border-color 300ms ease-out 0s,background-color 300ms ease-out 0s,color 300ms ease-out 0s;
    transition: border-color 300ms ease-out 0s,background-color 300ms ease-out 0s,color 300ms ease-out 0s;
    }

ul.top-nav li.current a, ul.top-nav li a:hover {
        color: #ffffff;
        background-color: #53C344;
        border-radius: 50px;
    }


@media only screen and (max-width:767px) {
    ul.top-nav li a {
        margin: 0 0 5px 0;
    }
    
}

/* Callout Form */

#callout-contact-form {
	margin-top: 35px;
}

#callout-contact-form input[type="text"] {
    background: #d1cdcd none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #f2f2f2;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    height: 50px;
    line-height: 34px;
    margin: 0;
    outline: medium none;
    padding: 14px 30px;
    width: 100%;
}

#callout-contact-form textarea {
    background: #d1cdcd none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #f2f2f2;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    font-weight: 300;
    height: 122px;
    line-height: 34px;
    outline: medium none;
    padding: 14px 30px;
    resize: none;
    width: 100%;
}

#callout-contact-form .btn-primary {
    float: left;
}
#callout-contact-form .btn {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    width: 49%;
}

/* Team Page */

ul#team {
	list-style: none;
	margin: 20px 0 0 0;
}

	ul#team li {
		margin: 0 0 30px 0;
	}

		ul#team li img {
			float: left;
			padding: 0 25px 5px 0;
		}

/* Blog Page */
.page-blog.post .page_header h3 {
    font-size: 35px;
    line-height: 50px;
}

.blog-fullwidth.post {
    text-align: left;
}

.blog-nav {
    margin-bottom: 25px;
}

/* Bootstrap Media Object */
.media .img-thumbnail {
    /* Fixes bug with thumbnails collapsing inside media object */
    max-width: none;
}

/* Blog Bio */
.blog-author-info {
    text-align: left;
}
.blog-fullwidth .blog-author-info {
    background-color: #f2f7fc;
    border: 1px solid #cccccc;
    margin: 10px 0;
    padding: 5px;
    /* For '.addthis_sharing_toolbox' and '.view-all-posts' */
    position: relative;
}
.blog-fullwidth .blog-author-info img {
    height: 100px;
    width: 100px;
}
.blog-fullwidth .blog-author-info .bio {
    float: left;
    width: 60%;
}
.blog-fullwidth .blog-author-info .addthis_sharing_toolbox {
    position: absolute;
    top: 10px;
    right: 10px;
}
.blog-fullwidth .blog-author-info .view-all-posts {
    position: absolute;
    bottom: 10px;
    right: 10px;    
}
@media (max-width:767px) {
    .blog-fullwidth .blog-author-info .media-left {
        display: block;
    }
    .blog-fullwidth .blog-author-info .media-left img {
        margin: 0 auto;
    }
    .blog-fullwidth .blog-author-info .media-body {
        text-align: center;
    }
    .blog-fullwidth .blog-author-info .media-body .bio {
        float: none;
        width: auto;
    }
    .blog-fullwidth .blog-author-info .media-body .bio .author-name {
        display: block;
    }    
    .blog-fullwidth .blog-author-info .addthis_sharing_toolbox,
    .blog-fullwidth .blog-author-info .view-all-posts {
        position: static;
        top: auto;
        right: auto;
    }
}

/* --------- Landing Page ----------- */

.landing-icons {
    margin: 0 0 30px 0;
}

.icon-box {
    padding: 10px 0;
    width: 100%;
}

.icon-box .box-icon {
    height: 110px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

span.landing-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
}

span.landing-icon.icon-1 {
    background: url("../images/millions_visitors.png") no-repeat;
    width: 100px;
    height: 76px
}

span.landing-icon.icon-2 {
    background: url("../images/experience.png") no-repeat;
    width: 50px;
    height: 72px;
}
span.landing-icon.icon-3 {
    background: url("../images/certified.png") no-repeat;
    width: 75px;
    height: 75px;
}
span.landing-icon.icon-4 {
    background: url("../images/email_leads.png") no-repeat;
    width: 75px;
    height: 44px;
}
span.landing-icon.icon-5 {
    background: url("../images/phone_leads.png") no-repeat;
    width: 75px;
    height: 71px;
}
span.landing-icon.icon-6 {
    background: url("../images/sales.png") no-repeat;
    width: 75px;
    height: 59px;
}

.icon-box .box-header {
    margin-top: 10px;
    min-height: 40px;
}

.box-header h5 {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Raleway",sans-serif;
}

.box-body {
    color: #333333;
    font-family: "Raleway",sans-serif;
    font-size: 17px;
    line-height: 20px;
}
.box-body p {
    padding-bottom: 3px;
    text-align: center;
}
.box-body img{

    box-shadow: 3px 3px 13px 0 #888888;
}

/* --------- Mobile Styles ---------- */

@media only screen and (max-width:767px) {
    #slider-row {
        display: none;
    }

    .archive-module li, .categories-module li, .mod-menu .nav.menu li, .list1 ul li {
        font-size: 14px;
    }

    #team-row {
        background: #fff;
        overflow: hidden;
        padding: 30px 0 50px;
    }
    

    .body__home .team-text {
        float: none;
        width: 100%;
    }

    .team-text h2 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .team-text p {
        font-size: 18px;
        line-height: 22px;
    }

    #testimonials-row h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .testimonials blockquote::before, .testimonials blockquote::after {
        
        font-size: 16px;
        line-height: 16px;
    }

    #testimonials-row blockquote {
        width: 90%;
    }


    h1.title {
        font-size: 25px;
        line-height: 45px;
    }

    .box-header h5 {
        font-size: 20px;
        line-height: 22px;
    }
    
    .contacts-indent {
        padding: 0px 0 10px;
    }

    #footer-row h2, #footer-row-secondary h2 {
        font-size: 25px;
        line-height: 40px;
    }
    #footer-row .address, #footer-row .phones, #footer-row-secondary .address, #footer-row-secondary .phones {
        font-size: 18px;
        line-height: 25px;
    }
}