body {
    overflow-y: auto;
}


/* Header*/

header {
    min-height: 155px;
    position: relative;
}

header .logo {
    max-width: 170px;
    min-width: 100px;
    float: none;
}

header .wrapper {
    padding: 20px 0px;
}

header h2{
    padding-left: 10px;
}

.navwrap {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 1.8em;
    float: none;
}



nav {
    color: #000;
    display: none;
    float: none;
    margin: 40px 0px 10px 0px;
}

nav a:link, 
nav a:visited,
nav a:hover,
nav a:active {
    display: block;
    padding: 3px 0px 3px 0px;
}

nav a:last-child {
    text-align: center;
}

button.navbar-toggle {
    display: block;
    background-color: #33545B;
    border: 1px solid #33545B;
    padding: 8px;
    margin: 0;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 64px;
    cursor: pointer;
}
button:focus{
    outline: none;
}

.icon-bar {
    background-color: #fff;
    margin-top: 4px;
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 3px;
}

.icon-bar:first-child {
    margin-top: 0;
}

.t-link{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-top: 44px;
    float: right;
}

.t-link a:link,
.t-link a:visited,
.t-link a:active,
.t-link a:focus {
    color: #fff;
    outline: none;
}

.t-link a:hover{
    color:#00a0cf;
}
/**/

h2 {
    font-size: 18px;
    letter-spacing: normal;
}

h3 {
    min-height: 0px;
    font-size: 16px
}

p {
    font-size: 14px
}

.main-container{
    padding-top: 0px;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

.divider {
    height: 30px;
    margin-bottom: -67px;
}

.col-1 {
    float: none;
    width: 100%;
    padding-bottom: 0px;
}

.col-2 {
    float: none;
    width: 100%;
    padding-bottom: 8px;
}


.col-2:before,
.col-2:after {
    content: "";
    content: none;
}

.about-img {
       display: none;
    }

/*OUR APPROACH*/

#agencies p,
#business p {
    min-height: 0;
}

.icons {
    float: none;
}

/* Services*/
#email-marketing{
    margin-bottom: 20px;
}


#banner ul, #privacy ul{
    font-size: 14px;
    line-height: 1.1em;
    margin-left: -22px;
}

#banner ul li, #privacy ul li{
    margin-top: 10px;
}


p.contact-icon {
    margin: 15px 0;
}

/*FOOTER*/

footer {
    margin-top: 20px;
    padding: 5px 0px 5px 0px;
}

footer p {
    display: block;
    font-size: 11px;
    margin: 0px 10px 0px 10px;
}

footer a {
    font-size: 11px;
}

footer a:link,
footer a:visited,
footer a:active {
    font-size: 11px;
}


/*PRIVACY POLICY*/
ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 1.3em;
}

ul li a:link,
ul li a:visited,
ul li a:hover,
ul li a:active {
    font-size: 14px;
}

.example {
        position: relative;
        float:none;
        margin: 0 auto;
        margin-bottom: 8px;
    }

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
  display: none;
}

/*MEDIA*/

@media(max-width:350px){
    .example {
        width: 250px;
        height: 208px;
    }
    .info-panel p{
        margin: 6px;
        font-size: 11px;
        line-height: 14px;
    }
}

@media(min-width:370px){
    .example {
        width: 300px;
        height: 250px;
    }
}

@media(min-width:720px){
    .example {
        width: 300px;
        height: 250px;
        float:left;    
    }
}

@media(max-width:600px) {
    #ajaxform {
        max-width: 500px;
        margin: 0 auto;
    }
}

